VST & Mixer setup

You found a bug or have any issues? Please post them here!
User avatar
Quentin D
Posts: 89
Joined: 20 Aug 2015 13:18
Re: VST & Mixer setup

Post 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?
User avatar
radio42
Site Admin
Posts: 8341
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: VST & Mixer setup

Post 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.
User avatar
radio42
Site Admin
Posts: 8341
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: VST & Mixer setup

Post 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...
User avatar
Quentin D
Posts: 89
Joined: 20 Aug 2015 13:18
Re: VST & Mixer setup

Post 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...
User avatar
Quentin D
Posts: 89
Joined: 20 Aug 2015 13:18
Re: VST & Mixer setup

Post 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
User avatar
radio42
Site Admin
Posts: 8341
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: VST & Mixer setup

Post 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...
User avatar
Quentin D
Posts: 89
Joined: 20 Aug 2015 13:18
Re: VST & Mixer setup

Post 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 ;)

Post Reply