Trigger on ANY C#

jomtones's icon

How can I create a device that will trigger on a specific note, e.g. C# - in ANY octave?

Thanks,

Bill.

Sergio Martins's icon

There are probably many ways of doing that but you can connect the output of the midi note number to the object "%" with the "12" value. Example: every C# note will give you a value of 1. Then with "select" object you can use it to trigger whatever you want with a bang.

Cheers,

Sergio Martins's icon
Max Patch
Copy patch and select New From Clipboard in Max.

example patch:

jomtones's icon

Brilliant, thanks mate I'll try it tonight!

jomtones's icon

Does exactly what I need, thanks so much! Just need to figure out how to make it send a CC to another track now..