Mercurial > hg > soniczoomios
diff AppCore.mm @ 39:df7c08faf541
MIDI, small improvements.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 11 Apr 2013 16:56:21 +0100 |
parents | 790939017078 |
children | b91a1859829a |
line wrap: on
line diff
--- a/AppCore.mm Wed Apr 10 18:57:05 2013 +0100 +++ b/AppCore.mm Thu Apr 11 16:56:21 2013 +0100 @@ -39,9 +39,9 @@ //pd.receive(*this, "toOF"); // receive only from "toOF" // add midi receiver - pd.addMidiReceiver(*this); // automatically receives from all channels + //pd.addMidiReceiver(*this); // automatically receives from all channels //pd.ignoreMidi(*this, 1); // ignore midi channel 1 - //pd.ignoreMidi(*this); // ignore all channels + pd.ignoreMidi(*this); // ignore all channels //pd.receiveMidi(*this, 1); // receive only from channel 1 // add the data/pd folder to the search path