MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setDirectRelease

Method setDirectRelease

include/JSystem/JAudio/System/JASTrack.h:182–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181 void setBendSense(u8 val) { mBendSense = val; }
182 void setDirectRelease(u16 release) { mDirectRelease = release; }
183 void setGateRate(u8 rate) { mGateRate = rate; }
184 void setNoteOnPrio(u8 prio) { mNoteOnPrio = prio; }
185 void setPanPower(f32 power) { mPanPower = power; }

Callers 3

channelStartMethod · 0.45
writeRegMethod · 0.45
noteOnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected