Writing a plugin's transpose - how to apply semitones to staff position? 2018-05-18 10:32 am 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 – 2018-05-18 12:11 pm Quote from: hmmueller – 2018-05-18 10:32 amI'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
Re: Writing a plugin's transpose - how to apply semitones to staff position? Reply #2 – 2018-05-18 02:04 pm 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