ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray
Statistics: Posted by nay-seven — 05 Jul 2013, 13:27
Statistics: Posted by martignasse — 03 Jul 2013, 16:35
Statistics: Posted by oli_lab — 03 Jul 2013, 15:43
Statistics: Posted by martignasse — 02 Jul 2013, 14:25
Statistics: Posted by bsork — 28 Jun 2013, 18:21
Statistics: Posted by oli_lab — 28 Jun 2013, 11:46
Statistics: Posted by martignasse — 28 Jun 2013, 10:09
Statistics: Posted by oli_lab — 27 Jun 2013, 19:02
Statistics: Posted by martignasse — 27 Jun 2013, 13:46
Statistics: Posted by bsork — 27 Jun 2013, 13:29
CODE:
moduleInfos : description and infos about the module content and behaviorparamInfo : some infos to define each params (paramIndex go from 0 to moduleInfo->NumberOfParams - 1)setEventAdress :for each params usine create, we store his handle for future use (paramIndex same as above)callback : when an action is performed to the param, we are informed here (paramIndex same as above)possibly use some param handle to do some stuffprocess : executed in sync withe usine audio block (only if moduleInfo->DontProcess isn't set to FALSE)possibly use some param handle to do some stuffStatistics: Posted by martignasse — 27 Jun 2013, 12:37
Statistics: Posted by oli_lab — 27 Jun 2013, 11:46
CODE:
void CreateModule (void* &pModule, AinsiCharPtr optionalString, LongBool Flag, MasterInfo* pMasterInfo)CODE:
void CreateModule (void* &pModule, AinsiCharPtr optionalString, LongBool Flag, MasterInfo* pMasterInfo, AinsiCharPtr optionalContent)CODE:
pModuleInfo->NumberOfParams = 1;CODE:
// Add all parameters declared in the module class, example : // m_txtfExample case 0: pParamInfo->ParamType= ptTextField; pParamInfo->Caption= "text"; pParamInfo->TextValue = "hello world"; pParamInfo->IsInput= TRUE; pParamInfo->IsOutput= TRUE; break;CODE:
// Initialyse all events adress declared in your module class, Example : // m_txtfExample case 0: m_txtfExample = pEvent; break;Statistics: Posted by martignasse — 27 Jun 2013, 10:38
Statistics: Posted by oli_lab — 27 Jun 2013, 01:05
Statistics: Posted by nay-seven — 05 Jul 2013, 13:27
Statistics: Posted by martignasse — 03 Jul 2013, 16:35
Statistics: Posted by oli_lab — 03 Jul 2013, 15:43
Statistics: Posted by martignasse — 02 Jul 2013, 14:25
Statistics: Posted by bsork — 28 Jun 2013, 18:21
Statistics: Posted by oli_lab — 28 Jun 2013, 11:46
Statistics: Posted by martignasse — 28 Jun 2013, 10:09
Statistics: Posted by oli_lab — 27 Jun 2013, 19:02
Statistics: Posted by martignasse — 27 Jun 2013, 13:46
Statistics: Posted by bsork — 27 Jun 2013, 13:29
CODE:
moduleInfos : description and infos about the module content and behaviorparamInfo : some infos to define each params (paramIndex go from 0 to moduleInfo->NumberOfParams - 1)setEventAdress :for each params usine create, we store his handle for future use (paramIndex same as above)callback : when an action is performed to the param, we are informed here (paramIndex same as above)possibly use some param handle to do some stuffprocess : executed in sync withe usine audio block (only if moduleInfo->DontProcess isn't set to FALSE)possibly use some param handle to do some stuffStatistics: Posted by martignasse — 27 Jun 2013, 12:37
Statistics: Posted by oli_lab — 27 Jun 2013, 11:46
CODE:
void CreateModule (void* &pModule, AinsiCharPtr optionalString, LongBool Flag, MasterInfo* pMasterInfo)CODE:
void CreateModule (void* &pModule, AinsiCharPtr optionalString, LongBool Flag, MasterInfo* pMasterInfo, AinsiCharPtr optionalContent)CODE:
pModuleInfo->NumberOfParams = 1;CODE:
// Add all parameters declared in the module class, example : // m_txtfExample case 0: pParamInfo->ParamType= ptTextField; pParamInfo->Caption= "text"; pParamInfo->TextValue = "hello world"; pParamInfo->IsInput= TRUE; pParamInfo->IsOutput= TRUE; break;CODE:
// Initialyse all events adress declared in your module class, Example : // m_txtfExample case 0: m_txtfExample = pEvent; break;Statistics: Posted by martignasse — 27 Jun 2013, 10:38
Statistics: Posted by oli_lab — 27 Jun 2013, 01:05