Writing a plugin's transpose - how to apply semitones to staff position? 7 years ago I'd like to write a transpose function that moves the staff position of my user object - but how can I change the staff position from inside the transpose method? Any help is appreciated ...H.M. Quote Selected
Re: Writing a plugin's transpose - how to apply semitones to staff position? Reply #1 – 7 years ago Quote from: hmmueller – 7 years agoI'd like to write a transpose function that moves the staff position of my user object - but how can I change the staff position from inside the transpose method? Any help is appreciated ...H.M.You should be able to update t.Pos, which determines the staff position. Let me know if this does not work. Quote Selected 2 Likes Liked by: Marsu, hmmueller
Re: Writing a plugin's transpose - how to apply semitones to staff position? Reply #2 – 7 years ago Works! - somehow, I was locked into thinking that it must be .StaffPos or the like - didn't think/search for .Pos.ThanksH.M. Quote Selected