Page 2 of 2
Re: VST & Mixer setup
Posted: 17 Nov 2015 17:48
by Quentin D
radio42 wrote:I see, but this feature (renaming and creating your own program presets) is NOT supported by jb_broadcast
Renaming and creating your own program presets is a general VST feature, which must be supported by the VST itself. If the VST doesn't support this (persistently) there is nothing I can do.
What ProppFrexx supports is to save and restore the last settings! And this is working pretty well.
It works when I close and restart PF, the settings are restored. Are they stored into a config file?
BTW, do you know other free VST similar to JBBroadcast working well with ProppFrexx?
Re: VST & Mixer setup
Posted: 17 Nov 2015 18:11
by radio42
All parameters/settings are all stored to the mixer setup file directly.
No, the good ones don't come for free.
The best to recommend is really StereoTool (which even out performs all others I would say) - but that is not for free.
Re: VST & Mixer setup
Posted: 17 Nov 2015 20:50
by radio42
2 of the same VST instances on the same output mixer channel?
That would make no real sense to me, but I might try this...
Re: VST & Mixer setup
Posted: 18 Nov 2015 10:44
by Quentin D
StereoTool is "too" powerful for me, it has a lot of functionnalities i don't really need. And it takes a high CPU usage, about 15-20% on a Core i7!
The JB Broadcast is simple to use, free and it takes about 0.5% CPU, I can thank his author for that! The only disadvantage is it doesn't exists in 64bits...
Re: VST & Mixer setup
Posted: 18 Nov 2015 10:51
by Quentin D
If I lost my parameters, is the MIXER_OUTPUT_DSP_SET command is supported by JB Broadcast? I made a quick test and doesn't seems to work
Re: VST & Mixer setup
Posted: 18 Nov 2015 13:03
by radio42
Please show me your full control command you used.
Probably it's just a typo error or you expect something differently to happen when the command is not designed for...
Re: VST & Mixer setup
Posted: 18 Nov 2015 16:23
by Quentin D
I tried that, in a user command :
Code: Select all
MIXER_OUTPUT_DSP_SET PLAY|DSP1|8|1.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|9|1.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|10|1.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|11|0.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|12|0.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|13|0.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|14|100.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|15|100.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|16|100.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|17|0.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|18|0.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|19|0.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|20|0.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|21|0.0
MIXER_OUTPUT_DSP_SET PLAY|DSP1|22|0.0
Maybe something is wrong in my syntax
EDIT : Ok I found the error, the value must be between 0.0-1.0 (Min-Max), and doesn't match with the window editor (eg. for the "Ratio" parameter, 0.5=15.5).
Thanks anyway for your help
