Welcome to %s forums

BrainModular Users Forum

Login Register

Search found 50 matches

by laserbeak43
19 Jul 2008, 05:03
Forum: General discussion
Topic: Hi Oliver :)
Replies: 1
Views: 3603

Hi Oliver!
Been stopping by to check on the progress of USine for a while now, and I'd like to say congrats on the work. :)
Keep it up :)

Take care :)
by laserbeak43
03 Jul 2006, 19:47
Forum: Module development SDK
Topic: help making an "if" module please?
Replies: 2
Views: 7710

i guess youre right
i will have to get usine working and try them out then come back with more questions
by laserbeak43
02 Jul 2006, 10:20
Forum: Module development SDK
Topic: help making an "if" module please?
Replies: 2
Views: 7710

Hi I'm new to delphi, not so new to C++ i'm just a terrible C++ programmer. want to make an if module that will return a certain value if a certan value is reached. I've been looking at the "UserPrototypeModuleExample.dpr". it's very interesting. and seems simply put. but that doesnt mean that i cou...
by laserbeak43
25 Jun 2006, 16:10
Forum: General discussion
Topic: No sound
Replies: 4
Views: 9426

if you have an extra pci slot just throw your old soundblaster in there and get the kx asio drivers or buy one from ebay or your local computer store for a few dollars.
by laserbeak43
25 Jun 2006, 16:08
Forum: General discussion
Topic: No sound
Replies: 4
Views: 9426

u might have to configure asio4all. i havent used it in years and dont know how it's progressed tho... sorry for the useless suggestion....
by laserbeak43
23 Jun 2006, 06:02
Forum: News
Topic: Just some news
Replies: 7
Views: 15595

Thanks Senso!!
by laserbeak43
13 Jun 2006, 06:08
Forum: Patching questions
Topic: using the input quantise algorithm with midi?
Replies: 1
Views: 6032

hi senso, i'm trying to use the algorithm with midi. but i have a problem. after the message i send is sent it doesnt return to zero. if i connect the selector straight to the sounter it seems to go into a feedback loop and keeps on retriggering the itself. also if i just send the selector straight ...
by laserbeak43
13 Jun 2006, 02:27
Forum: Patching questions
Topic: "if you get this message, send this one."? :)
Replies: 2
Views: 6853

all you need is a "data/selector" module/ Transform your note on 60-68 into a range 1-9 with a math/sub (substract 59 to the input note on) In the selector, put in the first data line 0, 12.5 in the second, and so on. Connect the math/sub out to the "select" in of your selector. Connect the selecto...
by laserbeak43
12 Jun 2006, 19:25
Forum: Patching questions
Topic: "if you get this message, send this one."? :)
Replies: 2
Views: 6853

hi i want to use my drum pads to trigger certain areas in a sample. in the sampler. for instance, pressing note 60 on the pad will trigger position 0% and using 8 of the pads, have it increment up to 100% in increments of 12.5% how would i do this?
by laserbeak43
12 Jun 2006, 19:22
Forum: Patching questions
Topic: Can Usine modules communicate with other tracks?
Replies: 7
Views: 14045

senso wrote:Yes patch can comunicate with the set/get Global variable.
Also, you can access to most track info (gain,pan,aux,etc.) with the "interface control/mixer track (in&out)"
sweet good to know!
by laserbeak43
12 Jun 2006, 14:44
Forum: Patching questions
Topic: input quantization question
Replies: 6
Views: 15186

sorry to cross link but i think i've found a bug.
please check http://sensomusic.com/forums/viewtopic.php?id=103
by laserbeak43
12 Jun 2006, 14:21
Forum: Patching questions
Topic: Can Usine modules communicate with other tracks?
Replies: 7
Views: 14045

holy crap it does work! all you need to do is have the same name!!
by laserbeak43
12 Jun 2006, 14:03
Forum: Patching questions
Topic: Can Usine modules communicate with other tracks?
Replies: 7
Views: 14045

sick!! but there isnt an extensive explanation of them! gonna have to experiment with some
by laserbeak43
12 Jun 2006, 09:13
Forum: Patching questions
Topic: Can Usine modules communicate with other tracks?
Replies: 7
Views: 14045

i was reading about this. does this manipulate the global remote? i am clueless about what i'm supposed to do with this :P
by laserbeak43
12 Jun 2006, 07:59
Forum: Patching questions
Topic: Can Usine modules communicate with other tracks?
Replies: 7
Views: 14045

Can Usine modules communicate with other tracks? like if i started to play a key or something on one track could a module in the track that i'm playing keys on send a message to another track to change the frequency of an LFO?
by laserbeak43
12 Jun 2006, 07:32
Forum: Patching questions
Topic: input quantization question
Replies: 6
Views: 15186

