Class ALSystemMixer.TALSystemMixerControlGroups
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: TLPPersistent
Contents |
Syntax
Delphi:
type TALSystemMixerControlGroups = class( TLPPersistent )
C++ Builder:
class TALSystemMixerControlGroups : public TLPPersistent
Visual C++ (MFC):
class CTALSystemMixerControlGroups : public CTLPPersistent
C# (.NET):
public ref class SystemMixerControlGroups : Vcl.VclProperty
Summary
Class that contains all the user created collections of controls.
Description
Defines a class that contains all the user created collections of controls. The user can create collections of controls and set rules for the controls to be associated with physical controls available on the system.
Properties
Published
- Faders - Collection of user defined faders.
- Lists - Collection of user defined List controls.
- BoolMeters - Collection of user defined Boolean Meters.
- IntegerMeters - Collection of user defined Integer Meters.
- Numbers - Collection of user defined number controls.
- Sliders - Collection of user defined sliders.
- Switches - Collection of user defined switches.
- Times - Collection of user defined Time Controls.