index
:
axis-of-eval.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AlsaSeq.hs
Age
Commit message (
Expand
)
Author
2015-12-05
add facility to queue midi output to synth
Andrew Cady
2015-12-03
use real clock time (adjusted from the monotonic clock)
Andrew Cady
2015-12-03
store midi event history in a simple list
Andrew Cady
2015-12-03
separate out a midi event hook in midi-dump.hs
Andrew Cady
2014-04-04
make midi inputs and outputs optional
Andrew Cady
2014-01-21
Pass through unknown MIDI events
Andrew Cady
2014-01-18
add "octave squash" functionality but disable it
Andrew Cady
2014-01-17
keys have different colors depending on channel
Andrew Cady
2014-01-17
get ready to recognize midi channels
Andrew Cady
2014-01-17
save channel information in keysDown sets
Andrew Cady
2014-01-17
forward timing information from midi input
Andrew Cady
2014-01-17
treat noteOn with 0 velocity as noteOff
Andrew Cady
2014-01-17
pretty close to live key display
Andrew Cady
2014-01-16
retry after alsa inputPending exceptions
Andrew Cady
2014-01-16
fix cabal build
Andrew Cady
2014-01-15
show currently-playing midi notes in real-time through sdl!
Andrew Cady
2014-01-15
add alsa initialization to axis.hs
Andrew Cady
2014-01-15
factor functions into separate module AlsaSeq.hs
Andrew Cady