Constellation Prototype (Vive)

Constellation is a 3D music sequencer project i have been involved with for several years on and off in the Unity game engine. It is a unique music application/experience based upon the idea of being able to rotate a musical idea along a 3D while viewing it on 2D screen. The name of the app is based on the phenomenon that any given arrangement of stars in a constellation is not actually equidistant from the viewer. Instead stars are at different levels of distance from the viewer. Thus rotation of the constellation from a center point would result in vastly different patterns than what was originally perceived.

 
The basic idea revolves around a fairly common grid based sequencer approach that many application and hardware sequencers take, where pitch is controlled by the vertical (Y) axis and time the horizontal (X) axis. In this case, however i have a third axis, making the design a 8x8x8 cube. This last axis (Z) controls timbre with different instruments playing. Rotating the cube then not only changes what notes or pitches are playing at various times, it also changes the instrument used to play them. Because the sequencer rotations are somewhat constrained in terms of outcomes, the resulting transformations of the sequence can be heard as more or less distantly related to the original idea, but in a slightly different manner than typical motivic transformation via inversion, retrograde and so on.
This prototype uses Csound as the sound engine running within Unity as well as a rudimentary cross modulation between layers. Future expansions will revise the interaction to be more intuitive, and will have a 16 x 16 x 16 cube, as well as many more cross modulating and processing capabilities.

 

Essential Game Audio App

I designed all of the music and sound effects for this title to accompany our book The Essential Guide to Game Audio. Both the book and the app were published by Focal Press. I also programmed all of the interactive game examples in the app (The Holodeck section) in Unity which also featured videos and quizzes by the developer Zephyr Media and Teravision. Last, I ended up in charge of creating and testing the final build in Xcode and delivering it to Teravision.

Due to the application being 32 bit and there being no desire to update it by Focal, the app is unfortunately no longer available.

Ruby Isle Adventure

This game lesson using Unity and Wwise is a 3rd person point and click puzzle based adventure game somewhat in the tradition of Myst. For this project I was assisted by a talented student, Brent Heatherwick, who designed the 3D models as well as the C# logic for the puzzles, while I handled all of the camera management, animation controls, in-game object interaction, inventory management and UI in Unity, as well as the sound design, implementation in Wwise, and documentation.

Smuggler’s Dilemma TPS

This third person Unity and FMOD Studio sci-fi shooter game lesson for GAI started life as a brief collaboration and ended up largely a solo dev project, starting first from an existing free FPS framework and then changing over into various other TPS frameworks, along with supplemental scripting filling out the interaction. I handled all the level design, player/enemy and weapon setup, and the audio system, starting with Unity audio and then transitioning into FMOD Studio event and parameter triggering. The code was revised and classroom tested several times over the years, and its usefulness as an advanced game lesson covering all of the major audio categories as well as several features of FMOD Studio, has been well-proven. I also wrote the documentation, and produced tutorial videos on the implementation.

Mysterious Warehouse

This game lesson in Unity was adapted from an older Unity mobile demo on occlusion culling. Since then it has gone through a few revisions, with the most recent design being a simple FPS puzzle based escape room game,  It’s been used by hundreds of students in game audio to learn the basics of audio in Unity.

I designed the basic configuration with programming help from Graham Pezzutti and did some parts of the audio interaction in C#, plus writing all of the documentation, tutorials, and testing.


 

This specific demo video is an adaptation of the main game lesson into the Fabric middleware which shows off its power and usability, as well as Unity’s Mixer objects and plugins for creating interesting and immersive sound environments. The video also annotates the various Fabric features I have employed.

 

 

Brainventures (iOS)

For this iOS based educational title I worked closely with the founder and the audio director to realize a whimsical, fun series of games oriented to teach children about the brain.

For this project I mainly was in charge of designing the sound effects and music for the game as well as implementing all of the sounds using MasterAudio in Unity. Some light C# scripting was involved as well.

 

 

DayAndNight-FMOD

This game lesson was adapted from an existing project into a simple but complete game lesson covering adaptive music and ambience in FMOD Studio and Unity. I adapted existing scripts to drive FMOD Studio event parameters, as well as some more level design, and all of the documentation, in both written and video tutorial form. I also composed the music and designed the ambience for the demos.

Little Deviants Website

I designed all sounds and music for the Flash-based promo website created by the Attik ad agency for the Scion XD launch campaign. This campaign used Tim Burton-inspired horror featuring the Little Deviants assaulting the boring Sheeple. The site consisted of ‘chapters’ – short cutscenes with VO, usually followed by a simple game. This was two weeks of intense but fun work of creating Deviant and Sheeple voices, sound effects and several loops of music. All content except announcer VO was delivered and then implemented by Attik into the website.

Click here to Play (Needs Flash to view)

NOTES AND DISCLAIMER: I do not own the copyrights for this work. Use Passcode SLOG to unlock all of the chapters.

 

 

 

 

Music Maze

I designed this level in Unity in order to show students how you can use different types of interactive music to navigate your way through a maze that only has two directions. In one direction you’ll get progressively positive reinforcement and in the other direction the feedback will be increasingly negative. Utilizing a procedural maze generator I adapted the output to conform to a more simplified layout and designed all interactions and UI in Unity and C#. I also created the demo music. Graham Terry added a lovely bit of live violin on the top.

This game lesson is available in FMOD and Unity audio based flavors through the Game Audio Institute.
Click here to Play in WebGL (only on Mac or PC for now). This demo is a WebGL version based on Unity Audio (FMOD does not work in a browser currently).

Use arrow keys or WSAD and mouse to navigate your way through the demo.

 

 

 

 

Hyperpiano DSP 1.0

 

Probably one of my most ambitious projects, this tangible interface was the first step in trying to create a portable prepared piano of sorts. It utilized a custom interface featuring piezoresistive fabric ribbons on a conductive copper base, using objects that had Reactivision fiducial symbols that would be recognized by Reactivision via an overhead webcam and turned into data that would control instrument switching in MaxMSP using a fluidsynth object playing samples of prepared piano. Sensor data for the ribbons (onset and resistance value) were sent to Max via a SlipOSC code installed on a Teensy microcontroller. Additionally extra controls over the sound were possible by adding a Korg Nanokontrol. The included clip is a demo video, briefly explaining the setup. A short performance clip is available here:

Many thanks to Adrian Freed of CNMAT for invaluable assistance with materials and use of the Teensy!