All Projects → popcron → synthy

popcron / synthy

Licence: other
Synth in Unity

Programming Languages

C#
18002 projects

Synthy

An experimental synthesizer in unity, definetly not optimized, but it works. Contributions and imporovements are welcome!

Video example: https://streamable.com/ehrll Example

Requirements

Unity 2018.2.3f1

Packages

Incremental compiler 0.0.42

Example usage

To play a track file

  1. Create empty game object
  2. Add Player to it
  3. Assign the Track file
  4. Toggle play when in play mode

To play single notes

  1. Create empty game object
  2. Add Synthesizer to it
  3. Enable keyboard input

To play a single note from code, the Synthesizer component has a Play(note, duration) method.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].