Random Sequencing of Program Changes

I’m potentially interested in sending MIDI clock to a Midihub and having it emit random MIDI program change messages from a predefined list. Is this something that it can do?

MIDI clock to a Midihub = ok
emit random MIDI program change messages = that is possible adding a CC LFO pipe
…from a predefined list = there is no such thing, maybe in the future - feature request.

2 Likes

In the absence of a predefined list, what would be the source domain for program change numbers that could be sent?

Closest you can get to it right now is a CC LFO -> CC Range Filter -> Transform pipe. The CC Range filter pipe lets you specify which CC messages get passed. The Transform pipe transforms them into Program Change messages. Set the CC LFO to a random noise waveform with a low frequency.

4 Likes