[go: up one dir, main page]

Skip to content

motoi1484/ofxBoseCSSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxBoseCSSP

Bose Control Space Serial protocol addon

Bose Control Space

Usage

setup

ofxBoseCSSP boseCSSP;
boseCSSP.setup("192.168.7.56");

control

recall parameters

ofxBoseCSSP boseCSSP;
boseCSSP.setup("192.168.7.56");

//recall parameter set 1
boseCSSP.recall(1);

gain control

ofxBoseCSSP boseCSSP;
boseCSSP.setup("192.168.7.56");

//gain module named "main_gain", set -0.5dB
boseCSSP.setGain("main_gain", GainControl_down);

//gain module named "main_gain", set +2.0dB
boseCSSP.setGain("main_gain", GainControl_up, 2.0);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published