Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-05-30 | Added an option to change font size used by the visualization. | Chris Xiong | |
2016-05-29 | Allow disabling soundfonts in the soundfont setting tab. | Chris Xiong | |
2016-05-28 | Add option to tweak the OSD. More info shown in the OSD. | Chris Xiong | |
Bump version. We have stayed at 0.8.1 for a long time and the visualization plugin is almost fully functional now. | |||
2016-05-27 | Compute coordinates of pitch-bent notes more precisely. | Chris Xiong | |
Also load resources from system-wide folder. | |||
2016-05-26 | Keyboard for 2D visualization. | Chris Xiong | |
2016-05-25 | Horizontal 2D visualization. | Chris Xiong | |
2016-05-24 | Correct return result of API functions when text encoding is set to Unicode. | Chris Xiong | |
Use QPointer to store pointer to dialogs to avoid crashes. (However crashes related to dbus are still not resolved.) | |||
2016-05-24 | Add seeking with arrow buttons in visualization. | Chris Xiong | |
2016-05-23 | Add horizontal visualization mode. | Chris Xiong | |
Add build date in version page. | |||
2016-05-21 | Use QDirIterator instead, fixing plugin loading problems in Windows. | Chris Xiong | |
Also scale UI elements. | |||
2016-05-20 | Scale GUI correctly on a high DPI device. | Chris Xiong | |
Fix building for Windows. RC-bugs still exist. | |||
2016-05-19 | Added a sample plugin as a template. | Chris Xiong | |
Implemented scanPlugin for Windows. | |||
2016-05-18 | Finally finish the particle system integration. | Chris Xiong | |
Add std::wstring version APIs to avoid wrong encoding. Update documentation. | |||
2016-05-18 | Fix bugs in the particle system. | Chris Xiong | |
Add particle look at option. | |||
2016-05-16 | Finish the particle system. | Chris Xiong | |
2016-05-15 | Initial stubs for the particle system. | Chris Xiong | |
Use layouts in the effects window. | |||
2016-05-14 | This _should_ fix building under arch linux. | Chris Xiong | |
(Linking order problems and include problems). | |||
2016-05-13 | Added enumerate integer options support. | Chris Xiong | |
Workaroud for different fonts locations in arch linux. | |||
2016-05-12 | Now channel labels are displayed correctly. | Chris Xiong | |
Add an option to change the tint of the chequer board. Show unsigned integer options in hexadecimal format. Fixed a crash caused by attemting seeking when no file is being played. | |||
2016-05-11 | Fixed a crash caused by the visualization plugin. | Chris Xiong | |
Fixed a bug when piano is hidden but the option "arrange channels on a stair" is enabled. Add channel label display. However it's still buggy so it's currently disabled. |