axiom
axiom copied to clipboard
A powerful realtime node-based audio synthesizer.
An XY plot that allows two parameters to be easily modified and 'melded' by moving a point on the plot. Other possible features could be: - An additional Z plane...
We can use Travis.CI for Linux and Mac, and Appveyor for Windows. This allows us to easily provide reproducible releases on all operating systems, which I would like to have...
As part of [Controls Part II](https://github.com/monadgroup/axiom/wiki/Controls-Part-II) a new label control should be created. This control should display as a label onscreen, with its name followed by the value formatted based...
As part of [Controls Part II](https://github.com/monadgroup/axiom/wiki/Controls-Part-II), a new dB meter control should be added, that displays a horizontal or vertical meter with a value. It might be possible to integrate...
Project files can often be quite large (70KB for the example project, which is reasonably simple). Compressing these seems to give reasonably good results (20KB using Deflate on the example...
Allows playing audio clips, should be able to also loop with interpolation and reverse. Should also be able to load GM.DLS (but maybe that should be a separate control?)
It would be good to have some more audio backends, such as: - VST3 - AU - LV2/LADSPA Some of these also have some nice features that we could take...