mobius-looper / mobius

Other
17 stars 5 forks source link

Fix Reverse in Load/Save Project [#001] and [#002] Fix set Track Setup in Load Projects #1

Open ClaudioCas opened 1 year ago

ClaudioCas commented 1 year ago

1 - Save Mop Reverse Issue - Fixed issue about Reverse Function of tracks. In mos file (toXml) the Reverse was always true. Fixed

2 - Loading Mop Reverse Issue - The Reverse attribute was ignored during loading. Every track without loop was setting with reverse= true and all the tracks with loop with reverse=false. Fixed

ClaudioCas commented 1 year ago

002 Fix Issue about track setup not set when open file project mos.

Video of the issue - https://youtu.be/Yp6QbLGjyFo

ClaudioCas commented 6 months ago

Hi @cllunsford , I resolved the conflicts in my code (readme and components.cpp). I create a new branch for the commit in my repo.