Click or drag to resize

Timbre Class

Defines a few timbre functions.
Inheritance Hierarchy
SystemObject
  GSF.Media.MusicTimbre

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public static class Timbre
View Source

The Timbre type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAcousticGuitar Generates a simulated acoustic guitar note for the given frequency and time.
Public methodStatic memberAngularFrequency Computes the angular frequency for the given time.
Public methodStatic memberBasicNote Generates a basic note for the given frequency and time.
Public methodStatic memberBassGuitar Generates a simulated bass guitar note for the given frequency and time.
Public methodStatic memberBell Generates a simulated bell note for the given frequency and time.
Public methodStatic memberBigBell Generates a simulated big bell note for the given frequency and time.
Public methodStatic memberChimeBell Generates a simulated chime bell note for the given frequency and time.
Public methodStatic memberClarinet Generates a simulated clarinet note for the given frequency and time.
Public methodStatic memberElectricGuitar Generates a simulated electric guitar note for the given frequency and time.
Public methodStatic memberEvenHarmonicSeries Generates an even harmonic series for the given frequency and time.
Public methodStatic memberFlute Generates a simulated flute note for the given frequency and time.
Public methodStatic memberOddHarmonicSeries Generates an odd harmonic series for the given frequency and time.
Public methodStatic memberOrgan Generates a simulated organ note for the given frequency and time.
Public methodStatic memberPiano Generates a simulated piano note for the given frequency and time.
Public methodStatic memberPureTone Generates a pure tone for the given frequency and time.
Public methodStatic memberXylophone Generates a simulated xylophone note for the given frequency and time.
Top
See Also