Super super random and out there request…
I’ve set up a page on my canvas with a bunch of buttons that control a Waves soundshifter plugin on each of my return tracks for my stems. Basically each button sets the plugin to pitch shift +1, +2, -1, -2, etc…
I’ve setup each of my songs so the key of the song is in the song description.
What I’d ideally like is to be able to have a display in my transposition page of what the original key of the song is, and then what the current key is (whatever I may have modified with my buttons)
I was wondering if there was a way for Ableset to read the key of the song from the song description?
The process in my head would look like this…
- Song key is in song description
- When clicking one of the transpose buttons, Ableset reads the current key of the song from the song description (maybe has to convert to some kind of logic or numbers?)
- Ableset then changes the “key” accordingly to however much it has been pitch-shifted by
I’m not sure really sure how this would work or if it’s possible currently, I’m assuming using some kind of variables it might be able to happen. Like if every key was converted to an array of numbers for example
C = 1
Db = 2
D = 3
etc….
And then when I click “+1” button, it adds 1 to the existing variable, changing C to Db….
That may not make any sense, sorry if it doesn’t ![]()