C# Class Sources.Waves

Afficher le fichier Open project: FacepunchProgrammers/coderelay-audio

Méthodes publiques

Méthode Description
Saw ( long length ) : double[]
Sine ( long length ) : double[]
Square ( long length ) : double[]
String ( int samples, int frequency, int damping, int seed ) : double[]

Method Details

Saw() public static méthode

public static Saw ( long length ) : double[]
length long
Résultat double[]

Sine() public static méthode

public static Sine ( long length ) : double[]
length long
Résultat double[]

Square() public static méthode

public static Square ( long length ) : double[]
length long
Résultat double[]

String() public static méthode

public static String ( int samples, int frequency, int damping, int seed ) : double[]
samples int
frequency int
damping int
seed int
Résultat double[]