Releases: agourlay/ruxguitar
Releases · agourlay/ruxguitar
0.5.1
- fix duration of tied notes
- fix next beat computation across measure for certain effects
0.5.0
- add support for fade in effect
- improve display of vibrato effect
- display tied notes
- fix bug in display of stacked beat effects
- fix bug in grace effect key calculation
- add border around control row for better UI
0.4.2
- fix rounding precision on bend points
- fix retrieval of previous and next notes for computing velocity & duration in specific cases
- improve unit testing by recording generated midi events in text files
0.4.1
- Fix parsing of harmonic effect for gp4
- Fix overflow in grace note duration
0.4.0
- Support GP4 file format 🎸
0.3.3
- Fix audio rendering of string bends #13
0.3.2
- introduce keyboard shortcut to control the tempo (ctr + up/down)
0.3.1
Features
- introduce new CLI option to select a tablature file and by-pass the file picker 0bf0d9b
Fixes
- handle error in audio stream creation 5f61a71 (fixes #14)
Improvements
Special thanks to @hejops for the help!
0.3.0
- Enable adjusting playback speed #12
0.2.0
- add support for autoscroll while the tablature is playing #7
- bump to latest Iced dev revision