-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the modosc wiki!
Modosc is a library of Max abstractions for processing marker-based motion capture data in real-time. The library performs two main functions: It formats incoming motion capture data into a form that is easier to handle in Max. And it computes various motion descriptors, which are quantities that describe various aspects of movement. For example, velocity is a "low level" descriptor, and is calculated from the incoming position data. A higher-level descriptor is quantity of motion which is based on the velocity and mass of a collection of points on the body.
Modosc was designed to make it easier to implement real-time interaction scenarios using motion capture. The creators of Modosc are especially interested in real-time music interaction. However Modosc may be useful in any situation where movement is used to generate some real-time output or feedback.
The initial alpha release of Modosc works with Qualisys motion capture systems which can stream data as Open Sound Control (OSC) messages. The name Modosc comes from "motion descriptors OSC". The implementation of Modosc relies heavily on the o.dot framework from CNMAT.
Documentation for each descriptor will be added here soon...