COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :
Old 05-05-2020, 08:55 AM   #1
SaschArt
Human being with feelings
 
SaschArt's Avatar
 
Join Date: Aug 2013
Posts: 236
Default SetIsMeta() on Tale version

Hello,

I'm trying to insert the SetIsMeta() procedure on Tale version.

I added on IParam.h:
Code:
   void SetIsMeta (bool meta) {mIsMeta = meta; }
   bool GetIsMeta() { return mIsMeta; }


private:
	......
	......

	bool mIsMeta;
I added on IParam.cpp:
Code:
IParam::IParam()
	......
	......, mIsMeta(false)
seems to have no effect, did I miss something?

How can I check if the parameter is really set as a meta?
__________________
Audio plugins | BrainWaveProducer | EmRysRa
SaschArt is offline   Reply With Quote
Old 05-06-2020, 06:36 AM   #2
Tale
Human being with feelings
 
Tale's Avatar
 
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,652
Default

Don't you also have to implement this in IPlugAU?
Tale is offline   Reply With Quote
Old 05-06-2020, 11:10 AM   #3
SaschArt
Human being with feelings
 
SaschArt's Avatar
 
Join Date: Aug 2013
Posts: 236
Default

Nope, thanks
__________________
Audio plugins | BrainWaveProducer | EmRysRa
SaschArt 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 03:11 PM.


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