hsc3-lang-0.8: Haskell SuperCollider Language

Sound.SC3.Lang.Math.Pitch

Documentation

data Pitch a Source

Constructors

Pitch 

Fields

mtranspose :: a
 
gtranspose :: a
 
ctranspose :: a
 
octave :: a
 
root :: a
 
scale :: [a]
 
degree :: a
 
stepsPerOctave :: a
 
detune :: a
 
harmonic :: a
 
freq_f :: Pitch a -> a
 
midinote_f :: Pitch a -> a
 
note_f :: Pitch a -> a
 

midi_cps :: Floating a => a -> aSource

degree_to_key :: RealFrac a => a -> [a] -> a -> aSource

note :: Pitch a -> aSource

freq :: Pitch a -> aSource

detunedFreq :: Num a => Pitch a -> aSource