index
:
Starlet
main
osc-with-guileosc
udp-scanout
Theatrical lighting control in Lisp
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guile
/
starlet
/
midi-control
Age
Commit message (
Expand
)
Author
2021-05-22
Handle LED via select-on-button
Thomas White
2021-05-22
Indicate playback paused via LEDs
Thomas White
2021-05-22
send-note-on/off: Handle #f argument
Thomas White
2021-05-22
Add make-back-button
Thomas White
2021-05-16
Get rid of time parameter and use clock objects for cross-fades
Thomas White
2021-05-12
Trigger apply-fader when fader crosses its original value
Thomas White
2021-05-10
Split 'base' module up into 'fixture', 'state' and 'scanout'
Thomas White
2021-05-06
Add GPL boilerplate everywhere
Thomas White
2021-05-06
Slow down MIDI transmisisons
Thomas White
2021-04-18
Update MIDI buttons
Thomas White
2021-04-18
Use individual CMY channels in MIDI control map
Thomas White
2021-04-18
Special case colour components for MIDI faders
Thomas White
2021-04-05
When using jogwheel control, clamp values to end of range
Thomas White
2021-04-04
Add the ability to make certain states unique
Thomas White
2021-04-04
New state-on-fader
Thomas White
2021-04-03
New state-on-fader
Thomas White
2021-04-03
Fix sel/at (again)
Thomas White
2021-04-02
Replace merging of states with search through list of states
Thomas White
2021-03-08
enqueue-midi-bytes: Actually enqueue, rather than waiting for empty queue
Thomas White
2021-03-08
Remove home state and abolish fixture-attribute use in states
Thomas White
2021-03-02
Refuse to start MIDI control twice
Thomas White
2021-02-25
Gracefully handle unavailable MIDI control device
Thomas White
2021-02-21
Make MIDI callbacks (optionally) unique
Thomas White
2021-01-30
Move useful stuff to utils
Thomas White
2021-01-26
Move "sel" to base, and add a callback
Thomas White
2021-01-26
New, scaled approach to MIDI faders
Thomas White
2021-01-25
Formatting
Thomas White
2021-01-19
Rename "on-fader" to "state-on-fader"
Thomas White
2021-01-19
on-fader: Soft pickup
Thomas White
2021-01-19
sel: Handle lists
Thomas White
2021-01-19
Implement selection of multiple fixtures at once
Thomas White
2021-01-15
Remove selection-state
Thomas White
2021-01-09
Add select-on-button
Thomas White
2021-01-03
Start MIDI control only for attributes in the fixture
Thomas White
2021-01-02
Print backtraces for MIDI receive thread
Thomas White
2021-01-02
Turn off all MIDI notes at startup
Thomas White
2021-01-02
Implement at-midi-fader
Thomas White
2020-12-31
Manage LEDs for parameter adjustment
Thomas White
2020-12-31
Reduce scope of merge-rule-replace
Thomas White
2020-12-31
Select fixture and change parameters via MIDI
Thomas White
2020-12-30
Generalise MIDI callbacks to CCs as well as notes
Thomas White
2020-12-29
Simplify MIDI control interface
Thomas White
2020-12-27
Add fader control
Thomas White
2020-12-23
Move 'guile-midi' into Starlet namespace
Thomas White