From c564a6b6a27d3602e14c608e95fff7f93650a2cb Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sun, 10 Dec 2017 23:15:49 +0300 Subject: Added "TODO" note into "adl_generate" function --- src/adlmidi.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/adlmidi.cpp b/src/adlmidi.cpp index 96ef32f..380630a 100644 --- a/src/adlmidi.cpp +++ b/src/adlmidi.cpp @@ -640,6 +640,12 @@ ADLMIDI_EXPORT int adl_generate(struct ADL_MIDIPlayer *device, int sampleCount, if(!device) return 0; + /* + * TODO: Implement the processing of vibrato and arpeggio here. + * Otherwise, in realtime playing there are will not be processed + * and chip channel management will work incorrectly! + */ + MIDIplay *player = reinterpret_cast(device->adl_midiPlayer); sampleCount = (sampleCount > 1024) ? 1024 : sampleCount; -- cgit v1.2.3