|
| Haskore.Interface.Signal.InstrumentMap |
|
|
|
|
| Documentation |
|
|
|
| type DrumTable time v instr = [(instr, Drum time v)] | Source |
|
|
|
|
| type ToDrum time v instr = instr -> Drum time v | Source |
|
|
| type Instrument time v = time -> time -> T v | Source |
|
|
| type Drum time v = time -> T v | Source |
|
|
| lookup :: Eq instr => [(instr, a)] -> instr -> a | Source |
|
|
| Produced by Haddock version 2.3.0 |