MIDI brain for Pocket Piano!


#1

Hi everyone.

I want to build a stand alone quadraphonic midi sequencer to control my Critter & Guitari Pocket Piano.

I'm familiar with PureData but I just started with axoloti and I can't seem to generate any midi note out.

If anyone could share a simple midi note out patch it would be appreciated.

Thanx, T.


#2

You'll need the midi/out/note object for that. The dials set the note and velocity. The ctrl/button will trigger the note out. The device dropdown is set to MIDI DIN (the oldskool MIDI ports), but you can also send notes over USB.


#3

a quick note about @janvantomme patch...

velocity is unipolar , so use dial p not dial b

be careful with velocity, if you send velocity 0 (e.g leave it unconnected!) it will send a note-off (as per midi spec),
I mention this, as its caught me out a couple of times :wink:


#4

Indeed. I must have been a bit too fast patching this one together…