Support

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

presetmanager bug or normal behaviour?

For general discussion related FlowStone

presetmanager bug or normal behaviour?

Postby Nubeat7 » Thu May 08, 2014 1:40 pm

hi all,
i found out that when i enlarge the number of presets in presetmanager and i overwrite the plugin, that the plugin crashes when loading a song which was using the old version of this plugin.

thats really annoying when you want to offer more presets with an update because cubase crashes or renoise doesnt load the plugin...

so for me this is a bug.. or isn`t it?
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: presetmanager bug or normal behaviour?

Postby tester » Thu May 08, 2014 2:17 pm

Theoretically it's normal, at least according to my understanding. Preset manager is outside the rest of FS boundaries (the P node), and it appears to work somewhat like mem primitive (must work with automation, so it's not exactly green inside perhaps). I bet there is some sort of caching done when changing these preset features.

You can even crash the FS if you change dynamically too often array sizes in preset parameter array.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: presetmanager bug or normal behaviour?

Postby nix » Fri May 09, 2014 12:21 am

You are not experiencing something which is not normal to FS.
As soon as you add a preset param, remove a preset param, or change a preset name,
it breaks backward compatibility.
So essentially altering the preset format breaks backward compatibility,
which is a pain, but I think it's inevitable.

Cheers mate, no sales yet on 2SYN
User avatar
nix
 
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: presetmanager bug or normal behaviour?

Postby RJHollins » Fri May 09, 2014 1:01 am

as essential as the PreSet Manager is ... I too have found ANY changes made in the schematic, that has preset capability, messes with all settings.

I've had to work out a 'slide and replace' technique every time I change my plugin. :roll:

Due to the way this all works, I doubt that there is any 'easy' way to maintain backward compatibility [thus avoiding preset chaos :| . I've also experienced a type of crash that seems tied to the preset manager assignments being altered. Some DAWs seem more 'sensitive' to this issue. Fortunately, I've been able to 'reset' the VST scan and eventually get a good load in. Nerve-racking :shock:
RJHollins
 
Posts: 1571
Joined: Thu Mar 08, 2012 7:58 pm

Re: presetmanager bug or normal behaviour?

Postby Nubeat7 » Fri May 09, 2014 9:36 am

thx guys, yes RJ its true some daws react worse then others while cubase is really bad and crashes already at start up..
renoise just dont find it anymore..

@nix: never mind it was a good experience to participate on 2SYN guitarists don`t know what they miss ;)
in general i think its difficult these times to find a place in the market as a small developer when dont do another mastering tool :D which makes your tracks sounds like all others sound..
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: presetmanager bug or normal behaviour?

Postby RJHollins » Sat May 10, 2014 9:58 am

there have been those times that a VST scan fails [for whatever reason] ... that I've had to re-save the plugin generated by FS just to force a re-scan.

I know that probably doesn't help much ... other than a sharing of misery :|

oh ... and speaking of the PreSet Manager ...

One thing that I started to look for ... is there a possible way to send a Reset to default setting globally ??

I know how to do this with knobs and sliders ... but things like pull-down menus and buttons.

I see in the pull-down menus a 'default' setting ... but I can't seem to get it to reset ?? :roll:
RJHollins
 
Posts: 1571
Joined: Thu Mar 08, 2012 7:58 pm

Re: presetmanager bug or normal behaviour?

Postby Nubeat7 » Sat May 10, 2014 5:35 pm

RJHollins wrote:One thing that I started to look for ... is there a possible way to send a Reset to default setting globally ??

I know how to do this with knobs and sliders ... but things like pull-down menus and buttons.

I see in the pull-down menus a 'default' setting ... but I can't seem to get it to reset


you need to insert a last prim at the value input from the presetparameter prim and trigger the default value, this is the same with each kind of parameter...

like this you only need one trigger to reset all parameters to their defaults..
i prepared also the presetmanager`s menu and inckluded an init trigger there...
Attachments
init program.fsm
(171.96 KiB) Downloaded 794 times
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: presetmanager bug or normal behaviour?

Postby RJHollins » Sat May 10, 2014 6:13 pm

:shock:

This works great !! :D

Thanks for the different examples too 8-)
RJHollins
 
Posts: 1571
Joined: Thu Mar 08, 2012 7:58 pm

Re: presetmanager bug or normal behaviour?

Postby RJHollins » Sun May 11, 2014 12:55 am

Hi NuBeat ... me again :roll:

I'm testing that INIT reset feature ... works great ... except ...

in the 'multi-preset module' that you posted in another thread ... I've tried several ways to add this INIT reset feature, but can't get any of my attempts to work ... if you find a moment, sure could use your help ... again :o

8-)
RJHollins
 
Posts: 1571
Joined: Thu Mar 08, 2012 7:58 pm

Re: presetmanager bug or normal behaviour?

Postby Nubeat7 » Sun May 11, 2014 9:38 am

to init the presetparameterarray you have 2 ways:

1. if you want to set all to zero just use the reset trigger
2. if you want to set individual default values you need a table with the values at the array input

in both of them just use a single trigger at the entry and don`t forget to trigger also at the output to update the slider or knob (take care of the right trigger order - first push the values and then udate the slider)

like the second way you also can set any values from outside like random seq when used in a stepsequencer..
Attachments
init program+array.fsm
(181.17 KiB) Downloaded 827 times
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Next

Return to General

Who is online

Users browsing this forum: No registered users and 69 guests