OnOff toggle switch

How can i create an on off toggle that lets say, every other note through? Can i step a square wave LFO as a toggle?

.m

Square wave LFO synced to BPM on volume (CC 7) or expression (CC 11) ought to work for muting every other note. Whether that’s the same as letting every other note through depends on the use-case though.

2 Likes

Check out @synthdad’s MIDI Loopback cable trick: https://www.youtube.com/watch?v=Moe0Bts77dU

We plan to add some special functionality to Midihub so that pipe’s parameters can be controlled within the device, without a physical loopback in a future version. :slight_smile:

1 Like

Wonderful. A small stack of variables, say A-H, that can be filled by either arg1 or arg2 of a channel msg. The ability to ++A and then A % 2 == 0 would do it. It’s ok if variables are 7 bit. Let them roll over. A modifier block then lets a msg through if it meets a condition.