Skip to content

Commit

Permalink
bela MIDI
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Dec 19, 2017
1 parent a7522b2 commit 606972e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Bela/BelaCsound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ struct csData{
int count;
csChan channel[8];
};

struct CsMIDI {
Midi midi;
}

csData* gCsData;

Expand Down

0 comments on commit 606972e

Please sign in to comment.