more than one presetmanager in a project?

For general discussion related FlowStone
Post Reply
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

more than one presetmanager in a project?

Post by Nubeat7 »

hallo, i want to make presets for my stepsequencer inside my plugin, so i need to have one presetmanager for global and one for the stepsequencer and the global one should also save the choosen preset of the stepsequencer..

how should i do this - i remember there was a thread on the sm forum but i couldn`t find it...
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: more than one presetmanager in a project?

Post by tester »

Depends on what you use - theoretically you could use one preset manager to handle multiple "savings". It will not work for "preset string" primitive, but for values - yes. Trigger order through individual trigger blocking - can decide whether specific preset should be turned on or off for saving.

From what I remember - multiple preset managers should be fine for exe apps, but not fine for VST plugins (i.e. for hosts that operate on them).

Tried to search on SM forum with phrases like: multiple preset manager ?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: more than one presetmanager in a project?

Post by Nubeat7 »

i think to save snapshots for the stepseqencer, a comfortable way is to save the array in a stringpreset (1 for each snapshot) thats an easy solution when you dont need much more then 8 or so...

just was wondering that i need to have a text primitive in between the string preset output and the float array connection...

because when you connect a text list to an array connection you can feed the array with it but if it comes out of the stringpreset it don`t - you need the text primitive in between - is this a bug? or why i need the text prim to get readed by an array input?
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: more than one presetmanager in a project?

Post by trogluddite »

Nubeat7 wrote:is this a bug? or why i need the text prim to get readed by an array input?

Yes, I have seen this problem too - it has been around a long time in SM.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: more than one presetmanager in a project?

Post by billv »

Nubeat7 wrote:i remember there was a thread on the sm forum but i couldn`t find it...

http://synthmaker.co.uk/forum/viewtopic.php?f=7&t=11738#p89192
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: more than one presetmanager in a project?

Post by Nubeat7 »

thanks billv! i will try this out..
Post Reply