Page 1 of 1

Preset manager There you use folder

Posted: Wed Sep 16, 2020 4:17 pm
by djbrynte
Hi every one i wonder if some one could help me make a preset manager There you put the preset banks in a folder beside vst There you can select preset bank in a list box or something. Lets say u put New banks inside this Map then they should show up in that list.

Re: Preset manager There you use folder

Posted: Wed Sep 16, 2020 6:54 pm
by MichaelBenjamin
.

Re: Preset manager There you use folder

Posted: Thu Sep 17, 2020 1:44 am
by RJHollins
Something I had to do with a project awhile back ...

Something called the 'Marshall' format [i think that's what it was called].

TROG is the one that pointed me how to do this ... with RUBY.

I've long forgotten the details ... but it might show up in a search .... or was that back in the SM daze ... :|

Re: Preset manager There you use folder

Posted: Thu Sep 17, 2020 5:36 am
by kortezzzz
Here are 2 examples using 2 different methods for fast saved preset banks switching. Bare in mind that you'll have to locate the target preset bank folder first to make it work properly. The first method is radio buttons menu based on Trog's Ruby selector (including scrolling feature). Once you save a bank, it will instantly appear in the menu. Saving any additional bank will switch to that new bank after saving. Same operation method is applied to the second example, which is simple drop list menu.

(PRESET BANK MAKING EXAMPLE).fsm
(231.55 KiB) Downloaded 1118 times

Re: Preset manager There you use folder

Posted: Thu Sep 17, 2020 5:37 am
by kortezzzz
(PRESET BANK MAKING EXAMPLE 2 WITH DROPLIST).fsm
(224.04 KiB) Downloaded 1189 times

Re: Preset manager There you use folder

Posted: Thu Sep 17, 2020 9:09 am
by djbrynte
Will check this out soon kortezzz

Re: Preset manager There you use folder

Posted: Thu Sep 17, 2020 9:15 am
by djbrynte
thanx alot kortezzz exactually what i was looking for.