Category Archives: Design
Great bandsaw fence idea
I want this…
Emeco 1006 Navy Dining Chair
Zenith Cobra-Matic – Art Deco radio
The last meter
Quote
“The last meter” refers to the final connection between an audio device, such as a microphone, headphones, or speakers, and the larger sound system or network. Just as “the last mile” in telecommunications represents the crucial final stretch that delivers service to the end user, “the last meter” in audio engineering highlights the importance of the final cable or wire, which directly impacts the quality and reliability of the sound being transmitted. Despite its short length, this connection is critical for ensuring the integrity of the overall sound system.
1959 sound control in design – gypsum
The “asymptote of despair”
Quote
“if we plot progress versus time it should be pretty much linear. We are currently right about here approaching the danger zone between works and done and those two things are not the same we have to be very careful not to get sidetracked at The Works
boundary and end up over here on the Asymptote of Despair where time goes to
infinity and we never quite finish our project”
plywood wall boxes for garage wood shop
Deleuze – Trees Vs Rhizomes
Quote
Custom dies for Di-acro Bender #4
Cool art by M. Brandt ?
Most impressive Penny and Giles Fader design
Transparent button underlays
Design idea: Shure sm7b sm7 with interchangeable capsules
python: maps Reaper DAW mixer volume and mute and solo to GPIO
import pythoncom
import reapy
import RPi.GPIO as GPIO
# Set up the GPIO pins
GPIO.setmode(GPIO.BCM)
GPIO.setup(17, GPIO.OUT) # Volume pin
GPIO.setup(27, GPIO.OUT) # Mute pin
GPIO.setup(22, GPIO.OUT) # Solo pin
def set_track_volume(track, volume):
track.volume = volume
if volume > 0.5:
GPIO.output(17, GPIO.HIGH)
else:
GPIO.output(17, GPIO.LOW)
def set_track_mute(track, mute):
track.mute = mute
if mute:
GPIO.output(27, GPIO.HIGH)
else:
GPIO.output(27, GPIO.LOW)
def set_track_solo(track, solo):
track.solo = solo
if solo:
GPIO.output(22, GPIO.HIGH)
else:
GPIO.output(22, GPIO.LOW)
# Create a function to map Reaper tracks to GPIO pins
def map_track(track):
# Connect to Reaper
reapy.connect()
# Get the track from Reaper
track = reapy.Track(track)
# Set the track’s volume, mute, and solo status
set_track_volume(track, track.volume)
set_track_mute(track, track.mute)
set_track_solo(track, track.solo)
# Disconnect from Reaper
reapy.disconnect()
# Map Reaper track 1 to GPIO pins
map_track(1)
# Clean up the GPIO pins
GPIO.cleanup()
Sony MX-12
New Sheet metal tool – 30″ brake, shear , roll
Work bench gone – roll around cart now!
Pem Fasteners, nuts, standoffs, Studs and Pins For Sheet Metal and PCBs
Crowtail console – https://www.elecrow.com/crowtail.html
From https://www.elecrow.com/crowtail.html
Faders A0-7
Screens D12-15
UART GNSS? PTP?
