Class ALSystemMixer.TALSystemMixerFaderCollectionItem
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(5 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' SystemMixerFaderCollectionItem : [[Class ALSystemMixer.TALSystemMixerCollectionItem|Mitov.AudioLab.SystemMixerCollectionItem]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabPkg
Unit: ALSystemMixer
Inherits: TALSystemMixerCollectionItem
Contents |
Syntax
Delphi:
type TALSystemMixerFaderCollectionItem = class( TALSystemMixerCollectionItem )
C++ Builder:
class TALSystemMixerFaderCollectionItem : public TALSystemMixerCollectionItem
Visual C++ (MFC):
class CTALSystemMixerFaderCollectionItem : public CTALSystemMixerCollectionItem
C# (.NET):
public ref class SystemMixerFaderCollectionItem : Mitov.AudioLab.SystemMixerCollectionItem
Summary
Fader Control that can be created and set by the user.
Description
Defines a Fader Control that can be created and set by the user. The user can create collections of controls and set rules for the controls to be associated with physical controls available on the system.
Properties
Public
- Value - Allows access to the value of the mixer item.
- Max - Returns the max value of the mixer item.
- Min - Returns the min value of the mixer item.
Pins
- ValuePin - Integer Progress State Pin for the value of the control.
From TALSystemMixerCollectionItem
Properties
Published
- MixerControl - Associated physical control.
Public
- Mixer - The mixer that owns the object