Skip to content

Releases: agourlay/ruxguitar

0.5.1

18 Dec 19:53
1cd9c2d
Compare
Choose a tag to compare
  • fix duration of tied notes
  • fix next beat computation across measure for certain effects

0.5.0

08 Dec 11:58
d45274e
Compare
Choose a tag to compare
  • 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

25 Nov 20:36
5a240b2
Compare
Choose a tag to compare
  • 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

18 Nov 20:30
016f237
Compare
Choose a tag to compare
  • Fix parsing of harmonic effect for gp4
  • Fix overflow in grace note duration

0.4.0

09 Nov 22:38
946336c
Compare
Choose a tag to compare
  • Support GP4 file format 🎸

0.3.3

06 Oct 14:11
a8f5c8f
Compare
Choose a tag to compare
  • Fix audio rendering of string bends #13

0.3.2

28 Sep 10:50
894399f
Compare
Choose a tag to compare
  • introduce keyboard shortcut to control the tempo (ctr + up/down)

0.3.1

21 Sep 11:27
c8c562e
Compare
Choose a tag to compare

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

05 Sep 19:36
21de214
Compare
Choose a tag to compare
  • Enable adjusting playback speed #12

0.2.0

01 Sep 07:03
80a51cc
Compare
Choose a tag to compare
  • add support for autoscroll while the tablature is playing #7
  • bump to latest Iced dev revision