# README
syncosc
Tiny package that contains constants for oscsync
# Functions
GetPulseDuration converts the tempo in bpm to a time.Duration callers are responsible for making concurrent access safe.
PulseFromMessage gets a Pulse from an OSC message.
Ticker runs a ticker that triggers the slave.
# Constants
OSC addresses.
OSC addresses.
OSC addresses.
OSC addresses.
OSC addresses.
MasterPort is the listening port for the oscsync master.
PulsesPerBar is the number of pulses in a bar (measure).
# Interfaces
Slave is any type that can sync to an oscsync master.
# Type aliases
ConnectorFunc connects a slave to an oscsync server.