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
VST Plug-in in background stops working !?!?
10 posts
• Page 1 of 1
VST Plug-in in background stops working !?!?
Searched through the forums and didn't find anything specific to this issue..
I know it's been mentioned, but the issue is:
My VST plugin stops working when the GUI is not in FOCUS ... in other words, if it goes to the background ... the plugin goes silent.
Example ... made a tone/noise generator. As long as the GUI is 'front center', we have sound ... but the sound stops if I move to a different plugin [change 'focus'].
I'm not even sure how to search the forum regarding this.
Confusing as this is ... it may be RUBY goes un-conscience [as I have a mixture of Ruby and 'green'] it's hard to say.
From this general description ... any insights or comments on how to fix this ??
I know it's been mentioned, but the issue is:
My VST plugin stops working when the GUI is not in FOCUS ... in other words, if it goes to the background ... the plugin goes silent.
Example ... made a tone/noise generator. As long as the GUI is 'front center', we have sound ... but the sound stops if I move to a different plugin [change 'focus'].
I'm not even sure how to search the forum regarding this.
Confusing as this is ... it may be RUBY goes un-conscience [as I have a mixture of Ruby and 'green'] it's hard to say.
From this general description ... any insights or comments on how to fix this ??
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Re: VST Plug-in in background stops working !?!?
Difficult to say. I haven't noticed such behavior here, but I would try to isolate the part that goes silent.
Is this behavior in various hosts or is it specific host dependent?
Are you able to "extract" the simplest segment from your plugin, that behaves that way too?
Few things that come to my mind:
1) host dependent behaviour
2) single green tick (flow of triggers) involved into two things, of which - one (gui related?) affects the other one... some way
3) some sort of ruby problem (if you don't know what to blame...)
But as I said - without seeing an extracted part of the schematic - it is difficult to point the issue.
Is this behavior in various hosts or is it specific host dependent?
Are you able to "extract" the simplest segment from your plugin, that behaves that way too?
Few things that come to my mind:
1) host dependent behaviour
2) single green tick (flow of triggers) involved into two things, of which - one (gui related?) affects the other one... some way
3) some sort of ruby problem (if you don't know what to blame...)
But as I said - without seeing an extracted part of the schematic - it is difficult to point the issue.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: VST Plug-in in background stops working !?!?
The "redraw limiter" primitive will block triggers when the GUI is closed/not visible. That's the only thing I know of that functions in this way.
- Perfect Human Interface
- Posts: 643
- Joined: Sun Mar 10, 2013 7:32 pm
Re: VST Plug-in in background stops working !?!?
I'm still looking into all this ... and definitely appreciate the insights and observations.
This may very well be a 'hosting' issue [or at least, contributor]. I've have been testing some project ideas that are using a couple of 'chainer/router' VST plugins. One is METAPlugin [DDMF] and the other is Plogue Biddle. All of this going on inside REAPER.
Having added these new variables, as I test which of these chainer/routers is best up to the task, it is important to know how FS works behind the scenes so to speak.
I'll be on the lookout for the 'redraw limiter'. This is not a PRIM that I recall using, but it may be part of a pre-built sub-module. [It would be handy if FS had a listing of components used in a schematic ... that could be searched for].
Thanks again !
This may very well be a 'hosting' issue [or at least, contributor]. I've have been testing some project ideas that are using a couple of 'chainer/router' VST plugins. One is METAPlugin [DDMF] and the other is Plogue Biddle. All of this going on inside REAPER.
Having added these new variables, as I test which of these chainer/routers is best up to the task, it is important to know how FS works behind the scenes so to speak.
I'll be on the lookout for the 'redraw limiter'. This is not a PRIM that I recall using, but it may be part of a pre-built sub-module. [It would be handy if FS had a listing of components used in a schematic ... that could be searched for].
Thanks again !
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Re: VST Plug-in in background stops working !?!?
Do you use ruby ticker in connection with audio processing? Well my previous experience show that ruby ticker not work properly on background, or rather say not working att all.
-
TrojakEW - Posts: 111
- Joined: Sat Dec 25, 2010 10:12 am
- Location: Slovakia
Re: VST Plug-in in background stops working !?!?
TrojakEW wrote:Do you use ruby ticker in connection with audio processing? Well my previous experience show that ruby ticker not work properly on background, or rather say not working att all.
YES.
I did at first ... and I noticed exactly that. Not just audio ... either.
I had put together a 'countdown' timer with display ... the countdown would STOP until brought back into focus, then it would resume. This was using a RUBY timer.
I then tested with a 'green' based timer ... and that continued working.
I didn't know how to 'fix' the RUBY timer ... AND ... working from FS ... there was no way to tell until after exporting.
Not a pleasant surprise
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Re: VST Plug-in in background stops working !?!?
I am having the same issues... http://dsprobotics.com/support/viewtopic.php?f=2&t=3271
ruby timer doesnt work when plugin is minimized or closed...
how about that green data timer? where can i get it? is there an example?
ruby timer doesnt work when plugin is minimized or closed...
how about that green data timer? where can i get it? is there an example?
- Ricciardo
- Posts: 51
- Joined: Wed Sep 11, 2013 10:19 am
Re: VST Plug-in in background stops working !?!?
how about that green data timer? where can i get it? is there an example?
My way around this way to use the green after load prim and trigger things like that. Im guessing for your case you will need to use some more green modules to send out modulation triggers....look at the other LFO's on this forum for help there man
- Drnkhobo
- Posts: 312
- Joined: Sun Aug 19, 2012 7:13 pm
- Location: ZA
Re: VST Plug-in in background stops working !?!?
Drnkhobo wrote:how about that green data timer? where can i get it? is there an example?
My way around this way to use the green after load prim and trigger things like that. Im guessing for your case you will need to use some more green modules to send out modulation triggers....look at the other LFO's on this forum for help there man
i only need a timer i can setup the ticks per second...or at least work at decent acurracy
- Ricciardo
- Posts: 51
- Joined: Wed Sep 11, 2013 10:19 am
Re: VST Plug-in in background stops working !?!?
There is a green timer prim....
- Drnkhobo
- Posts: 312
- Joined: Sun Aug 19, 2012 7:13 pm
- Location: ZA
10 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 63 guests