Midi learn panel invert column size
-
Anyone know how to make the "invert" column show all of its title text?
-
@d-healey yeah that's a thing I had on my list, will check tomorrow too
Or we can call itInv
:) -
@d-healey also I don't like the weird font of the button…
-
@ustk Same in the Macro Font End panel, can't find a way to change either the font or the default greeny colour of the invert button when clicked. Been through source files but no luck so far
-
@d-healey I tweaked the table a wee bit to get the inverted, min, and max columns to have the same width (+10px for inverted, -10px for min/max), and also centered everything
I'd like not to center the Parameter column but it seems impossible to discriminate just one column without rewriting a lot...
I just noticed that it would be nice too if the min/max settings respect the
stepSize
and don't systematically add the extra decimals... -
Just reduced the invert col:
-
@ustk Where do you go to alter the column widths?
-
@ustk This looks good! Do you think it would be possible to add a data property (like we have for other floating tiles) that would allow us to customise the width of each column and maybe set the alignment? Perhaps a request for Christoph...
-
@d-healey Yeah that would be cool, I have to go through the modification @Christoph-Hart made on the preset browser. Mine wasn't good so he back fixed it and it appeared more complex than I imagined at first. So I might be able to implement the same thing, but not sure. A thing that is certain is that don't currently have the time...
As for the alignment, I got the parameter column to align to the left. But making it customizable...
-
@ustk Well I think you've done some good work! Have you made a pull request?
-
@d-healey Currently, all columns have a fixed size, except the Parameter which fills the rest when the width of the floating tile changes... so I don't know how to approach a
ColumnWidthRatio
property knowing you're not able to touch the index 1 of the array... -
@d-healey Thanks! Not yet, I was waiting for all the mods in order not to make 18 pull requests... ;)
-
-
FrontendPanelTypes.cpp
Correct? -
FrontendPanelTypes.cpp Correct?
I think so.
What is The Name For Midi Learn Panel In Source Code?
Just do a search for MidiLearnPanel and it will bring up its location in the source.
-
@d-healey said in Midi learn panel invert column size:
Just do a search for MidiLearnPanel and it will bring up its location in the source.
On Github?
Or Windows? -
@Natan You can do it on github if you want, I use Atom text editor (or sometimes CudaText)
-
@d-healey Excellent, Thank You Sir David :)