Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-18 | Fixed initial preset selection in XG mode. | Chris Xiong | |
2019-03-13 | Set preset bank correctly in XG mode. | Chris Xiong | |
Removed High DPI handling code. Good luck to Windows users out there. Skulpture style: dials are no longer blurred if scaled. | |||
2019-01-25 | Changelog.0.8.6_fluidsynth-2.x_alpha_1 | Chris Xiong | |
2019-01-25 | Update gitignore. | Chris Xiong | |
2019-01-25 | Fixed a crash caused by improper preset probing. | Chris Xiong | |
Further ensure CC#8 is initialized correctly. Minor string table update. | |||
2019-01-24 | Migrated to fluidsynth 2.x. | Chris Xiong | |
Moved to mxe for Windows build. Fixed default value for CC#8. | |||
2018-10-02 | Fixed layout with Qt 5.11.0.8.6_fluidsynth-1.x_final | Chris Xiong | |
Minor code cleanups in qmpchannelswindow. Documentation update. | |||
2018-06-18 | Precise playback (no more slowdown). | Chris Xiong | |
Also the visualization should now sync better. | |||
2018-03-19 | Unified meta event reading code, fixing #6. | Chris Xiong | |
Fixed playlist dialog behaving oddly. | |||
2018-02-07 | Forgot to unregister UI hooks. | Chris Xiong | |
Seems that I've forgotten about the changelog too. | |||
2018-02-03 | Minor performance improvement to the 3D visualization. | Chris Xiong | |
2018-01-29 | Fixed FTBFS with Qt 5.6. | Chris Xiong | |
2017-10-18 | Fix inconsistency and build errors. | Chris Xiong | |
2017-10-18 | API changes and crash fixes. | Chris Xiong | |
Details in the changelog. | |||
2017-09-24 | Merge pull request #5 from BLumia/master | Chris Xiong | |
Let MessageBox show at center of the current monitor | |||
2017-09-24 | MessageBox show at center of the current monitor | Gary | |
2017-08-22 | Windows type of functionality windows is now Qt::Dialog. | Chris Xiong | |
Initialization fluidsynth asynchronously. Minor documentation update. | |||
2017-08-10 | Windows of several main functionalities are no longer | Chris Xiong | |
QDialogs. Fixed unexpected behavior. Now visualization window can be closed by sending it a close signal. Trying a solution to address the problem that prevents plugins from being loaded correctly in Windows if the path contains Chinese characters. Not even tried to build in Windows though. | |||
2017-06-22 | Minor bug fixes. | Chris Xiong | |
SMF reader finally takes chunk length into account. Do not prepend sysex header to F0h sysex. Let the readers do it. File readers code cleanups and refined error messages. | |||
2017-06-21 | Fixed FTBFS on Windows. | Chris Xiong | |
Fixed the default output device option. Seeking now restores CC values correctly. | |||
2017-06-21 | Fixed a bunch of bugs and crashes in the RtMidi output device. | Chris Xiong | |
2017-06-21 | Complete rewrite of the MIDI mapper. | Chris Xiong | |
Enforces single fluidsynth instance. Documentation update. Minor changes to make lite version work. | |||
2017-06-16 | Code refactoring and fix to memory leaks. | Chris Xiong | |
2017-06-02 | Some changes from earlier this year. Read ChangeLog for details. | Chris Xiong | |
2017-02-14 | Scan for plugins in the executable directory instead of the working | Chris Xiong | |
directory. | |||
2017-02-13 | Minor bug fixes. #4 is now addressed. | Chris Xiong | |
2017-02-13 | Fix pitch bend range handling. | Chris Xiong | |
Allow registering a string option as file path. Provide an easier way to set path values in options. Revert to old geometry storage mechanism and improved it. Hope this one will work on Windows. Make the time slider less ugly. | |||
2017-02-12 | UI revolution cont'd. Powered by @BLumia. | Chris Xiong | |
Expose new APIs to plugin developer. Use svg icons. | |||
2017-02-12 | New functionality API. Port built-in features to the new API. | Chris Xiong | |
Start the revamp of the main Window. Credit of the new design goes to @BLumia. | |||
2017-02-10 | Road to standardize: use two parameters for pitchbend. | Chris Xiong | |
Documentation. Minor bug fix. | |||
2017-02-10 | Fix building on Windows. | Chris Xiong | |
Behavior changes: 1. DnD into the main window now causes the dropped file to play. 2. Switch back to w32usleep to increase bpm accuracy. 3. Scan for plugins in application folder (in Windows), not in the working directory. | |||
2017-02-09 | Add extra midi formats support via the file reader API. | Chris Xiong | |
Fix note counting. | |||
2017-02-08 | Add API version verification. This breaks compatibility | Chris Xiong | |
with old versions of plugins. Add RIFF MIDI support to the SMF reader. Documentation. | |||
2017-02-08 | First steps for the file reader API. | Chris Xiong | |
API additions and changes. Fixed wrong button shown when started from file. | |||
2017-02-07 | Fixed 2D visualization broken by commit 8a0d671. | Chris Xiong | |
2017-02-01 | Make packaging qmidiplayer less painful. | Chris Xiong | |
Add mime info. Do not throw integers. Fix incorrect font paths in Arch Linux. | |||
2017-01-15 | A little code refactoring. | Chris Xiong | |
2017-01-02 | Can show measure indicators now. | Chris Xiong | |
Added new options to specify custom fonts. Added a new handler API. Minor rework on handler calling. | |||
2016-12-27 | First official version with experimental support for the visualization ↵0.8.3-2 | Chris Xiong | |
plugin on Windows. Fixed several critical bugs causing the plugin to crash QMP. | |||
2016-12-11 | Update the preset selection dialog to improve support for external MIDI devices. | Chris Xiong | |
2016-10-28 | Fixed #3 by switching to the GLFW backend for SMELT. | Chris Xiong | |
2016-09-23 | Add a set of icons for dark themes and a option to change the icon theme. | Chris Xiong | |
2016-09-16 | Minor bug fix. Update documentation. | Chris Xiong | |
2016-09-15 | Add a new visualization mode. Fix minor behavioral bugs. | Chris Xiong | |
2016-09-15 | Fix FTBFS. Force Qt5 while building. | Chris Xiong | |
2016-06-05 | Make preset selection dialog non-modal. | Chris Xiong | |
2016-06-03 | Add the "restart fluidsynth" action. | Chris Xiong | |
2016-06-02 | Add option to change note colors. | Chris Xiong | |
2016-06-01 | Initial event modifier and event filter stub. | Chris Xiong | |
2016-05-31 | Update documentation. | Chris Xiong | |