MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / SetSampleDeltaValue

Method SetSampleDeltaValue

Source/Instrument2A03.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void CInstrument2A03::SetSampleDeltaValue(int MidiNote, char Value)
110{
111 m_Assignments[MidiNote].Delta = Value;
112}
113
114bool CInstrument2A03::AssignedSamples() const
115{

Callers 5

ReadFromModuleMethod · 0.80
DoReadFromFTIMethod · 0.80
ImportFileMethod · 0.80
OnDeltaposDeltaSpinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected