Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-08 | [Experimental] Complex loop support | Vitaly Novichkov | |
2018-06-28 | Change of readme | Vitaly Novichkov | |
2018-06-26 | Don't busy chip channels with blank notes! | Vitaly Novichkov | |
2018-06-24 | Readme note about CMF fix | Vitaly Novichkov | |
2018-06-24 | Readme change | Vitaly Novichkov | |
2018-06-23 | Added support for CC67-SoftPedal | Vitaly Novichkov | |
2018-06-23 | Small correction in the ReadME | Vitaly Novichkov | |
[ci skip] | |||
2018-06-23 | Changelog notes | Vitaly Novichkov | |
2018-06-21 | Move MIDI sequencer into completely separated class | Vitaly Novichkov | |
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer | |||
2018-06-20 | Change version to 1.4.0 and mark it as "dev" | Vitaly Novichkov | |
2018-06-19 | Mark 1.3.3 as release | Vitaly Novichkov | |
2018-06-03 | Re-Order CMake flags and info, and update the changes log | Vitaly Novichkov | |
2018-06-01 | Added changelog notes | Vitaly Novichkov | |
2018-05-31 | Implement correct support for after-touch feature | Vitaly Novichkov | |
2018-05-31 | Changelog note | Vitaly Novichkov | |
2018-05-19 | Works and fixes | Vitaly Novichkov | |
- Fixed an incorrect calculation of 4-op channels and choosing 4-op channels for 2-op only banks - Resolved trouble with automatically chosen flags because of internal confusion | |||
2018-05-08 | Add AppVeyor's badge | Vitaly Novichkov | |
[ci skip] | |||
2018-05-06 | Added changelog note | Vitaly Novichkov | |
2018-04-25 | ReadME: Add release data and correct CMake options manual | Vitaly Novichkov | |
2018-04-20 | Add note about of Hard-RT work of @jpcima into ChangeLog | Vitaly Novichkov | |
2018-04-12 | Added changelog item | Vitaly Novichkov | |
2018-04-11 | Changed logic of CC-74 Brightness | Vitaly Novichkov | |
to affect sound only between 0 and 64 like real XG synthesizers affect sound only between 0 and 64. | |||
2018-04-10 | Added support for CC120 "All sounds off" (#48) | Vitaly Novichkov | |
2018-04-10 | [Experimental] Added support for emulation core switching in real time! | Vitaly Novichkov | |
Due to clunky playback on updated Nuked OPL3 emulator v 1.8, I kept the Nuked OPL3 1.7.4 work in parallel and be a separated switchable emulator. | |||
2018-04-04 | Add Semaphore-CI badge | Vitaly Novichkov | |
[ci skip] | |||
2018-03-27 | Fixed blank instruments fallback in multi-bank support | Vitaly Novichkov | |
2018-03-24 | Added ability to disable MUS and XMI converters and MIDI Sequencer | Vitaly Novichkov | |
2018-01-21 | Copyright year update 2018 | Vitaly Novichkov | |
2018-01-21 | Refresh links in the README.md | Vitaly Novichkov | |
2017-12-16 | Correct the changelog | Vitaly Novichkov | |
2017-12-16 | Updated version number and changelog | Vitaly Novichkov | |
2017-11-25 | Experimental: Added Brightness CC74 controller support | Wohlstand | |
2017-11-18 | Another readme note | Wohlstand | |
2017-11-18 | Readme update | Wohlstand | |
2017-11-10 | Small update of Readme | Wohlstand | |
2017-11-07 | Custom WOPL now supports multiple banks | Wohlstand | |
Feel free to create something like GS or XG bank :wink: | |||
2017-11-07 | New API, classic ADLMIDI, and CMake | Wohlstand | |
- Attempt to support hardware OPL and add build of classic ADLMIDI into CMake - Added new API functions - Added C++ Extras are needed for classic ADLMIDI player - Error string is no more static. Static variant is kept for initialization errors only. | |||
2017-11-05 | Tri-state for deep-tremolo/vibrato/sm/adlib-percussion modes | Wohlstand | |
By default every flag will have "auto" type which means mode will be set in dependence on a bank. | |||
2017-11-05 | Update readme | Wohlstand | |
2017-11-01 | Readme change | Wohlstand | |
2017-10-26 | Small readme change | Wohlstand | |
2017-10-26 | Update readme | Wohlstand | |
..Sorry, I have forgot to remove already completed TODO entry | |||
2017-10-26 | Continue works on loop points and some clean-up | Wohlstand | |
- Added more detailed error information while parsing MIDI file - Added abiltiy to retrieve loop points time positions - Added ability to change playing tempo by giving multiplier - Removed old commented code TODO: - implement meta-information store and a way to retreive it - implement hook-ability for every MIDI event - implement ability to mute/solo every channel | |||
2017-10-25 | Readme notes | Wohlstand | |
2017-10-21 | Move old files from root into separated folder | Wohlstand | |
2017-10-20 | Update README.md | Vitaly Novichkov | |
2017-10-18 | Update readme. Again | Wohlstand | |
2017-10-18 | Update readme | Wohlstand | |
2017-10-18 | Wave recording in demo tool and disable loop by default | Wohlstand | |
2017-10-18 | Smooth finalizing, rewinding, and a bit more crash safety | Wohlstand | |
* 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 |