Custom Preset Manager

For general discussion related FlowStone
Post Reply
User avatar
StereoSpace
Posts: 78
Joined: Sat Feb 21, 2015 12:59 am

Custom Preset Manager

Post by StereoSpace »

Hello!
Help please!

I can not guess to make the similar manager for the synthesizer.
Example: I have folders with separate presets how to make that on pushing a folder, the list of those presets was shown and at a choice the necessary booted? Forgive me for curve English)

Image
GUI designer
User avatar
Freddymusic
Posts: 30
Joined: Mon Apr 16, 2007 4:57 pm
Contact:

Re: Custom Preset Manager

Post by Freddymusic »

You can find a lot of preset manager example on the synthmaker forum, but i think the sub-preset is not working perfectly.
freddymusic.hu
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Custom Preset Manager

Post by Nubeat7 »

if you are happy with the windows dropdown list you can use my grouped presets PM
http://flowstone.guru/downloads/grouped-presets/

if you want some fancy look like in your image you will need to build the GUI by yourselfwhich shouldn't be too hard, there are scrollable selectors out there in the forum (there was one just short time ago..just forgot who did it)
User avatar
StereoSpace
Posts: 78
Joined: Sat Feb 21, 2015 12:59 am

Re: Custom Preset Manager

Post by StereoSpace »

Nubeat7 wrote:if you are happy with the windows dropdown list you can use my grouped presets PM
http://flowstone.guru/downloads/grouped-presets/

if you want some fancy look like in your image you will need to build the GUI by yourselfwhich shouldn't be too hard, there are scrollable selectors out there in the forum (there was one just short time ago..just forgot who did it)


Thank you very much! It just helps me to save a preset with the desired structure. Browser I did. after completion gooey lay out here ready-made solution.
GUI designer
carlbeat
Posts: 8
Joined: Wed Jan 02, 2013 1:45 pm

Re: Custom Preset Manager

Post by carlbeat »

Hi guys,

I'm looking for a preset manager like the screen above from Nexus, and I've already got a similar thing, but I just can skip through the presets by clicking on them. In Nexus, you can also skip through the presets with pressing the "Key Up" and "Key Down" key. And scolling should be also available with the scrolling wheel and not only with clicking on the scroll bar. Has someone got an example for that a can give help to that problem?

If someone has got an fsm-file for such an browser manager that would be nice!

Best regards
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Custom Preset Manager

Post by tulamide »

carlbeat wrote:Hi guys,

I'm looking for a preset manager like the screen above from Nexus, and I've already got a similar thing, but I just can skip through the presets by clicking on them. In Nexus, you can also skip through the presets with pressing the "Key Up" and "Key Down" key. And scolling should be also available with the scrolling wheel and not only with clicking on the scroll bar. Has someone got an example for that a can give help to that problem?

If someone has got an fsm-file for such an browser manager that would be nice!

Best regards

Flowstone doesn't support mouse wheel (it uses it for its own user interface) in projects. For the key detection you can use the "Is key pressed" prim. This should check regularly while the preset manager list is open. Find details about that prim in the component reference.
The same functionality is available in Ruby as well, if you prefer a Ruby solution.
"There lies the dog buried" (German saying translated literally)
Post Reply