All Projects → ircam-cosima → soundworks-nu

ircam-cosima / soundworks-nu

Licence: BSD-3-Clause License
Use spectators smartphones as distributed speakers in live performances, soundworks - Max/MSP based framework

Programming Languages

Max
122 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Nü Soundworks

Framework source code. See the project website for more details.

License and Credits

The Nü framework is released under the BSD 3-Clause license.

Nü has been developped at IRCAM-CNRS within the CoSiMa research project, supported by the French National Research Agency (ANR).

Install Node.js

Node.js or "npm" is a toolbox / framework / magic wizard for javascript & web developers, required to run Nü. Check the official Node.js installation guide. Nü has been developped with npm 3.9.5 and node v6.2.2.

Install Nü (main)

git clone https://github.com/ircam-cosima/soundworks-nu.git soundworks-nu
cd soundworks-nu/node
npm install
echo '## DEV ## working with develop version of soundworks even here, requires transpile'
cd node_modules/soundworks
npm run transpile
cd ../..
echo '## DEV ##'
npm run transpile
npm run start

Install Nü (for nü developers only)

git clone https://github.com/ircam-cosima/soundworks-nu
cd soundworks-nu
git checkout develop
git pull
cd node
npm install
cd node_modules/soundworks
npm run transpile
cd ../..
npm run watch

How to use

  • Start the server (see Install)
  • Connect client to server (default: open your browser at 127.0.0.1:8000)
  • Use Max/MSP modules to control client's behavior (starting with nu.main)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].