Example #1
0
 public NoteMap()
 {
     inNotes     = new InputValueParameters("*");
     inChannels  = new InputValueParameters("*");
     inVelocity  = new InputValueParameters("*");
     outNote     = new NoteEventOutputParameters("*", 0, 127);
     outChannel  = new NoteEventOutputParameters("*", 1, 16);
     outVelocity = new NoteEventOutputParameters("*", 1, 127);
     outDuration = new NoteEventOutputParameters("*", 0, Int32.MaxValue);
 }