Skip to content

popcron/synthy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Synth in Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages