Hi.
2 questions about effects columns:
1) is it possible to have one graphical effect column for each effect, instead of having it all in the same column together with velocity?
2) is it possible to have the various effect sliders in hexadecimal instead of decimal, so that it's easier to write them down in the effect text column?
Thanks
Effect column questions
Re: 2 more questions
Only FX text columns are separate. But instead you can use a new track for each effect where all tracks are assigned to the same instrument. If you hide the note column (Left alt + n) of the new effect tracks, they don't take up more space.
Good idea. I've changed the effect popup menu to display the current hex value. To get this change, replace the file bin/scheme/instruments.scm on your computer with this one: http://users.notam02.no/~kjetism/instruments.scm2) is it possible to have the various effect sliders in hexadecimal instead of decimal, so that it's easier to write them down in the effect text column?
Re: 2 more questions
I mean, you can use this as a small improvement. I'm not sure how to display the hex values without making clutter. Perhaps have a keybinding-configurable option to switch it on/off.
Re: 2 questions about the effect columns
Another things I noticed. If I delete the last value from an effect column, the whole automation is deleted from the tracks.
Is this intended?
Thanks
Is this intended?
Thanks
Re: Effect column questions
If the automation only has two points, and both points have the same value, that's intended behavior. But that should be the only time.
For instance, if the automation has two points with different values, the value of the second point will be set to the value of the first point instead if you try to delete the second point.
For instance, if the automation has two points with different values, the value of the second point will be set to the value of the first point instead if you try to delete the second point.
Re: Effect column questions
Good idea. I've changed the effect popup menu to display the current hex value. To get this change, replace the file bin/scheme/instruments.scm on your computer with this one: http://users.notam02.no/~kjetism/instruments.scm
This really should be included by default as this is super useful.
Which lines are changed in instruments.scm to include the hex-value?
In the latest version instruments.scm is updated, I don't want to override new changes.
Re: Effect column questions
In 5.9.99, it's line 1645 that's changed:
I've uploaded new instruments.scm file to the same url for 5.9.99 now.
Code: Select all
(<-> "------------Effect: \"" effect-name "\" (hex value: " (format #f "~x" (between 0 (round (* 255 (<ra> :get-instrument-effect instrument-id effect-name))) 255)) ")")
Re: Effect column questions
This behavior is in Radium now, so no need to manually fix the instruments.scm file.