aboutsummaryrefslogtreecommitdiff
path: root/src/adlmidi.cpp
AgeCommit message (Collapse)Author
2016-10-22Apply latest update of ADLMIDIWohlstand
- Added support of playing CMF files
2016-09-02Added a function to retrieve a count of the banksWohlstand
2016-08-06Fixed infinite loop caused by attempt to play blank MIDI-fileWohlstand
2016-08-05Handle 111'th controller as loopStart pointWohlstand
2016-06-13Fixed freezing on IMF playingWohlstand
(my previous implementation of fget() initator sucks, it must return unsigned char inside signed integer container to be able return "-1" on eof)
2016-06-07Continue research at JungleVision file formatWohlstand
2016-05-14Added 68'th bank: default Timbre bank of the Build EngineWohlstand
2016-03-22Fixed file parsing and accuracy of DMX banks playbackWohlstand
2016-03-16More accurate DMX fine tune of second voiceWohlstand
2016-02-07Changes made in January and February 2016Wohlstand
- Fixed freezing on invalid loop points (instead, ignore them!) - Optimized output generating - Instead of 16-bit samples stored into array of 32-bit integers, return true PCM-16bit for convenience and with no confusion!
2015-12-10Allow volume modulationWohlstand
2015-10-10Fix error of Windows buildWohlstand
with "NO_OLDNAMES" included <sstream> causes "::iswblank not declared" error
2015-10-10Initial commitWohlstand