Property ALSignalGen.TALSignalGen.SignalType

From Mitov Wiki Doc
Jump to: navigation, search

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.

Class: TALSignalGen

Contents

Syntax

Delphi:

property SignalType : TALSignalType read FSignalType write SetSignalType default atTone;

C++ Builder:

__property TALSignalType SignalType = { read=FSignalType, write=SetSignalType, default=atTone };

Summary

The signal type - Tone, Triangle, ChainSaw, Square.

Description

Use this property to specify the type of the generated signal - Tone, Triangle, ChainSaw, Square.


Delphi example:

ALSignalGen1.SignalType := atTone;

C++ Builder example:

ALSignalGen1->SignalType = atTone;

Visual C++(MFC/Win32) example:

ALSignalGen1.SignalType = atTone;

Visual C++/CLI example:

signalGen1->SignalType = Mitov::AudioLab::SignalType::Tone;

C# example:

signalGen1.SignalType = Mitov.AudioLab.SignalType.Tone;

VB example:

SignalGen1.SignalType = Mitov.AudioLab.SignalType.Tone

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox