Skip to content

andrewhao/mmtss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmtss is a loop station built for live performances.

Description

Let's make music together! This project simplifies a traditional loop tracking station and is designed for interactive collaborative music performances.

The idea: Everybody adds or modifies one "part" of a 32-bar loop. The user gets to play an instrument over the existing mix and record the 32-bar phrase when she or he is ready. Once the person is finished, the project selects another instrument at random for the next viewer to record.

It's an Ableton Live controller serving a Webkit view, backed by node.js on the backend and socket.io + RaphaelJS on the front. Communication is done through a LiveOSC Live plugin via sockets.

Video

See it in action: YouTube

Screenshots

Practice mode

mmtss in practice/playback mode. Here the user is able to practice/mess around with the current instrument to prepare to record the next track.

Cued mode

Pressing "record" puts the user in a wait state. They are prompted to begin recording when all the black boxes count down and disappear.

Record mode

mmtss in record mode.

Installation

  • Make sure you have npm installed: http://www.npmjs.org
  • Copy lib/LiveOSC into /Applications/Live x.y.z OS X/Live.app/Contents/App-Resources/MIDI\ Remote\ Scripts/ folder
  • Set it as your MIDI remote in the Ableton Live Preferences pane, in the "MIDI Remote" tab.

Running it

  • Open Mmtss_0.als as a sample Live project.
  • Install all project dependencies with npm install from the project root.
  • Start the Node server with node app.js from the root directory.
  • Open a Web browser and visit localhost:3000

Modifying the sample project

You can modify this project to suit your own needs. Note that there are two sets of tracks; instrument (MIDI input) tracks and loop tracks that actually store clips.

For n tracks, you can add or remove your own instruments. Just make sure that instrument at track x corresponds to track x + n.

Credits

License

MIT and GPLv3 licensed. Go for it.

Links

About

Ableton Live browser-based collaborative sequencer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published