-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preset saving\loading bugs in Ardour #6
Comments
Hi. After a quick debug I saw that Ardour 4.4 doesn't send effSetProgram when the project is opened. It looks an Ardour bug. |
Hmmm... I have not yet found other pure-vst plugin to test. But I tested this one: https://github.com/DISTRHO/MVerb - it works with presets properly (as i described above). It uses dpf, which uses vestige(reverse enigeered vst implementation). To my quick observation vestige does not even use effSetProgram:
|
It looks to be a single program plugin. Because of this, the current behaviour of Ardour will work (it only sends the program/bank chunk, but doesn't selects the current program). |
I suggest to open an issue here |
I tested preset loading in the qtractor. The behavior is a bit different: Also i found multi-preset vst plugin that works right in both Ardour and Qtractor: Podolski sythesizier, available here: http://www.kvraudio.com/forum/viewtopic.php?f=31&t=424953 |
I didn't understand "also it duplicates itself". Qtractor is my main DAW on Linux. |
I mean that after session loads, i will have two identical presets - one with original name (name of preset that was selected when session was saved), and "Glassy Piano", both will have the same knobs config and sound the same, and they will both differ from original preset, that was before i touched any knobs. |
It keeps happening in the current Qtractor version? |
Yes. I checked 0.7.2 and git version 0.7.2.3git.8d7acb-1.1 On Thu, Dec 17, 2015 at 4:41 PM, Daniel Moura notifications@github.com
|
Hi. I am using Ardour 4.4 on Linux with oxe-fm-synth v1.3.4.
There are two issues:
Expected result: oxe should load prevoiusly saved preset.
The text was updated successfully, but these errors were encountered: