Skip to content

Commit

Permalink
size of channel vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Dec 19, 2017
1 parent 339a7e0 commit f6d05f2
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 @@ -40,7 +40,7 @@ bool setup(BelaContext *context, void *userData)

/* set up the channels */
for(int i; i < context->analogInChannels; i++) {
gCsData.channel[i].data.resize(context->analogFrames);
gCsData.channel[i].data.resize(csound->GetKsmps());
gCsData.channel[i].name << "analogue" << i+1;
}

Expand Down

0 comments on commit f6d05f2

Please sign in to comment.