I've been experimenting with sending and recording MIDI to mulab produced by algorithmic/generative tools such as:
http://puredata.info
http://www.intermorphic.com/noatikl/
I wonder if mulab has any internal capacity to generate notes and patterns outside of the step sequencer. For example, could a MIDI CC controllable LFO be sent through some sort of gate that caused a note to be sent every time the LFO exceeds an adjustable threshold value?
-d.vyd
algorithmic/generative music in mulab
- KVRAF
- 7412 posts since 8 Feb, 2003 from London, UK
Very simple one:

The LFO (turned off to save irritating me
) generates a modulation output.
The Modulation to Audio converter does what its name says and turns this into audio.
The Audio Envelope Follower turns the audio pulse into an event. (I don't see a way to automate the output event itself, though.)
Then the event triggers a synth which emits audio (so this should really be outside the patch and the patch should emit the event).
Patch: Cyclic Event Generator (emits an event)

The LFO (turned off to save irritating me
The Modulation to Audio converter does what its name says and turns this into audio.
The Audio Envelope Follower turns the audio pulse into an event. (I don't see a way to automate the output event itself, though.)
Then the event triggers a synth which emits audio (so this should really be outside the patch and the patch should emit the event).
Patch: Cyclic Event Generator (emits an event)
