MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetNumActiveChannels

Method SetNumActiveChannels

Source/ChannelBuffer.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43 void SetMaxAllowedChannels(int channels);
44 void SetNumActiveChannels(int channels) { mActiveChannels = MIN(mNumChannels, channels); }
45 int NumActiveChannels() const { return mActiveChannels; }
46 int RecentNumActiveChannels() const { return mRecentActiveChannels; }
47 int NumTotalChannels() const { return mNumChannels; }

Callers 15

ProcessAudioMethod · 0.80
ProcessAudioMethod · 0.80
ReadMethod · 0.80
CreateMethod · 0.80
SetRecorderMethod · 0.80
ProcessMethod · 0.80
SampleDroppedMethod · 0.80
OnClickedMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
OnClickedMethod · 0.80
ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected