All Projects → cgfarmer4 → Theconductor

cgfarmer4 / Theconductor

Toolset for making musical applications with Unity, Max and Ableton.

Projects that are alternatives of or similar to Theconductor

osmid
osmid is a tool to bridge MIDI and OSC. It is currently in use in Sonic Pi
Stars: ✭ 63 (+31.25%)
Mutual labels:  osc, midi
MidiGyver
No description or website provided.
Stars: ✭ 67 (+39.58%)
Mutual labels:  osc, midi
ManosOsc
(Eyebeam #13 of 13) Output OSC, MIDI, and After Effects/Maya animation scripts from the Leap Motion controller.
Stars: ✭ 53 (+10.42%)
Mutual labels:  osc, midi
Minis
Minis: MIDI Input for New Input System -- A plugin that adds MIDI input support to Unity's new Input System
Stars: ✭ 214 (+345.83%)
Mutual labels:  unity3d, midi
Touchosc2midi
a (linux compatible) TouchOSC Midi Bridge written in python
Stars: ✭ 44 (-8.33%)
Mutual labels:  midi, osc
Midianimationtrack
SMF (.mid) file importer for Unity Timeline
Stars: ✭ 243 (+406.25%)
Mutual labels:  unity3d, midi
linux-show-player
Linux Show Player - Cue player designed for stage productions
Stars: ✭ 147 (+206.25%)
Mutual labels:  osc, midi
Chataigne
Artist-friendly Modular Machine for Art and Technology
Stars: ✭ 251 (+422.92%)
Mutual labels:  midi, osc
Orca
Esoteric Programming Language
Stars: ✭ 3,636 (+7475%)
Mutual labels:  midi, osc
Oscjack
Lightweight implementation of OSC server/client in C# (Unity)
Stars: ✭ 276 (+475%)
Mutual labels:  unity3d, osc
Rcam
Real time volumetric video capture for live visuals
Stars: ✭ 128 (+166.67%)
Mutual labels:  unity3d, osc
Open Stage Control
Libre and modular OSC / MIDI controller
Stars: ✭ 436 (+808.33%)
Mutual labels:  midi, osc
Vfxminisexamples
Unity examples showing how to control VFX graphs with MIDI devices
Stars: ✭ 122 (+154.17%)
Mutual labels:  unity3d, midi
Pedalino
Smart wireless MIDI foot controller for guitarists and more.
Stars: ✭ 105 (+118.75%)
Mutual labels:  osc, midi
Extosc
extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
Stars: ✭ 69 (+43.75%)
Mutual labels:  unity3d, osc
ofxOscMidi
Midi in, OSC out with Midi thru. Based on openFrameworks
Stars: ✭ 66 (+37.5%)
Mutual labels:  osc, midi
Iannix
IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.
Stars: ✭ 238 (+395.83%)
Mutual labels:  midi, osc
Midimonster
Multi-protocol control & translation software (ArtNet, MIDI, OSC, sACN, ...)
Stars: ✭ 241 (+402.08%)
Mutual labels:  midi, osc
TouchOSC
A collection of examples and modules for TouchOSC MK2
Stars: ✭ 30 (-37.5%)
Mutual labels:  osc, midi
Orca C
Live Programming Environment(C Port)
Stars: ✭ 328 (+583.33%)
Mutual labels:  midi, osc

The Conductor

Toolset for making musical applications with Unity, Max and Ableton.

Goals

  • Create examples for interacting with music and spatial environments.
  • Explore patterns and initiate discussion for creating new kinds of musical interactions.
  • Provide environments and tools for others to become interested in music creation.

Components

OSC Address Router, Stepper, Slider, Dial, Position, Waves, Pads, Keys + more.

Dependencies

Ableton
Max
CNMAT-odot
Unity
SteamVR OSC package

Optional: Envelop for Live

Setup

You should already have Ableton and Max installed. All other dependencies are free and open source.

  1. Download o.dot from Github and place it in your Max packages directory. Typically found in Documents/Max 7/Packages. To check, go to Options -> File Preferences in Max.

  2. Download and install Unity.

  3. Clone or download the zip of this project and open the folder TheConductor_Unity in the Unity Editor.

  4. Run the SteamVR scene from the scenes folder. If you have errors, they will be shown in the Unity console.

  5. Open Ableton and add the folder TheConductor_Max from this project to your Ableton places in the sidebar.

  6. OSC defaults to running on port 8000 in Unity. You can change the ports and outgoing IP address on the [OSC] component in Unity and in each M4L patch.

  7. Select the prefab in the Unity scene hierarchy that you would like to use and activate it.

  8. Follow the instructions below for setting up each specific component.

Components

Envelop

Unity Attach: empty GameObject
Envelop for Live is an open source audio production framework for spatial audio composition and performance. This component contains a spatial audio representation of the decoder for the their speaker installations. You can send positional values and audio levels from Max to Unity for 3d representations.

OSC Control

Unity Attach: empty GameObject
Unity script for interacting with any OSC event. When a packet is received with the corresponding name, the callback event is called with a List<object> containing the OSC data. alt text

Midi Receive Events

Unity Attach: GameObject
Receive named midi events in Ableton from Unity collisions. The Midi Send Events script sends when the GameObject OnCollisionEnter event is triggered. alt text

Midi Send Events

Unity Attach: GameObject or empty GameObject
Send named midi events to Unity from Ableton. Attach any public function to the Note on / off events in the inspector. alt text

VRControllerPosition

Unity Attach: VRGameController
Controller positions to XYZ live.dials. Map the controller positions to any value. alt text

VRPosition

Unity Attach: GameObject with Transform
Attach to Unity GameObject and send its transform to XYZ live.dials. Useful for panning Envelop for Live sources. alt text

VRDial

Unity Attach: GameObject with UI Canvas child
Radial UI controller to live.dial. This component does not take a name but could be easily modified to do so based on other patterns in these tools. alt text

VRDrumPads

Unity Attach: GameObject(s)
Physics reactive cubes to Ableton drum rack. alt text

VRMultiSlider

Unity Attach: GameObject(s)
Interactive cube height transforms to multislider. Grab or select cubes with laser pointer. Can select multiple. Scale by amount is mutliplied by the height value. Example of scaling values for other object interpretations. alt text

VRMidiKeyboard

Unity Attach: GameObject
Virtual piano model sends midi duration and pitch. Represented by kslider. alt text

VRStepper

Unity Attach: GameObject
Cube represenation of a stepper to live.step. Laser pointer controls on / off and touchpad controls velocity. alt text

Deprecated

Why deprecate? VRTK discontinued development and these packages were based heavily on controls available within that sdk. They could easily be revitalized with a little finesse.

VR2DWave

Unity Attach: GameObject
Draw on 2D material to waveform~. Deprecation Reason: VRTK made it simple to snap the whiteboard pen to the controller. alt text

VR3DWave

Unity Attach: empty GameObject
New instrument example with a wave picker, controller position and velocity to custom M4L device. Deprecation Reason: The dial menu was a VRTK feature. Could easily create new menu and new materials. alt text

VRSlider

Unity Attach: GameObject with UI Canvas child
UI slider to to live.slider. Deprecation Reason: VRTK made it simple to select Unity UI Canvas in VR. Here are some links to similar implementations. https://github.com/thestonefox/VRTK/commit/5fa29d7f159b00d9e719455f16d1d4f0bfc6b6b1 https://github.com/Sergey-Shamov/Unity-VR-InputModule/blob/master/VRControllerInputModule.cs https://ritchielozada.com/2016/01/01/part-8-creating-a-gaze-based-input-module-for-unity/ https://forum.unity.com/threads/using-the-unity-event-system-for-vr.472259/ alt text

Credits

Many thanks to the work of others whose shoulders I stand on to build musical interfaces.

  • CNMAT for providing o.dot.
  • The Envelop team for all the inspiration and help.
  • Icons for VR3DWave from the Noun project.
  • The band Caspian for the project name. A tribute to their first album.
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].