This repository has been archived by the owner on Feb 10, 2019. It is now read-only.
Releases: pixaline/bardmacroplayer
Releases · pixaline/bardmacroplayer
Bard Macro Player v1.4
- Notes are now held as they are in midi files. In text files, add a comma and the hold duration in milliseconds. For example, the arrangement
C,1000 // C+1,1000
will press C and C+1 with a 200 millisecond interval and held for one second. The directiveh___
can be used to set the default hold value, which by default is 100 ms. - Fixes and optimizations for the UI. Scrollwheel works correctly on octave shift and speed shift sliders. Helpful labels...
- Expanded keyboard is usable. Prefer to use the expanded keyboard to minimize playback errors caused by using Ctrl/Alt/Shift modifiers, which may drop notes.
Please check the github Issues page if you encounter a bug, or create a new one if you can't find a thread already about your problem. ^__^
Bard Macro Player v1.3
Bugfixes.
- Multiple characters keybinds now works correctly.
- Added a keybind switcher in case it fails to auto-detect.
- Added an adjustable speed slider.
- Added hotkeys. Defaults are F6 for stop, F7 for play/pause.
- Added a clickable progress bar. Clicking on it makes you jump in the song.
- Song arrangements can now have comments (lines starts with ";")
- Version checker to notify you when there's an update released for future patches.
Bard Macro Player v1.2 beta
More features and more fixes, beta release
- Octave slider does not require reload of song
- Midi input support test
- Faster interface, fine tuned dropdown list
- Added menu bar with option to show parsed keys
- Added progress bar to show song progress
Please open issues if you encounter unplayable midi files or any sort of bugs with steps how to reproduce the problem.
Bard Macro Player v1.1
Updated version with fixes
- Added C+2 note key
- Added octave shift slider
- Fixed multi-track midi loading
- Fixed midi playback
- Fixed midi tempo issues
- Fixed using default keybinds
- Fixed starting the program without FFXIV window
Bard Macro Player v1.0
Initial release