-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d93df0
commit 660c39d
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# Timecode-for-Companion | ||
MTC Midi Timecode triggering of Companion | ||
**Applications**<br> | ||
This tiny application allows [Companion](https://bitfocus.io/companion/) to be triggered by MTC Midi Timecode. This can be useful for executing macros automatically during live performances with perfect frame accuracy. Examples of use cases are: Visionmixer macro triggering, audiomixer scene recall, or anything else you can imagine! | ||
<br> | ||
The application will send UDP messages to the Companion-instance on the specified IP address. The button that will be pressed on each timecode event is specified in the cuelist. To add a cue, just start typing in the blank row! | ||
<br><br> | ||
**MIDI Handeling**<br> | ||
The MIDI decoding is handled with [DryWet MIDI](https://github.com/melanchall/drywetmidi) with modifications made for smooth timecode chasing. | ||
<br><br> | ||
**Screenshots**<br> | ||
![Main window](screenshots/01.png) |