sorry, I'm on the road, and it's hard to find the time to post an answere. The solution is simple for buttons. - Take a counter (ms) module. - Set the, count duration to the quantize duration; ie: the beat duration, the eighth note duration,.. - connect the output of the button module to the start ...
by laserbeak43
11 Jun 2006, 19:04
Forum: Patching questions
Topic: input quantization question
Replies: 6
Views: 15186

sorry, I'm on the road, and it's hard to find the time to post an answere. The solution is simple for buttons. - Take a counter (ms) module. - Set the, count duration to the quantize duration; ie: the beat duration, the eighth note duration,.. - connect the output of the button module to the start ...
by laserbeak43
07 Jun 2006, 20:28
Forum: News
Topic: New version (1.018)
Replies: 26
Views: 52994

on your example, if I resume: TEST : if you receive NoteOn 74: --> Send CtrlChg 0 80 --> wait 1 ms --> Send CtrlChg 32 0 --> wait 1 ms --> send ProgChg 4 Actually, this can be done easilly by Usine, using the Create midi message and the Wait modules. For small SYSEX, we can use Array module to reco...
by laserbeak43
07 Jun 2006, 19:58
Forum: Patching questions
Topic: input quantization question
Replies: 6
Views: 15186

i have a sync module a mod module set by the syncs bar duration(333ms) a count ms module with a duration of an 8th of a bar wich is 41.625 ms and a smooth module wich i'm trying to use to let a delayed message pass at zero. i'm using a button to try and trigger the sampler. sync(bar dur) -> mod(A) s...
by laserbeak43
07 Jun 2006, 19:28
Forum: Patching questions
Topic: input quantization question
Replies: 6
Views: 15186

is there anything that can delay a signal for a specified duration of time?
by laserbeak43
07 Jun 2006, 18:54
Forum: Patching questions
Topic: Converting pitch to time ratio.
Replies: 6
Views: 9417

so you want to patch to adapt to the samples tempo? or the sample to adapt to the patches tempo?
by laserbeak43
07 Jun 2006, 18:13
Forum: Patching questions
Topic: input quantization question
Replies: 6
Views: 15186

is there any way to delay a signal by 8ths? i was thinking maybe some sort of if statement that says if the input signal isnt triggered at the nearest 8th of a beat then delay it to the next beat. using the modulous operator and milliseconds since at 180bpm a beat is 333 milliseconds modulous would ...
by laserbeak43
06 Jun 2006, 19:12
Forum: News
Topic: New version (1.018)
Replies: 26
Views: 52994

interesting info guys thanks!
by laserbeak43
05 Jun 2006, 18:51
Forum: News
Topic: New version (1.018)
Replies: 26
Views: 52994

as you can see in this image thanks for explanation I have to find a way to edit a set of MIDI messages to send to the output. Let me think about it basicaly what it does is turn any midi message into any other form of midi message. and it is also chainable wich makes 3 part messages like sysex pos...
by laserbeak43
04 Jun 2006, 18:13
Forum: News
Topic: New version (1.018)
Replies: 26
Views: 52994

into a sysex message that i specify How does your sysex looks like? How big? Could you send me a sample? http://img269.imageshack.us/img269/7438/sys20mb.jpg as you can see in this image, when the first note, 74 is pressed, it sends a ctrl message on channel 14 and i have it set to chain to the next...
by laserbeak43
03 Jun 2006, 17:29
Forum: News
Topic: New version (1.018)
Replies: 26
Views: 52994

Actually, Usine can't handle sysex midi Messages. The intern engine is ready for that, but I have no experience... I never use external expanders. I need your experience! Tel me what it could be interesting to do with sysex in Usine. It should be easy to implement. Please, feel free to post suggest...
by laserbeak43
01 Jun 2006, 15:39
Forum: News
Topic: New version (1.018)
Replies: 26
Views: 52994

a fot controller with midi? and maybe one of those midi controller pickups for guitars? and a midi translator program? or some translation methods in usine?

can usine handle sysex?
by laserbeak43
31 May 2006, 18:25
Forum: News
Topic: New version (1.018)
Replies: 26
Views: 52994

to wake them up? :P
by laserbeak43
30 May 2006, 18:30
Forum: News
Topic: New version (1.018)
Replies: 26
Views: 52994

i cant wait till i get the use of this. and i can use it like i want. i will do a dnb solo as well almost made one in synthedit but there is a lot of bugs
by laserbeak43
30 May 2006, 17:16
Forum: News
Topic: New version (1.018)
Replies: 26
Views: 52994

Thanks Oliver!
by laserbeak43
16 May 2006, 19:50
Forum: News
Topic: New version (1.016)
Replies: 2
Views: 8252

