![]() |
CsoundUnity 3.4.0
https://github.com/rorywalsh/CsoundUnity
|
This structure holds the parameter hints for control channels. More...
Public Member Functions | |
ChannelHints () | |
Creates an empty hint by calling main constructor with all zeros More... | |
ChannelHints (ChannelBehavior ibehav, MYFLT idflt, MYFLT imin, MYFLT imax) | |
Creates a channel hint initialized with the most common Control Channel values as provided. More... | |
Public Attributes | |
ChannelBehavior | behav |
MYFLT | dflt |
MYFLT | min |
MYFLT | max |
int | x |
int | y |
int | width |
int | height |
string | attributes |
This structure holds the parameter hints for control channels.
Definition at line 746 of file CsoundUnityBridge.cs.
CsoundUnityBridge.ChannelHints.ChannelHints | ( | ) |
Creates an empty hint by calling main constructor with all zeros
Definition at line 751 of file CsoundUnityBridge.cs.
CsoundUnityBridge.ChannelHints.ChannelHints | ( | ChannelBehavior | ibehav, |
MYFLT | idflt, | ||
MYFLT | imin, | ||
MYFLT | imax | ||
) |
Creates a channel hint initialized with the most common Control Channel values as provided.
ibehav | Linear, Exponential or |
idflt | |
imin | |
imax |
Definition at line 762 of file CsoundUnityBridge.cs.
string CsoundUnityBridge.ChannelHints.attributes |
Definition at line 783 of file CsoundUnityBridge.cs.
ChannelBehavior CsoundUnityBridge.ChannelHints.behav |
Definition at line 775 of file CsoundUnityBridge.cs.
MYFLT CsoundUnityBridge.ChannelHints.dflt |
Definition at line 776 of file CsoundUnityBridge.cs.
int CsoundUnityBridge.ChannelHints.height |
Definition at line 782 of file CsoundUnityBridge.cs.
MYFLT CsoundUnityBridge.ChannelHints.max |
Definition at line 778 of file CsoundUnityBridge.cs.
MYFLT CsoundUnityBridge.ChannelHints.min |
Definition at line 777 of file CsoundUnityBridge.cs.
int CsoundUnityBridge.ChannelHints.width |
Definition at line 781 of file CsoundUnityBridge.cs.
int CsoundUnityBridge.ChannelHints.x |
Definition at line 779 of file CsoundUnityBridge.cs.
int CsoundUnityBridge.ChannelHints.y |
Definition at line 780 of file CsoundUnityBridge.cs.