summaryrefslogtreecommitdiff
path: root/axis.hs
AgeCommit message (Expand)Author
2019-01-23use system-installed font fileHEADmasterAndrew Cady
2015-12-18Continue making axis.hs main loop smaller.Andrew Cady
2015-12-17non-semantic HLint fixesAndrew Cady
2015-12-17Fix GHC/HLint warnings. No semantic changes.Andrew Cady
2015-12-17axis.hs: move a few things out of the giant main loopAndrew Cady
2015-12-17axis.hs: use AlsaShutUpAndrew Cady
2015-12-17axis.hs: convert remaining mainloop parameters to use RWSTAndrew Cady
2015-12-17axis.hs: start to move mainloop into RWSTAndrew Cady
2015-12-17Clean up axis.hs lint errors, formatting, etc.Andrew Cady
2015-12-03store midi event history in a simple listAndrew Cady
2015-12-03compile with stackAndrew Cady
2015-12-03filter out channel 9Andrew Cady
2014-04-05don't use smartDrawKeys to erase keysAndrew Cady
2014-04-05change default to 2 keyboards; minor reorgAndrew Cady
2014-04-04allow up to 9 visual repetitions of the keyboardAndrew Cady
2014-04-04allow live-toggle of axis display sizeAndrew Cady
2014-04-03move state into data structureAndrew Cady
2014-01-22switch to SDL HWSurfaceAndrew Cady
2014-01-21fix: use correct resolution when resizingAndrew Cady
2014-01-21Fix bug where three keys were not drawn by allKeysOFFAndrew Cady
2014-01-20Implement window resizing.Andrew Cady
2014-01-20fix note labelsAndrew Cady
2014-01-20correctly implement multi-channel displayAndrew Cady
2014-01-20change smartDrawKeys interfaceAndrew Cady
2014-01-19fix forgotten term in trig equationAndrew Cady
2014-01-19displaying multiple channels on one key simultaneouslyAndrew Cady
2014-01-18color the keyboard axis-styleAndrew Cady
2014-01-18add "octave squash" functionality but disable itAndrew Cady
2014-01-18whitespace; enable hexagons and color-by-channelAndrew Cady
2014-01-17keys have different colors depending on channelAndrew Cady
2014-01-17get ready to recognize midi channelsAndrew Cady
2014-01-17minor (format some commented-out code)Andrew Cady
2014-01-17press 'c' to erase all key borders; they come back after notes are playedAndrew Cady
2014-01-17implement unique-keys "mode"Andrew Cady
2014-01-17use smaller circles in circle modeAndrew Cady
2014-01-17backspace = all keys offAndrew Cady
2014-01-17increase number of rows to 7+4Andrew Cady
2014-01-17live playback works! connect via aplaymidi to play midi filesAndrew Cady
2014-01-17pretty close to live key displayAndrew Cady
2014-01-17moving toward hilighting axis keysAndrew Cady
2014-01-16count the hexagonsAndrew Cady
2014-01-16fix the pixel edgesAndrew Cady
2014-01-16add sdl-gfx hexgaonal gridAndrew Cady
2014-01-16remove text output of eventsAndrew Cady
2014-01-16fix cabal buildAndrew Cady
2014-01-16output sdl keys being pressedAndrew Cady
2014-01-15grabInput True; showCursor False; display mouse buttonsAndrew Cady
2014-01-15add mouse warp and show mouse movement in displayAndrew Cady
2014-01-15factor out textBand function to draw text over full width of screenAndrew Cady
2014-01-15show currently-playing midi notes in real-time through sdl!Andrew Cady