index
:
axis-of-eval.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
midi-dump.hs
Age
Commit message (
Expand
)
Author
2015-12-17
Perform GC for each tick.
Andrew Cady
2015-12-17
Silence ALSA error messages
Andrew Cady
2015-12-13
Alternative input method for triad reprogramming
Andrew Cady
2015-12-13
Allow programming triads that do not include the triad's core notes
Andrew Cady
2015-12-13
initial support for reprogammable triads
Andrew Cady
2015-12-12
Metronome bugfixes.
Andrew Cady
2015-12-12
move threadDelay mechanism to main loop
Andrew Cady
2015-12-12
Implement a metronome.
Andrew Cady
2015-12-11
Make "triadFilter" handle multiple simultaneous triads
Andrew Cady
2015-12-11
Renames.
Andrew Cady
2015-12-11
Lower midi resolution to 1ms.
Andrew Cady
2015-12-11
Output a message whenever a midi file is saved.
Andrew Cady
2015-12-11
Command "save" now saves latest recording to disk
Andrew Cady
2015-12-11
Some cleanups & formatting changes.
Andrew Cady
2015-12-10
Implement saving of .mid files
Andrew Cady
2015-12-10
Clean up triad detection somewhat
Andrew Cady
2015-12-09
Fix triad "fill" note velocity; output to channel 0
Andrew Cady
2015-12-07
Store note velocities in pitch sets
Andrew Cady
2015-12-07
Add basic support for "filling" triads.
Andrew Cady
2015-12-07
Output replayed recordings to MIDI channel 1
Andrew Cady
2015-12-07
Implement playing MIDI from the database
Andrew Cady
2015-12-07
Disable printing the names of keys.
Andrew Cady
2015-12-06
Store recordings as Sound.MIDI.Message.T
Andrew Cady
2015-12-06
remove now-redundant "_playNOW" queue (just use the RealTimeQueue)
Andrew Cady
2015-12-06
use the MidiController type alias in all type signatures
Andrew Cady
2015-12-06
use RealTimeQueue for queuing midi output to ALSA
Andrew Cady
2015-12-06
variable rename & type alias
Andrew Cady
2015-12-05
Implement replay functionality
Andrew Cady
2015-12-05
start to move midi serialization into separate file
Andrew Cady
2015-12-05
recording stores both end time and time of last event
Andrew Cady
2015-12-05
change representation of recordings
Andrew Cady
2015-12-05
Implement delayed output
Andrew Cady
2015-12-05
Fix all hlint and GHC warnings.
Andrew Cady
2015-12-05
add facility to queue midi output to synth
Andrew Cady
2015-12-04
treat EOF from stdin as if "exit" were typed
Andrew Cady
2015-12-04
Change database schema
Andrew Cady
2015-12-04
whitespace
Andrew Cady
2015-12-04
change data structures for midi recordings
Andrew Cady
2015-12-04
add command "exit"
Andrew Cady
2015-12-04
whitespace formatting
Andrew Cady
2015-12-04
hlint
Andrew Cady
2015-12-04
renames to avoid shadowing
Andrew Cady
2015-12-04
add thread to read lines from stdin
Andrew Cady
2015-12-03
changing the ghc options fixed the performance issue (-O2 and/or -threaded)
Andrew Cady
2015-12-03
fill out types in the reader environment
Andrew Cady
2015-12-03
get types of all Reader env tuple elements
Andrew Cady
2015-12-03
reader has its own data type, LoopEnv, instead of a giant tuple
Andrew Cady
2015-12-03
write sqlite in a separate thread
Andrew Cady
2015-12-03
dump all midi to a database
Andrew Cady
2015-12-03
use real clock time (adjusted from the monotonic clock)
Andrew Cady
[next]