Overview » History » Version 19

Version 18 (Fiore Martin, 2016-08-11 12:28 PM) → Version 19/34 (Fiore Martin, 2016-08-11 12:29 PM)

h1. Overview

Collidoscope is an interactive, collaborative *sound installation* and *musical instrument* (granular synthesizer)
that allows participants to seamlessly record, manipulate, explore and perform real-world sounds.
It is designed for both *amateurs and professional musicians*.

Collidsocope massively drives on the *research* conducted at the "Center for Digital Music at Queen Mary University of London":http://c4dm.eecs.qmul.ac.uk
in real-time sound processing and synthesis, hardware design, physical computing, UI design, designing for interaction,
accessibility and collaboration.

The *granular synthesis engine* is based on Ross Becina's paper "Implementing Real-Time Granular Synthesis":http://www.cs.au.dk/~dsound/DigitalAudio.dir/Papers/BencinaAudioAnecdotes310801.pdf, on the
"TGrains Unit Generator":http://doc.sccode.org/Classes/TGrains.html of the SuperCollider language and on the "Cross-modal DAW Prototype":https://code.soundsoftware.ac.uk/projects/cmdp developed in the EPSRC
funded project Design Patterns for Inclusive Collaboration ("DePIC":http://depic.eecs.qmul.ac.uk)

Collidoscope was funded by the EPCRC Centre for Digital Music (C4DM) Platform Grant (EP/K009559/1) and the
EPSRC Design Patterns for Inclusive Collaboration (DePIC) grant (EP/J017205/1).

This repository contains all you need to build your own Collidoscope unit.

The "Downloads section":https://code.soundsoftware.ac.uk/projects/opencollidoscope/files contains:
* The software binary you need to run Collidoscope, released under GPL license;
* The introduction guide to get you started with Collidoscope and to get an overview of its inner architecture;
* A guide on how to install the software or compile it yourself if you’d like to;
* A reference on the MIDI messages used by the Collidoscope software;
* The 3D CAD files to build your own physical unit.

The "Software Repository":https://code.soundsoftware.ac.uk/projects/opencollidoscope/repository contains:
* The CollidoscopeApp source code, that runs the graphics and the audio engine. Released under the _GPL GPL version 3_ 3 license;
* The CollidoscopeTeensy source code, namely the software running on the Teensy microcontroller that turns the sensor data
into MIDI messages for the CollidoscopeApp. Also released under the _GPL GPL version 3_; 3;
* The Printed Circuit Board that we used with the Teensy microcontroller to make it easier to plug/unplug the sensors to it.
This is released under the _Creative Creative Commons Attribution-ShareAlike 3.0_. 3.0.