Procedural music editor (developed with Unity3D)
Available on:
- Play Store: https://play.google.com/store/apps/details?id=com.thundershotgames.Automatune
- App Store: https://itunes.apple.com/us/app/automatune/id1445354515
- OSX: https://goo.gl/EQPm7p
- Windows: https://goo.gl/UWGRxN
Automatune is a procedural editor that allows you to create compositions, with simple but effective controls.
Below are the simple components through which you can create compositions:
Note
: adds a note to a tile in the gridVisitor
: a ball that bounces on the walls, when it meets a note, reproduces itArrow
: Change the direction of a Visitor
Through the interface it is possible to record the composition made.
Android/IOS
: The audio file is stored in the package installation data folder. You can share the audio after saving itWindows/OSX
: The audio file is stored in the Music/Automatune folder of the operating system.
The following video shows the operation of the procedural generator:
The project was inspired by this idea: https://github.com/MaxLaumeister/automatune . The editor has been rewritten from scratch with Unity3D, to make it portable.