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

Method PlayNote

Source/ChannelHandler.cpp:272–280  ·  view source on GitHub ↗

Handle common things before letting the channels play the notes

Source from the content-addressed store, hash-verified

270
271// Handle common things before letting the channels play the notes
272void CChannelHandler::PlayNote(stChanNote NoteData) // // //
273{
274 // // // Handle delay commands
275 if (HandleDelay(NoteData))
276 return;
277
278 // Let the channel play
279 HandleNoteData(NoteData);
280}
281
282void CChannelHandler::WriteEchoBuffer(const stChanNote &NoteData, std::size_t Pos)
283{

Callers 1

UpdateChannelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected