Stereo Tool https://forums.stereotool.com/ |
|
Auto load sts file to recent preset file https://forums.stereotool.com/viewtopic.php?t=5425 |
Page 1 of 1 |
Author: | ChenJianFeng [ Wed Dec 18, 2013 1:13 pm ] |
Post subject: | Auto load sts file to recent preset file |
I am developing a java application which uses the VST plugin. I load the plugin using jVST library. But every time run my application I have to load the sts file manually. My code is almost the same with this example: http://jvst.sourceforge.net/ Do I miss something in my code? |
Author: | hvz [ Wed Dec 18, 2013 1:55 pm ] |
Post subject: | Re: Auto load sts file to recent preset file |
I don't see any code in that sample to load a preset. Btw VST plugins can support 2 different methods to load presets, one is with float values (that's the one that I use), the other method uses a block of binary data. |
Author: | ChenJianFeng [ Thu Dec 19, 2013 6:18 am ] |
Post subject: | Re: Auto load sts file to recent preset file |
The AEffect class has a setParameters(int i, float f) method. Is it the method that you mean? Can you give me an example? I am new to this. Thank you. |
Page 1 of 1 | All times are UTC+02:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |