Skip to content

Starter Unity project with example bouncing ball and accompanying PureData syntehsis

Notifications You must be signed in to change notification settings

irllabs/libpd4unity-starter

Repository files navigation

libpd4unity-starter

Starter Unity project with example bouncing ball and accompanying PureData syntehsis

This repository uses libpd4unity which relies on the wonderful libpd itself. All dependencies are included in the project for ease of use. This also means that any updates to libpd or libpd4unity will not be kept uptodate here.

This unity project has been tested on Unity 5.4.1f1, with patches made with Pd Vanilla 0.47-1 on OS X El Capitan 10.11.5 (15F34). The sample project is also tested for an Android build, on an LG Lexus 5X running Android 7.0.

Instructions

The project contains one scene called "AScene". Said scene contains the following game objects:

  1. Main Camera: Nothing special
  2. Directional Light: Nothing special
  3. LibPd: an ampty game object with an "AudioListner" attached, that points to the Pd patch called "bouncingBallSound.pd"
  • Pd patches must be placed in Assets/StreamingAssets/PdAssets
  1. A Plane: has a Mesh Collider
  2. A Sphere: has several things attached:
  • A Sphere Collider: Note the Physic Material called "Bouncy" that keeps the ball bouncing
  • A Rigid Body: Gives us the sphere's velocity
  • A script called "BounceToPd.cs": sends messages from Unity to Pd for the sonification, in this code block: LibPD.SendFloat("pitchOffset", sphereY); The value of float variable sphereY is sent to the object in the Pd patch called bouncingBallSound.pd" that has a its receive set to pitchOffset. You can look at the Pd objects properties to see its receive value.

About

Starter Unity project with example bouncing ball and accompanying PureData syntehsis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published