Categorygithub.com/scgolang/psync
modulepackage
0.1.7
Repository: https://github.com/scgolang/psync.git
Documentation: pkg.go.dev

# 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).

# Structs

Pulse represents the arguments in a /sync/pulse message.

# Interfaces

Slave is any type that can sync to an oscsync master.

# Type aliases

ConnectorFunc connects a slave to an oscsync server.