Changeset - 39110a37e5ac
[Not reviewed]
default
1 1 1
drewp@bigasterisk.com - 8 months ago 2024-05-14 01:08:34
drewp@bigasterisk.com
revive midiFade
2 files changed with 5 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bin/midiFade
Show inline comments
 
file renamed from bin/attic/midifade to bin/midiFade
 
#!/bin/sh
 
exec pdm run python light9/midifade/midifade.py
 
#!/bin/zsh
 
exec pdm run python src/light9/midifade/midifade.py
 

	
 

	
src/light9/midifade/midifade.py
Show inline comments
 
#!bin/python
 
"""
 
Read midi events, write fade levels to graph
 

	
 
Device troubleshooting:
 
    amidi -l
 
"""
 
import asyncio
 
import logging
0 comments (0 inline, 0 general)