-
-
Notifications
You must be signed in to change notification settings - Fork 13
Add support for stroke direction #24
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Two parts are required.
Midi Builder
Apply proper effect on duration for notes which belongs to a beats with a stroke effect.
See https://github.com/agourlay/ruxguitar/blob/master/src/audio/midi_builder.rs#L191 with
stroke_increment.Tab canvas
Draw a down or up arrow next the chord.
See https://github.com/agourlay/ruxguitar/blob/master/src/ui/canvas_measure.rs#L462