conductive-base-0.3: a library for live coding and real-time musical applications

Safe HaskellNone

Sound.Conductive.MusicalEnvironment

Synopsis

Documentation

players :: MusicalEnvironment -> IO [String]Source

returns a list of the names of all Players stored in a MusicalEnvironment

tempoClocks :: MusicalEnvironment -> IO [String]Source

returns a list of the names of all TempoClocks stored in a MusicalEnvironment

iOIs :: MusicalEnvironment -> IO [String]Source

returns a list of the names of all IOI functions stored in a MusicalEnvironment

actions :: MusicalEnvironment -> IO [String]Source

returns a list of the names of all action functions stored in a MusicalEnvironment

interrupts :: MusicalEnvironment -> IO [String]Source

returns a list of the names of all interrupt functions stored in a MusicalEnvironment