CsoundUnity 3.4.0
https://github.com/rorywalsh/CsoundUnity
CsoundUnityBridge.ChannelHints Class Reference

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
 

Detailed Description

This structure holds the parameter hints for control channels.

Definition at line 746 of file CsoundUnityBridge.cs.

Constructor & Destructor Documentation

◆ ChannelHints() [1/2]

CsoundUnityBridge.ChannelHints.ChannelHints ( )

Creates an empty hint by calling main constructor with all zeros

Definition at line 751 of file CsoundUnityBridge.cs.

◆ ChannelHints() [2/2]

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.

Parameters
ibehavLinear, Exponential or
idflt
imin
imax

Definition at line 762 of file CsoundUnityBridge.cs.

Member Data Documentation

◆ attributes

string CsoundUnityBridge.ChannelHints.attributes

Definition at line 783 of file CsoundUnityBridge.cs.

◆ behav

ChannelBehavior CsoundUnityBridge.ChannelHints.behav

Definition at line 775 of file CsoundUnityBridge.cs.

◆ dflt

MYFLT CsoundUnityBridge.ChannelHints.dflt

Definition at line 776 of file CsoundUnityBridge.cs.

◆ height

int CsoundUnityBridge.ChannelHints.height

Definition at line 782 of file CsoundUnityBridge.cs.

◆ max

MYFLT CsoundUnityBridge.ChannelHints.max

Definition at line 778 of file CsoundUnityBridge.cs.

◆ min

MYFLT CsoundUnityBridge.ChannelHints.min

Definition at line 777 of file CsoundUnityBridge.cs.

◆ width

int CsoundUnityBridge.ChannelHints.width

Definition at line 781 of file CsoundUnityBridge.cs.

◆ x

int CsoundUnityBridge.ChannelHints.x

Definition at line 779 of file CsoundUnityBridge.cs.

◆ y

int CsoundUnityBridge.ChannelHints.y

Definition at line 780 of file CsoundUnityBridge.cs.


The documentation for this class was generated from the following file: