aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-02Implement osc-cmy-potentiometerHEADmainThomas White
2023-07-02Split smart potentiometer control logic out of osc-smart-potentiometerThomas White
2023-07-02Update README.mdThomas White
2023-06-26osc-smart-potentiometer: Don't attempt to calculate gradients with empty ↵Thomas White
fixture list
2023-06-18Remove vestigial fixture friendly name stuffThomas White
2023-06-18Update README.mdThomas White
New photo!
2023-06-18Update docs/physical-control.rstThomas White
2023-06-18Update demo-show.scmThomas White
2023-06-15Un-GOOPS some proceduresThomas White
These don't need to be generic any more, now that we only have one type of attribute.
2023-06-15Remove taw/controls.scmThomas White
Completely out of date.
2023-06-15Remove colour-component stuffThomas White
It's a bit of a hack, only needed for MIDI control. I have a better solution using OSC in mind.
2023-06-15Get rid of old MIDI control stuffThomas White
2023-06-15Add osc-smart-potentiometerThomas White
2023-06-15Use higher-level OSC interfaceThomas White
2023-06-06Slow down engine a bitThomas White
2023-06-05Fixture library: Add Lightmaxx LED COBThomas White
2023-06-05Fixture library: <stairville-z120m-6ch>: Add white-weirdness attributeThomas White
2023-06-04Fixture display: Remove unused variableThomas White
2023-06-04get-selection-as-string: Set dotted form of fixture nameThomas White
Previously it sent "(list-ref xxx nnn)", which is much harder to parse and defeats the point of using a string instead of a Scheme expression here. This routine is currently only used for OSC selection updates.
2023-06-04Fixture display: Add a dim backgroundThomas White
This helps it to be visible against the terminals it usually covers
2023-06-04Rearrange arguments of osc-select-button and osc-parameter-encoderThomas White
2023-05-21Fixture library: <robe-dl7s-mode1>: Fix reversed true/false for animation wheelThomas White
2023-05-15Implement OSC encoders for list attributesosc-with-guileoscThomas White
2023-05-14Fixture display: Receive selection info via OSCThomas White
2023-05-14Send selection via OSCThomas White
2023-05-11Programmer state should be LTPThomas White
2023-05-01Implement osc-state-faderThomas White
2023-04-30Implement osc-parameter-encoder (basic version)Thomas White
2023-04-30Move fixture-has-attr? to (starlet fixture) and export itThomas White
2023-04-29Add add-sel and toggle-selThomas White
2023-04-29Move selection stuff to a separate moduleThomas White
2023-04-25Format demo-show.scmThomas White
2023-04-25Add more example buttonsThomas White
2023-04-25Update README.mdThomas White
2023-04-25Add OSC utilitiesThomas White
2023-04-25Add selected? and deselThomas White
2023-04-18Update OSC bitsThomas White
2023-04-15demo-show: Use guile-oscThomas White
2023-04-15Add comments to demo showThomas White
2023-04-13state-source: Quote symbol valuesThomas White
2023-04-13Fixture library: <robe-dl7s-mode1> Factor out gobo and gel listsThomas White
2023-04-11Add examples/demo-show.scmThomas White
2023-04-11Fixture library: almost full Robe DL7S definitionThomas White
2023-04-11Add 'lookup' utilityThomas White
2023-04-11Add an optional comment field to the fixture's attributesThomas White
2023-04-11Add lots of default attribute namesThomas White
2023-04-11Get rid of 'categorize'Thomas White
Good riddance. Here's to proper argument handling.
2023-04-10Add attribute friendly namesThomas White
2023-04-09More documentation cleaningThomas White
2023-04-09Tidy up docsThomas White