Skip to content

Commit

Permalink
renamed main file
Browse files Browse the repository at this point in the history
  • Loading branch information
xoryouyou committed Jan 28, 2017
1 parent 60d000b commit 12c9513
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/midi_send.pde → src/bjorklund_processing.pde
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ void init_instruments(int count)
void setup()
{

System.out.println("----------Output (from availableOutputs())----------");
midi_outputs = MidiBus.availableOutputs(); //Returns an array of available output devices
for (int i = 0;i < midi_outputs.length;i++) System.out.println("["+i+"] \""+midi_outputs[i]+"\"");

//TODO Select midi channel

mb = new MidiBus(this, -1, midi_outputs[selected_output]);
cp5 = new ControlP5(this);

Expand Down

0 comments on commit 12c9513

Please sign in to comment.