If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Preset management tutorial
30 posts
• Page 3 of 3 • 1, 2, 3
Re: Preset management tutorial
I realize this whole preset system will be changed in the Alpha but I am not sure if it will solve this particular issue.
This whole loading of sounds currently is setting FS plugs apart from other plugins and something you dont expect , you expect your presets to be there when you load the plugin.
It seems to me that an autoload should be possible , looking into this.
This whole loading of sounds currently is setting FS plugs apart from other plugins and something you dont expect , you expect your presets to be there when you load the plugin.
It seems to me that an autoload should be possible , looking into this.
-
lalalandsynth - Posts: 600
- Joined: Sat Oct 01, 2016 12:48 pm
Re: Preset management tutorial
I made a Custom Preset manager that does what you need
It saves every preset to file, so the user presets are there on reload.
It works great. Took me ages to work out how to do it.
Scroll down the thread and use version 3...Hope you enjoy it
http://www.dsprobotics.com/support/viewtopic.php?f=3&t=2294
It saves every preset to file, so the user presets are there on reload.
It works great. Took me ages to work out how to do it.
Scroll down the thread and use version 3...Hope you enjoy it
http://www.dsprobotics.com/support/viewtopic.php?f=3&t=2294
BV MUSIC SYDNEY AUSTRALIA..Songwriting and Software development
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
Headquartershttps://www.bvmusicsydneyaustralia.com/
Spotifyhttps://open.spotify.com/artist/7JO8QM40mVmHb7pAwKPJi0
Donatationhttps://www.paypal.com/donate/?hosted_button_id=HEUR8R7K8GZ4L
- billv
- Posts: 1157
- Joined: Tue Aug 31, 2010 3:34 pm
- Location: Australia
Re: Preset management tutorial
Yes, I saw that one , I am now trying to implement this into Ernst Hot preset manager and adding a save dialog.
Thanks a lot , this might just work for what I need.
The "Name" thing and then saving is also unusual compared to other plugins, so what I am trying to achieve is to open a dialog, name the preset and then its in the list.
This should be doable with combining the two preset managers.
Thanks a lot , this might just work for what I need.
The "Name" thing and then saving is also unusual compared to other plugins, so what I am trying to achieve is to open a dialog, name the preset and then its in the list.
This should be doable with combining the two preset managers.
-
lalalandsynth - Posts: 600
- Joined: Sat Oct 01, 2016 12:48 pm
Re: Preset management tutorial
When I'm done making the universal knob/slider tooltip/help blurb/touchscreen input/keyboard input thingy I will make
this preset thing to spec. I will also make it do the following:
- load from a .txt file or .ini a list of newly made presets that automatically adds it to the default fruity preset list
- provide simple save preset options for programmers which automatically saves the new preset to a text file or .fxb, .fxp;
- Have it so the file options can be turned on or off;
- make sure there is a nested tree style like serum
this preset thing to spec. I will also make it do the following:
- load from a .txt file or .ini a list of newly made presets that automatically adds it to the default fruity preset list
- provide simple save preset options for programmers which automatically saves the new preset to a text file or .fxb, .fxp;
- Have it so the file options can be turned on or off;
- make sure there is a nested tree style like serum
-
wlangfor@uoguelph.ca - Posts: 912
- Joined: Tue Apr 03, 2018 5:50 pm
- Location: North Bay, Ontario, Canada
Re: Preset management tutorial
Excellent, looking forward to it!
-
lalalandsynth - Posts: 600
- Joined: Sat Oct 01, 2016 12:48 pm
Re: Preset management tutorial
I’ve reviewed the tutorial and made a lot of changes. There are several new additions included, so it might be worth a re-read.
Thank you to Martin Vicanek for raising and solving one of the new points.
The new zip v1.21 is in the original post too.
Thank you to Martin Vicanek for raising and solving one of the new points.
The new zip v1.21 is in the original post too.
- Attachments
-
- Preset tutorial v 1.21.zip
- Updated 28.11.23
- (227.89 KiB) Downloaded 567 times
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: Preset management tutorial
Thanks Spogg!
So I should just be able to connect the most crucial parameters first... to bump them up the parameter list inside the daw then?
So I should just be able to connect the most crucial parameters first... to bump them up the parameter list inside the daw then?
My beginner synth at KVR: https://www.kvraudio.com/product/saguaro-one-by-saguaro-one
- R&R
- Posts: 468
- Joined: Fri Jul 15, 2022 2:28 pm
Re: Preset management tutorial
Something I use to do was EXPORT a TXT file from the PreSet Manager.
That allowed me to review all the assignments [and any missed, duplicates].
That allowed me to review all the assignments [and any missed, duplicates].
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Re: Preset management tutorial
R&R wrote:Thanks Spogg!
So I should just be able to connect the most crucial parameters first... to bump them up the parameter list inside the daw then?
Martin came up with the method in the tutorial. He told me the only way was to have unique names for all the “P” wireless preset connectors, then the order those were connected would be reflected in the text file. I didn’t try it myself, but I trust Martin!
I must admit I personally wouldn’t do this because, in Reaper, you can just touch a knob and it can be recorded. But Martin made the point that he wanted to have some parameters which don’t have UI controls, so he could use the generic sliders in the DAW to “trim” certain parameters, like in an “expert” mode.
-
Spogg - Posts: 3358
- Joined: Thu Nov 20, 2014 4:24 pm
- Location: Birmingham, England
Re: Preset management tutorial
Spogg wrote:I didn’t try it myself, but I trust Martin!
I don't trust neither of you two... You both create suspiciously advanced things in FS. Too advanced.
Aliens from outer space
Have to try this later. Common parameters like Cutoff, Reso etc... or grouping of them at the top of the list seems like a great thing.
RJHollins wrote:Something I use to do was EXPORT a TXT file from the PreSet Manager.
That allowed me to review all the assignments [and any missed, duplicates].
You mean the parameter naming?
I noticed it can become a nightmare keeping track of naming...
My beginner synth at KVR: https://www.kvraudio.com/product/saguaro-one-by-saguaro-one
- R&R
- Posts: 468
- Joined: Fri Jul 15, 2022 2:28 pm
30 posts
• Page 3 of 3 • 1, 2, 3
Who is online
Users browsing this forum: No registered users and 61 guests