summaryrefslogtreecommitdiff
path: root/midi-dump.hs
AgeCommit message (Expand)Author
2015-12-03use real clock time (adjusted from the monotonic clock)Andrew Cady
2015-12-03print extracted info from historyAndrew Cady
2015-12-03record timestamps of silenceAndrew Cady
2015-12-03record tick time in input historyAndrew Cady
2015-12-03keep track of timeAndrew Cady
2015-12-03cleanerAndrew Cady
2015-12-03mididump will use RSWT for main loopAndrew Cady
2015-12-03store midi event history in a simple listAndrew Cady
2015-12-03separate out a midi event hook in midi-dump.hsAndrew Cady
2014-01-16fix cabal buildAndrew Cady
2014-01-15add alsa initialization to axis.hsAndrew Cady
2014-01-15factor functions into separate module AlsaSeq.hsAndrew Cady
2014-01-15factor out new function: forwardNoteEventAndrew Cady
2014-01-15factor out new function: parseAlsaEventsAndrew Cady
2014-01-15move aconnect into separate functionAndrew Cady
2014-01-15use Haskore.Basic.Pitch to pretty-print note namesAndrew Cady
2014-01-15add list of alsa clients to usage errorAndrew Cady
2014-01-15use nonblocking IO; poll (and spin the CPU)Andrew Cady
2014-01-15output the set of midi pitches being playedAndrew Cady
2014-01-14specify midi in/out ports via command lineAndrew Cady
2014-01-14axis --> fluidsynth alsa proxy works!Andrew Cady
2014-01-14port opened, but read failsAndrew Cady
2014-01-14backupAndrew Cady
2014-01-14add midi-dump experimental codeAndrew Cady