Emulate MIDI signal into Oopsy
there is the issue still though of Oopsy not compiling with this logic present... it uses a gen~
object with a buffer
operator inside, which isn't supported currently by Oopsy.
there's no way to temporarily disable or 'comment out' some Max objects so oopsy
doesn't use them, right? other than cutting and pasting them elsewhere temporarily...
workaround that I've found is to edit my synth as an abstraction in a patch without oopsy
and when saved, open up a new patcher with an instance of that abstraction and oopsy
.
somehow if you then edit and save the original abstraction again the instance gets disabled, so you need to make a new patch with oopsy
and the instance each time.
perhaps I'm missing a more obvious solution :)
ah yes this is the more obvious solution: put the oopsy
in a subpatcher and have the midi signal come in via inlet.

Here's a minimal patch template for this: