License is a Combination of Proprietary and Apache per the original source code below, as this project is a combination and evolution of 3 parts, or 2.5 projects..
Encoding music theory into a usable audio library Intended to be a learning tool and creative resource
- GUI Representation of 144 Grid
- Reading MIDI
- Synthesize Audio (Still In Progress)
- Parallelism in IO Loops
- Pitchgroup Analysis with +/- Octave Representation in GUI
- MIDI Playing in Concurrency with GUI and Analysis - Full Integration
- Scale Mode in GUI
- Tonic Analysis and Chord / Inversions Chart
- Combined Pitchgroup & Scale/Chord Analysis + Tonic Cursor
- Abstracting Main Class and Decoupling AudioTheorem
- Develop GUI Framework
- Abstract out WGPU Engine
- Incorporate Live Analysis on Mobile
- Incorporate Batch Analysis on Server
- Incorporate File Drag and Drop
- Smooth and Intuitive UI for GFX Analysis
All Working Samples are Subject to change. If anyone wishes to go through the history you can find a history of the evolution of this project nested in the history of this readme. Results may vary.
Proto has a python version of a graphical 'simulation' to help me better understand how to handle various sync and compute buffers for this problem set. Depending on the state of testing, this application can be ran using python main.py
The AudioTheorem app can be ran from an executable, through cargo run
and many of the examples and unit tests. The original documentation is filled with various examples as well.
The application takes midi input, and it is in the process of being able to write to an output. (This is on hold as I study more about handling buffers and queues)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions. Additionally, without an explicitly stated agreement, any contributions submitted to this project, not inclusive of prior Apache-2.0 licensing, will be considered without any inclusive rights or entitlement to the lifetime of the work.
The original "musictheory" part of this project, a collaborative effort between Hans Uhlig and Richard Christopher, is licensed under Apache License, Version 2.0.
The remaining original code of this project is exclusively owned by Ancillary, Inc. 2023-2024.