Search found 4 matches

by zabukowski
Sun Dec 29, 2013 12:12 pm
Forum: General Audio Programming
Topic: Audacity & Slate FG-X/VCC
Replies: 6
Views: 7848

Re: Audacity & Slate FG-X/VCC

I can confirm that moving processReplacing to main "audio callback" function solves mentioned problems. Previously it was called from a separate, synchronized thread. Looks like processing not being 100% bound to audio interrupt is causing anomalies with GUI of these plugins. Good to know before imp...
by zabukowski
Sat Dec 28, 2013 2:47 pm
Forum: General Audio Programming
Topic: Audacity & Slate FG-X/VCC
Replies: 6
Views: 7848

Re: Audacity & Slate FG-X/VCC

I've don't personally recall any plug-in with a live meter that responds to Audacity preview. All plugins (except VCC/FG-X) including VTM react, when preview buffer is generated. When preview buffer is played, plugin GUI is not updated, but that is expected. I agree it's weird that a plug-in should...
by zabukowski
Sat Dec 28, 2013 10:54 am
Forum: General Audio Programming
Topic: Audacity & Slate FG-X/VCC
Replies: 6
Views: 7848

Re: Audacity & Slate FG-X/VCC

Audacity doesn't have real-time effects, if that helps. I don't think anyone here has iLok2, so no-one can test the plug-ins you mention. Gale I know it is not realtime, but shouldn't plugin meters react when preview is generated? At least they are with other plugins. Strange thing is that plugin a...
by zabukowski
Fri Dec 27, 2013 4:18 pm
Forum: General Audio Programming
Topic: Audacity & Slate FG-X/VCC
Replies: 6
Views: 7848

Audacity & Slate FG-X/VCC

Hi :) I have rather specific situation here (Win 7 x64) which drives me crazy !!! I've programmed my own VST host program. It works with all plugins as expected, only with Slate FG-X & VCC there is a misbehavior. Plugins load ok, but with the first processReplacing call, VU meters stop working, pres...