Page 1 of 1

Custom Preset Manager

Posted: Sat Feb 21, 2015 2:49 am
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

Re: Custom Preset Manager

Posted: Fri Apr 03, 2015 2:09 pm
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.

Re: Custom Preset Manager

Posted: Fri Apr 03, 2015 10:33 pm
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)

Re: Custom Preset Manager

Posted: Fri Apr 10, 2015 12:38 am
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.

Re: Custom Preset Manager

Posted: Thu Sep 03, 2015 1:48 pm
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

Re: Custom Preset Manager

Posted: Thu Sep 03, 2015 2:16 pm
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.