Ommatidium wrote:Interesting idea. Have you tried patching ClkWhle (or the closest clock divisor to your LFO rate) to LfoTrg? (After setting the clock to external in Seq Setup.)
Alternatively, as a last resort I imagine you could simply trigger the LFO manually in your sequencer using controller data. Something like this:
MIDI A-L > Switch
Switch > LfoTrg
I haven't attempted this before, but now I'm curious to see how the LFO responds...
I have been playing with the cords section as you have suggested (your first idea was my logic to)
I assigned lfo to pitch because this creates a very easy to hear audio jump as the pitch resets back
In the first attempt --- CkHalf as source
CHORD NO------------SOURCE-----------------DEST---------------AMOUNT
02 -------------------- lfo2+ ------------------Pitch -------------- +60
03 ------------------- CkHalf ------------------Lfo2Trg ---------- +01
LFO2 PAGE ---Rate 0.36 and Sync set to free run
In this example a sustained note shows that the lfo is indeed being retriggered, but (and it’s a big BUT) every time the note is replayed on the keyboard the lfo restarts back at its start point (so rapidly sequenced notes that I want to have play through different start points all begin at Sstart point 1
If you create this simple chord you will see what I mean.
However if the cord is set without a retrigger the lfo will run totally free without beginning its cycle when receiving a note on message
SO FREE RUN WILL RUN FREE IN THIS EXAMPLE BUT LFO RETRIGGERS WHEN IT RECEIVES NOTE ON COMMAND
In your next suggestion (One I hadn't tried but I thought "That’s it!") I set a cord as follows…
CHORD NO------------SOURCE-----------------DEST---------------AMOUNT
02 -------------------- lfo2+ ------------------Pitch -------------- +60
03 ------------------- Switch -----------------Lfo2Trg ----------- +01
04 ------------------- MidiA -------------------Switch ------------ +01
LFO2 PAGE
Rate 0.36 and Sync set to free run
This modulated the pitch and would reset the modulation back to the start of the lfo cycle every time I moved the MidiA controller. Horray I could restart the lfo cycle in a rhythmic way!
BUT..... When I changed the destination in chord 2 from pitch to SStart the lfo would not retrigger AAAAGHH!!
MFPhouse
The chord you have posted is not realy what I need as it does not work with sample start, but thanks for your reply.
I can obviously set MidiA as a source and SStart as a destination and draw a lfo type curve into a sequencer and automate it this way, but it would have been cool to do it inside the Emu.
I could have just played a rhythmic sequence with the sample start warping the sound in time with the tune and changed the midi clock trigger rate thereby altering the effect of the modulation to try out a wide range of possibilities on the fly.
Anybody else had any luck?