Retrieves the path ID of a custom parameter at a given time.
Required.
SDK
- FxPlug 3.1+
Framework
- Fx
Plug
Declaration
- (BOOL)getPathID:(Fx Path ID *)pathID fromParm:(UInt32)parmId atFxTime:(Fx Time)time;
Parameters
pathID
Receives the path ID of the parameter at the given time
parmId
The ID of the parameter whose value is to be retrieved.
time
Time, expressed in rational time, at which to retrieve the parameter’s value.
Return Value
YES
if the application successfully retrieved the parameter value; otherwise NO
.