Releases: agourlay/ruxguitar
Releases · agourlay/ruxguitar
0.5.4
What's Changed
- draw time signature by @doreado in #22
- display error messages in the UI
- fix release of binaries
New Contributors
Full Changelog: v0.5.3...v0.5.4
0.5.3
- fix duplicated rendering of measure vertical line
- upgrade tablature parser to nom 8
- lots of Clippy cleanup
- disclaimer: release artifacts missing for this release :(
0.5.2
- remember location of last tablature folder
- display tempo using symbol instead of
bpm
label
- cleanup audio loop using
itertools
- update dependencies
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)