06-10-2021, 06:42 PM
(06-10-2021, 05:47 PM)Liam Wrote: Select the marker you want to change, then in the console type this:
for (const m of selection.markers) { m.value = 1.5; }
Change 1.5 to whatever you want.
This did the trick!
At first I couldn't figure out which setting I was changing ... then I realized that each marker only has ONE setting, duh.

I've fixed my mix! Thank you Liam so much!!!
And thanks too Lucent. +/-1200 on pitch makes sense (cents

So if anyone else wants to do this:
1 ~ Select your marker. Right click it, open the panel. If there are more than 1 marker, make sure only the ONE that you are editing is box ticked.
2 ~ Open console.
3 ~ Enter this:
for (const m of selection.markers) { m.value = x; }
Substitute the new value for 'x'
4 ~ Reselect the marker from the marker bar to refresh the panel and watch the slider move to confirm.
YAY!!
I remixed the remix. Now it's back to normal. ~Mitch Hedberg