aboutsummaryrefslogtreecommitdiff
path: root/utils/adlmidi-2/input.hpp
AgeCommit message (Collapse)Author
2021-01-07adlmidi2: Tune the buildWohlstand
2021-01-07adlmidi2: Add the test check for termio and termios typeWohlstand
#241
2017-12-09ADLMIDI2: Fixed macOS buildWohlstand
2017-11-10Repair support of DJGPP for libADLMIDI and Classic ADLMIDI toolWohlstand
However, Important TODO: Implement support for Ctrl+C!!!
2017-11-09Resolve weird crash caused by Tetris inside ADLMIDI2 and other changesWohlstand
- Move most of inline classes methods into own CC file - Move Input into own header with own CC file to share it with the puzzle game - Created virtual destructors and resolved weak vtable trouble between of Tetris's classes - Remove static declarisons of Tetris class. Instead, let it be member of UserInterface - Fixed forgot note-offs while sorting events row with zero length notes - Fixed crash caused by unsafe access by reference to element of array that was modified/reallocated one or multiple times - Stabilize dealing with zero-length notes