Midi learn panel invert column size
-
@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 :)