Skip to content

Instantly share code, notes, and snippets.

View rafrombrc's full-sized avatar

Rob Miller rafrombrc

  • Mozilla Corp
  • Oakland, CA
View GitHub Profile
@rafrombrc
rafrombrc / hekad.toml
Created July 7, 2015 18:19
Carbon TCP reconnect example
[hekad]
share_dir = "/home/rob/go/heka/build/heka/share/heka"
[StatsdInput]
[StatAccumInput]
emit_in_fields = true
ticker_interval = 1
[PayloadEncoder]
@rafrombrc
rafrombrc / mididings_xtouch_proxy.py
Last active November 24, 2022 05:37
Script using mididings to improve the functionality of behringer x-touch with Ardour DAW
"""
Very simple mididings script to enhance the functionality of a behringer
x-touch mixing control surface when used with a DAW via the mackie control
protocol (MCP). Written for use with Ardour and an x-touch running firmware
v1.21. Might work with other DAWs and firmware versions, might steal your
wallet and drink your booze. Idea stolen from a similar effort done with MaxMSP
/ PureData for use with Cubase:
https://www.pgaudio.com.br/site/improve-mackie-controller-xtouch-integration-daw
@rafrombrc
rafrombrc / open-float.py
Last active January 27, 2026 20:15
Variation of YaLTeR's `open-float.py` script that supports specifying float window height and width
#!/usr/bin/python3
"""
Like open-float, but dynamically. Floats a window when it matches the rules.
Some windows don't have the right title and app-id when they open, and only set
them afterward. This script is like open-float for those windows.
Usage: fill in the RULES array below, then run the script.
"""