Euterpea-1.1.0: Library for computer music research and education

Safe HaskellNone
LanguageHaskell98

Euterpea.Examples.IntervalTrainer

Documentation

main :: IO () Source

data State Source

Constructors

Start 
Base 
Guessed 

Instances

shiSlider :: Integral b => b -> (b, b) -> b -> UISF () b Source

sButton :: UITexty s => s -> UISF () Bool Source

mkNote :: Int -> ((Int, Int), (Int, Int)) -> [MidiMessage] Source

(=>>) :: SEvent a -> (a -> b) -> SEvent b Source

(->>) :: SEvent a -> b -> SEvent b Source

snapshot :: SEvent a -> b -> SEvent (a, b) Source

snapshot_ :: SEvent a -> b -> SEvent b Source