ty
by laserbeak43
08 May 2006, 13:51
Forum: Suggestions & improvements
Topic: "Quantize" for incoming key commands and midi messages
Replies: 4
Views: 10955

i was actualy gonna see if i can make it with your modules.
i have 2 das off this week at night so i will try when i get back from my day job.
by laserbeak43
08 May 2006, 13:48
Forum: News
Topic: New version (1.014)
Replies: 2
Views: 8512

lol i'm working so hard i didnt even try.o13 and 14 is already out. man!! i picked the wrong time to have 2 jobs!
by laserbeak43
06 May 2006, 16:31
Forum: News
Topic: New version (1.013)
Replies: 2
Views: 8650

Thanks!
i'll check it when i'm not working!!!!
by laserbeak43
02 May 2006, 18:04
Forum: General discussion
Topic: step sequenced(data) question
Replies: 6
Views: 11884

YEAH BABY!
by laserbeak43
01 May 2006, 20:04
Forum: General discussion
Topic: step sequenced(data) question
Replies: 6
Views: 11884

unfortunely there's no input for tempo in synthedits bpm module and it syncs to host tempo. so i wouldnt be able to use the sync module. if you want to see what im doing in synthedit just let me know
by laserbeak43
01 May 2006, 19:28
Forum: General discussion
Topic: step sequenced(data) question
Replies: 6
Views: 11884

just tried stepchild and stepmachin but they dont seem to work.lemme try to make somethin in SE
by laserbeak43
01 May 2006, 19:23
Forum: General discussion
Topic: step sequenced(data) question
Replies: 6
Views: 11884

i'll look around.
by laserbeak43
01 May 2006, 18:39
Forum: General discussion
Topic: i see .SEP's in here
Replies: 2
Views: 6776

bummer...
well theres always the api!!
by laserbeak43
29 Apr 2006, 15:52
Forum: Patching questions
Topic: Whats the input pin on the array do?
Replies: 2
Views: 6966

ok when my bank mails my credit card i'll register.
by laserbeak43
29 Apr 2006, 06:45
Forum: Patching questions
Topic: Whats the input pin on the array do?
Replies: 2
Views: 6966

Whats the input pin on the array do?
I dont seem to understand the explanation in the manual. if i send a value like 4.5 then a value like 5.2 will 4.5 go to the first pin and 5.2 to the seccond? does it just iterate through the number of values by pulses no matter what value is sent to it?
by laserbeak43
29 Apr 2006, 06:37
Forum: Suggestions & improvements
Topic: SDK?
Replies: 3
Views: 8177

those .sem files that i saw inside of usine. does that mean i could use synthedit too?
by laserbeak43
29 Apr 2006, 05:54
Forum: Suggestions & improvements
Topic: .chm helpfile or bookmarked PDF?
Replies: 2
Views: 6114

would really help alot to have one of these types when studying the modules :)
by laserbeak43
29 Apr 2006, 05:36
Forum: Suggestions & improvements
Topic: SDK?
Replies: 3
Views: 8177

yeah thats the one i'm waiting for :)
by laserbeak43
28 Apr 2006, 21:08
Forum: General discussion
Topic: step sequenced(data) question
Replies: 6
Views: 11884

hi how do i sync this to the actual tempo and not just the start and stop? if i change the tempo on the fly while playing the step module still plays the same. also how do i see the actual values of the steps that i'm changing? while im editing steps i dont see the values and it is mighty hard to ma...
by laserbeak43
28 Apr 2006, 18:56
Forum: General discussion
Topic: i see .SEP's in here
Replies: 2
Views: 6776

hey i see some .SEP stuff in here. can i add stuff from the synthedit sdk??
by laserbeak43
28 Apr 2006, 18:40
Forum: Module development SDK
Topic: Module API
Replies: 18
Views: 36154

i'd love a C++ version thanks!
by laserbeak43
28 Apr 2006, 09:03
Forum: Suggestions & improvements
Topic: SDK?
Replies: 3
Views: 8177

I know your program is in early stages but do you ever think of creating an sdk to expand this beautiful software?
i guess i could just make vsts and import them but it would be nice!!1
by laserbeak43
28 Apr 2006, 08:58
Forum: Suggestions & improvements
Topic: Learn for key combinations and midi combinations
Replies: 9
Views: 17377

great suggestions lalo! i see you've been playing with Usine quite a bit!!. just got back from work. but i did the tutorials and am gonna wake up really early to get right into this!!!
by laserbeak43
28 Apr 2006, 08:43
Forum: General discussion
Topic: Thank youuuuuu!!!
Replies: 1
Views: 5266

Thank youuuuuu!!! donations coming sooon!