Is there a way to create an object like instrument / sample list of renoise?
Basically, should be like a popup but with the “multiline” aspect (or a listbox, for some frameworks like .NET)
Is there a way to create an object like instrument / sample list of renoise?
Basically, should be like a popup but with the “multiline” aspect (or a listbox, for some frameworks like .NET)
The GuiView doesn’t offer listbox objects, but you can fake it with buttons or textfields.
See the midimanagement console for an example using textfields, whatever instruments are not visible you can browse through up and down keys.
Thank you vV !!