C# Class SmashMaster.SmashMasterEffect

Inheritance: IAudioDevice
Afficher le fichier Open project: ValdemarOrn/SharpSoundPlugins

Méthodes publiques

Свойство Type Description
ParameterNames string[]
Samplerate double

Méthodes publiques

Méthode Description
CloseEditor ( ) : void
DisposeDevice ( ) : void
GetProgramData ( int index ) : Program
HostChanged ( ) : void
InitializeDevice ( ) : void
OpenEditor ( IntPtr parentWindow ) : void
ProcessSample ( IntPtr input, IntPtr output, uint inChannelCount, uint outChannelCount, uint bufferSize ) : void
ProcessSample ( double input, double output, uint bufferSize ) : void
SendEvent ( Event ev ) : bool
SetCurrentProgram ( int program ) : void
SetParam ( int param, double value ) : void
SetProgramData ( Program program, int index ) : void
SetSampleRate ( double samplerate ) : void
SmashMasterEffect ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
UpdateAll ( ) : void

Method Details

CloseEditor() public méthode

public CloseEditor ( ) : void
Résultat void

DisposeDevice() public méthode

public DisposeDevice ( ) : void
Résultat void

GetProgramData() public méthode

public GetProgramData ( int index ) : Program
index int
Résultat Program

HostChanged() public méthode

public HostChanged ( ) : void
Résultat void

InitializeDevice() public méthode

public InitializeDevice ( ) : void
Résultat void

OpenEditor() public méthode

public OpenEditor ( IntPtr parentWindow ) : void
parentWindow System.IntPtr
Résultat void

ProcessSample() public méthode

public ProcessSample ( IntPtr input, IntPtr output, uint inChannelCount, uint outChannelCount, uint bufferSize ) : void
input System.IntPtr
output System.IntPtr
inChannelCount uint
outChannelCount uint
bufferSize uint
Résultat void

ProcessSample() public méthode

public ProcessSample ( double input, double output, uint bufferSize ) : void
input double
output double
bufferSize uint
Résultat void

SendEvent() public méthode

public SendEvent ( Event ev ) : bool
ev SharpSoundDevice.Event
Résultat bool

SetCurrentProgram() public méthode

public SetCurrentProgram ( int program ) : void
program int
Résultat void

SetParam() public méthode

public SetParam ( int param, double value ) : void
param int
value double
Résultat void

SetProgramData() public méthode

public SetProgramData ( Program program, int index ) : void
program Program
index int
Résultat void

SetSampleRate() public méthode

public SetSampleRate ( double samplerate ) : void
samplerate double
Résultat void

SmashMasterEffect() public méthode

public SmashMasterEffect ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

ParameterNames public_oe static_oe property

public static string[] ParameterNames
Résultat string[]

Samplerate public_oe property

public double Samplerate
Résultat double