look for certain midi notes?

mrtunesy's icon

which object helps look at notein, and decide which is note C, note D etc? i want to use it so that any time i hit C on the keyboard, i trigger a certain bang. hitting D I will trigger a different one.

seejayjames's icon

[select 60 62 64] will pick out middle C, D, and E. take it from there ;)

Roman Thilenius's icon

[if $i1%12==0 then bang]

Oli Mason's icon

I've got some time on my hands so heres a patch if it help :)
(its pretty much what Roman and James have described)

Regards,

Max Patch
Copy patch and select New From Clipboard in Max.

Oli