Skip to content

hautetechnique/OSCTimeCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary

A compiled binary download is available here.

It is a C++ MacOS app that allows you to send and recieve OSCTimecode over ethernet.

Installation

This example is written in Juce, C++ and tested for Mac and Windows.

Structure

OSC messages are structured like so:

Type String Format
Address /TC1/time/30 / {TimeCode layer} / time / {Frames per second}
Argument 00:00:00:00 HH:MM:SS:FF

The layer can be TC1 or TC2, representing TimeCode 1 or TimeCode 2

Screenshots

Sender

Sender

Receiver

Receiver

References