Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

A bridge between the Sense/Stage minibees and OSC, implemented in C++. This will be a replacement for pydongui.py.

Notifications You must be signed in to change notification settings

sensestage/minibee2osc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Dependencies

To install on your system:

    git clone https://github.com/attie/libxbee3.git
    cd libxbee3
    make configure
    sudo make install
  • liblo: communication via osc. Probably available through your package manager.

Arch Linux:

sudo pacman -S liblo
  • tinyxml2: xml parsing of the configuration files
sudo pacman -S tinyxml2
  • qt5: gui wrapper for the commandline program
sudo pacman -S qt5-base

Build Instructions

    git clone https://github.com/sensestage/minibee2osc.git
    cd minibee2osc
    mkdir build
    cd build
    make
    sudo make install

About

A bridge between the Sense/Stage minibees and OSC, implemented in C++. This will be a replacement for pydongui.py.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages