Hey, hello! I was just wondering if there's any way of making the editor interface more traditional-looking (hide waveforms and show all the text-editing tracks (velocity, fx, etc.)).
Most of the time I really like the waveforms, but in some cases/projects, I just want to focus on the "sauce" of the sound
There isn't a function to hide the "FX" lanes (It shouldn't be hard to make though.) Instead you have to hide them manually with the mouse, just set the size of the lanes as narrow as you can get, and you won't see the waveforms anymore.
This should actually be done automatically if you have enough tracks, and you press Ctrl + m. Maybe that's exactly what you need? If not I can make script to minimize all FX lanes in a block.
The keybindings are actually a very simple version of python (no paranthesis, just the function name and one argument). But if you use the python function "ra.evalScheme", you can write keybindings in scheme instead of python.