Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StrangeLoopsAudio/gRainbow
/ handleNoteOff
Method
handleNoteOff
Source/Modulators.h:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
mCurTs = ts;
130
}
131
void handleNoteOff(int ts) {
132
mEnv.noteOff(ts);
133
mCurTs = ts;
134
}
135
136
// Must be initialized externally (in this app done in Parameters.cpp)
137
juce::AudioParameterFloat* attack;
Callers
nothing calls this directly
Calls
1
noteOff
Method · 0.80
Tested by
no test coverage detected