Skip to content

jbat100/sonosthesia-unity-demo-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

sonosthesia-unity-demo-live

This demo expands the instrument demo to use Max 4 Live devices with the sonosthesia-daw-connector, in particular the Tri Band which sends energy levels in three different frequency bands allowing realtime visual feedback in Unity.

It uses the following sonosthesia framework packages:

Note the raw MIDI functionality is presented in a separate demo project.

Installation

Note that to add those packages to your Unity project you will need to add the following scoped registeries to your Packages/package.json file..

"scopedRegistries": [
    {
      "name": "Neuecc",
      "url": "https://package.openupm.com",
      "scopes": [
        "com.neuecc.unirx",
        "com.cysharp.unitask"
      ]
    },
    {
      "name": "Sonosthesia",
      "url": "https://registry.npmjs.com",
      "scopes": [
        "com.sonosthesia"
      ]
    }
  ]

MIDI output with hit visuals

Procedural visuals running on the GPU for performance allowing use in XR apps

Keyboard Builder

Audio feedback from Live to Unity

Keyboard Builder