Raychan1 / symbiosis-au-vst

Automatically exported from code.google.com/p/symbiosis-au-vst
0 stars 0 forks source link

audioMasterPinConnected deprecated in VST2.4r2 and above, causes compiler error #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add symbiosis svn checkout to vst sdk 2.4 project
2. it will cause in "audioMasterPinConnected not declared in scope" compiler 
error

Original issue reported on code.google.com by jurekra...@googlemail.com on 16 Jan 2010 at 2:24

GoogleCodeExporter commented 8 years ago
Ah. Yes. Sorry about this. It is as simple as replacing audioMasterPinConnected 
with 
DECLARE_VST_DEPRECATED(audioMasterPinConnected). Funny. I did fix this once 
cause that's what it says in my 
copy of Symbiosis.cpp for Synplant. Must have forgotten to merge back.

I'll commit this fix asap.

Original comment by malstro...@gmail.com on 22 Mar 2010 at 11:44

GoogleCodeExporter commented 8 years ago

Original comment by malstro...@gmail.com on 27 Mar 2010 at 4:31

GoogleCodeExporter commented 8 years ago

Original comment by malstro...@gmail.com on 3 Apr 2010 at 12:47