Age | Commit message (Collapse) | Author |
|
|
|
* Smooth finalizing of song when loop is disabled (old ugly hack has been removed :wink:)
* Added an ability to reset song position to begin (very helpful when song reaches the end)
* Avoided possible crashes on attempt to fetch sample data without opening of MIDI file
|
|
TODO: Fix support for real 4-operator support for dynamical instruments which now are silent. 2-op and pseudo-4-op still work fine.
|
|
|
|
|
|
other code has been moved into separated files
|
|
(to allow banks play sound be more native like to their original implementations)
|
|
Also:
- Fixed warnings in the CLang code model plugin for Qt Creator
- Fixed bend coefficient which caused incorrect hi-hats in DMX banks
|
|
- Added support of playing CMF files
|
|
|
|
|
|
- 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!
|
|
|