05-24-2021, 06:39 PM
The text format is deprecated. We use a binary format now. There's a bunch of technical reasons why this is better.
if you want to do precise editing, you can use the JS console. Lucent's guide has an overview: https://sites.google.com/view/lucentguid...ole-basics
TLDR, Ctrl+Shift+J to open the console, then try these commands:
setInitialInstrumentVolume(instrument, value)
setEqLow(instrument, value)
setEqMid(instrument, value)
setEqHigh(instrument, value)
if you want to do precise editing, you can use the JS console. Lucent's guide has an overview: https://sites.google.com/view/lucentguid...ole-basics
TLDR, Ctrl+Shift+J to open the console, then try these commands:
setInitialInstrumentVolume(instrument, value)
setEqLow(instrument, value)
setEqMid(instrument, value)
setEqHigh(instrument, value)