Enum ALVSTHost.TALVSTCategory
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: ALVSTHost
| Contents | 
Syntax
Delphi:
type TALVSTCategory = (vstcUnknown, vstcEffect, vstcSynth, vstcAnalysis, vstcMastering, vstcSpacializer, vstcRoomFx, vstcSurroundFx, vstcRestoration, vstcOfflineProcess, vstcShell, vstcGenerator);
C++ Builder:
enum TALVSTCategory {vstcUnknown, vstcEffect, vstcSynth, vstcAnalysis, vstcMastering, vstcSpacializer, vstcRoomFx, vstcSurroundFx, vstcRestoration, vstcOfflineProcess, vstcShell, vstcGenerator};
Visual C++ (MFC):
enum CTALVSTCategory {vstcUnknown, vstcEffect, vstcSynth, vstcAnalysis, vstcMastering, vstcSpacializer, vstcRoomFx, vstcSurroundFx, vstcRestoration, vstcOfflineProcess, vstcShell, vstcGenerator};
Summary
VST category enumeration.
Description
Defines the types of VST category enumeration.
Values
| vstcUnknown | Unknown, category not implemented | 
| vstcEffect | Simple Effect | 
| vstcSynth | VST Instrument (Synths, samplers,...) | 
| vstcAnalysis | Scope, Tuner, ... | 
| vstcMastering | Dynamics, ... | 
| vstcSpacializer | Panners, ... | 
| vstcRoomFx | Delays and Reverbs | 
| vstcSurroundFx | Dedicated surround processor | 
| vstcRestoration | Denoiser, ... | 
| vstcOfflineProcess | Offline Process | 
| vstcShell | Plug-in is container of other plug-ins | 
| vstcGenerator | ToneGenerator, ... | 
