Skip to content

Commit

Permalink
digi out
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Dec 21, 2017
1 parent 9919107 commit 11eb091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bela/BelaCsound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct DigiOut : csnd::Plugin<0, 2> {
pin = (int) inargs[1];
if(pin < 0 ) pin = 0;
if(pin > 15) pin = 15;
context = (BelaContext *) csound->GetHostData();
context = (BelaContext *) csound->host_data();
pinMode(context,0,pin,1);
fcount = 0;
frms = context->digitalFrames;
Expand Down

0 comments on commit 11eb091

Please sign in to comment.