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

Safe HaskellNone

Sound.Conductive.Table

Synopsis

Documentation

asciiTableSource

Arguments

:: [[Char]]

a list of column headers

-> [Char]

a string containing the character used to separate the data in the columns from the header

-> [[[Char]]]

a list of lists containing column data

-> [Char]

a string containing the character used to pad between columns

-> IO () 

displayPlayers :: MusicalEnvironment -> IO ()Source

Uses the asciiTablefunction to create a five-column table of information about players in a MusicalEnvironment. That information is the player name, its status, the clock it follows, and the action and IOI function it uses when played.