Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.33 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.33 KB

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.