GMU:Digital Puppetry Lab/Group KittenRemote: Difference between revisions

From Medien Wiki
Line 31: Line 31:


Touch OSC App
Touch OSC App
We used the App "TouchOSC" for Android to control our Kitten in Unity. The design of the layout is inspired by the classic Nintendo controller.
Effectively we used the "Directional Pad" to move our Kitten on the x and z axis and the blue button to jump.
TouchOSC is communicating directy with Unity.


[[Image:OSC_APP.png|600px]]
[[Image:OSC_APP.png|600px]]

Revision as of 16:34, 15 June 2016

Kitten in Space!

Our concept was to realise an interactive ‘mini’ game in Unity controlled via touch OSC for smartphone. The sound accompanying the game is generated in Max MSP via OSC triggers from Iannix, this data is then transferred via OSC to affect the scale value in real time of the cube game objects in Unity.

Meooow!

Group Work By

  • Amy Jean Barnett (Sound design Ableton, Max MSP patch and Iannix implementation)
  • Florian Froger (Unity & TouchOSC App Implementation)
  • Jonas Jülch (Unity & TouchOSC App Implementation)

    OSC Signal Diagram

    Oscdiagram.jpg

    Iannix - Audio Input

    We created a simple score in Iannix to send triggers via OSC to be received in Max MSP.

    Iannix.png

    Max MSP - Audio Input/Output

    In Max we assembled a patch that triggers sound files responding to incoming OSC messages from Iannix. A bank of sound files pre-designed in Ableton are stored in a folder on the hard drive and called from the max patch as it receives the random trigger coordinates into the sprintf open %s.wav object. These triggers are then sent on to be received in Unity via the udpsend object in Max.

    File:Maxsounds.mp3

    Max1.png

    Controller Input to Unity

    Touch OSC App

    We used the App "TouchOSC" for Android to control our Kitten in Unity. The design of the layout is inspired by the classic Nintendo controller.

    Effectively we used the "Directional Pad" to move our Kitten on the x and z axis and the blue button to jump.

    TouchOSC is communicating directy with Unity.

    OSC APP.png

    Unity TouchOSC Receiver Code

    OSC Touch Receiver Code.jpg