tcview/README.md

38 lines
730 B
Markdown
Raw Permalink Normal View History

2021-09-23 01:34:33 +00:00
tcview v0.1
By Sam Neurohack
Display Link, OSC, Artnet and Midi timecodes
2021-09-23 01:41:56 +00:00
Listen on all network interfaces and midi interfaces
2021-09-23 01:34:33 +00:00
OSC port : 9001
2021-09-23 01:53:40 +00:00
Artnet port : 6454
2021-09-23 01:41:56 +00:00
Needs timecode, rtmidi, mido
2021-09-23 01:34:33 +00:00
* Link
- BPM
- beats
* OSC
2021-09-23 01:41:56 +00:00
- hour:minutes:seconds:ms (from OSC message received containing /TC like /TC1/time/30 '00:00:02:23')
- Tested against https://github.com/hautetechnique/OSCTimeCode.git
2021-09-23 01:34:33 +00:00
2021-09-23 01:41:56 +00:00
* Artnet
2021-09-23 01:34:33 +00:00
2021-09-23 01:41:56 +00:00
- hours:minutes:seconds:frames codetype
- OpTimeCode
- Tested against lightingapps.de/software/artnetviewer
2021-09-23 01:34:33 +00:00
* Midi (Clock)
- BPM computed from received clock messages
2021-09-23 01:41:56 +00:00
- MTC (quarterframes).Tested against mtc_generate from https://github.com/jeffmikels/timecode_tools.git
2021-09-23 01:34:33 +00:00
2021-09-23 01:53:40 +00:00
To Run (python 3.8)
python3 tcview.py