public virtual void noteResponseHandler(MidiNoteSource data)
 {
     Debug.Log("please override this noteResponseHandler method");
 }
 void respondToMidiNote(MidiNoteSource data)
 {
     noteResponseHandler(data);
 }