COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :

Go Back   Cockos Incorporated Forums > Other Software Discussion > WDL users forum

Reply
 
Thread Tools Display Modes
Old 07-02-2016, 03:41 PM   #1
DistoCore
Human being with feelings
 
DistoCore's Avatar
 
Join Date: Dec 2015
Location: Poland
Posts: 4
Default IPlug VSTi problems with FL Studio automation

Hi,

one of my plug-in users reported this issue.
Today I downloaded a trial version of FL Studio and could reproduce the issue.
With my debugger attache I can see that FL Studio calls "IPlugVST::VSTSetParameter(...)" only once after pushing the PLAY button.
Later on the parameter value setter is not called from the "automation clip".

Does anybody has a similar problem?

I also tried the following settings as recommended in the following link:

https://www.image-line.com/support/F...app_plugin.htm

After a longer debugging session I finally found a workaround for that (not the best, but at least it helps to automate parameter values).
Here is how it works for me:
I added the handling of MIDI CC messages [IMidiMsg::kControlChange].
In the handler I directly map the ccIndex [midiMessage->ControlChangeIdx()] and its value [midiMessage->ControlChange(controlChangeMsg)] to my parameter value.
So in FL Studio the user can draw an automation clip for a corresponding MIDI CC.

Anyways it would be great to know what really causes the problem.
The automation of my VSTi works fine in other hosts (Renoise, Ableton).
Maybe I've forgot to call some important functions in my Plug initialization?

Any help would be greatly appreciated.

Thanks.

Bula/DistoCore
__________________
DistoCore
Audio Tools For Hard Electronic Music
http://www.distocore.net
DistoCore is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 12:20 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.