Preset Manager_Auto save/load.

Post any examples or modules that you want to share here
Post Reply
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Preset Manager_Auto save/load.

Post by billv »

This is the Preset manager configured to save/load automatically,
so there's no manual save/load routine needed to be done by the user.

Seems as though Trog was right(as usual)..
it can be done...there's no need for an alternate preset system....

This is probably the no.1 feature I've wanted over the years...real happy to get it going :D

Have tested in FL,Live and Reaper......seems to work great.

Hope that it's usefull, and that you guys can maybe find some bugs in it.....

Preset Manager_Auto save&load..fsm
(35.46 KiB) Downloaded 1489 times
stw
Posts: 111
Joined: Tue Jul 13, 2010 11:09 am
Contact:

Re: Preset Manager_Auto save/load.

Post by stw »

billv wrote:This is the Preset manager configured to save/load automatically,
so there's no manual save/load routine needed to be done by the user.


What is it supposed to do? Or rather what did you change in the preset manager?
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Preset Manager_Auto save/load.

Post by billv »

I just replaced the 'file' dialogs basicly. with another set-up.

Preset names are saved to file in 1 array with "about to close" prim...
And reloaded on afterload.

Each preset is a separate file and is loaded on index change.
(So flicking presets on the fly should be a 'little' slow :( ....probably better
to put all those presets on 1 array, and just load it once,
then feed the data on index change....still thinking about it..)

Why....?????
When using VST , the user can just save into a Preset Manager slot.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Preset Manager_Auto save/load.

Post by Nubeat7 »

billv wrote:Why....?????
When using VST , the user can just save into a Preset Manager slot.


wouldnt it be enough to just trigger the save input of the pm primitive?
pm_save.png
pm_save.png (29.56 KiB) Viewed 38560 times
just installed greenshot to make screenshots and easily put arrows and stuff on it :lol:
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Preset Manager_Auto save/load.

Post by billv »

No...that works in FS....but in VST/Standalone mode....nothing is there on plug-in reload.
Its always been like that :( . Very fustrating that the VST/standalone user can't use the
Preset manager just like we do in FS-save straight into slot..and it's there...

This VST/Standalone preset issue has led people(like me) to make "alternate" preset systems,
and you can see this in the last X11 Update, it's a very messy/ugly way to go about it. :lol:

I guess the file dialogs could be included, and bring back the option to save/load manually.

I'm still worried about the speed of it. And can only see 3 options to fix....
1. Stick all presets on 1 array and just load the one file on startup
2. Wrapping it all up into that dll componant thing might be possible....but I don't know C....
3. DSPR make a New Preset manager with option for autosaving.. :mrgreen:
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Preset Manager_Auto save/load.

Post by Nubeat7 »

oh, you are talking about standalone, never tested this a lot..

didn`t know that because your example is a plugin
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Preset Manager_Auto save/load.

Post by billv »

Sorry nubeat7...i shouldn't have said the word 'standalone'.....confuses things :roll:
Its VST.
Here's version 2...
Just one button added, "Use current preset as default".
Preset Manager_Auto save&load_v2.fsm
(37.1 KiB) Downloaded 1442 times
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Preset Manager_Auto save/load.

Post by billv »

Got it going as standalone as well.
Working great either in FS/VST or Standalone now. :D
Preset Manager_Auto save&load_v3.fsm
(36.82 KiB) Downloaded 1526 times
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Preset Manager_Auto save/load.

Post by billv »

ScreenShot003.png
ScreenShot003.png (5.48 KiB) Viewed 38437 times

Change this name with every plug-in...(or else :o :o :shock: )
(i should have put it in the properties panel :oops: )
User avatar
lalalandsynth
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

Re: Preset Manager_Auto save/load.

Post by lalalandsynth »

Testing this , seems to work .
Post Reply