Skip to content

music-practice-tools/cosc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cosc

A Windows command-line tool for sending and receiving OSC packets.

Created so I could voice control SongMaster with Alexa using TRIGGERcmd. The Windows batch file songmaster.cmd provides an abstraction for using cosc. The commands.json is an example config file for TRIGGERcmd. See this blog post and part two blog postfor more details.

See Usage.

Based on sendosc by yoggy which uses packosc by rossbencina.

Build

Only a Windows version has be included, unlike sendosc, as that's all I needed. The code should be portable.

See Releases for binary.

Install Alexa Voice Control of Song Master for Windows

See the Installation notes notes in the blog post.