

The pluginconstants.h and pluginobjects.cpp files contain many helper functions and some useful C++ objects too: CBiQuad, CWaveData, CEnvelopeDetector, etc... Because these files are periodically updated with new versions of RackAFX, you should never alter the objects contained in them. If you need to modify these objects, subclass them instead. This is really easy in Visual Studio. To subclass CBiQuad, for example:
1) in the Solution Explorer, right click on the project and choose Add -> Class
2) from the dialog, select Visual C++ -> C++ Class
3) name your derived class, and type in the Base Class name (CBiQuad here); if you plan on subclassing this object, you probably want to make your destructor virtual:
4) this will create the .h and .cpp files for you, and will #include the proper base class; you only need to add your modifications/variables/functions to complete the subclass.
- Will
Most Users Ever Online: 152
Currently Online:
3 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Chaes: 56
Skyler: 48
StevieD: 46
Derek: 46
Frodson: 45
Peter: 43
TheSmile: 43
Nickolai: 43
clau_ste: 39
jeanlecode: 37
Member Stats:
Guest Posters: 2
Members: 784
Moderators: 1
Admins: 6
Forum Stats:
Groups: 13
Forums: 42
Topics: 850
Posts: 3372
Moderators: W Pirkle: 693