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...
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.
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 ...
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...
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?
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)"
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?
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 ...
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 ...
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...
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...
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 ...
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...
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...
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...
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?
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
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
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?
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...
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
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!!!