Safe Haskell | Safe-Inferred |
---|
Miscellaneous low level types with few dependencies.
Synopsis
- type TrackNum = Int
- type Width = Int
- type MouseButton = Int
- type ChunkNum = Int
- data Orientation
- invert :: Orientation -> Orientation
Documentation
type MouseButton = Int Source #
Mouse button number.
Audio chunk index. This corresponds to the 001.wav files generated by the im synthesizer.
data Orientation Source #
Whether the event is front-weighted or back-weighted. In the event this is represented with positive or negative duration.
Instances
invert :: Orientation -> Orientation Source #