axiom icon indicating copy to clipboard operation
axiom copied to clipboard

A powerful realtime node-based audio synthesizer.

Results 37 axiom issues
Sort by recently updated
recently updated
newest added

Hello, I got rather interested in the project and while I don't really know too much about building vst software from source, I would like to know if linux versions...

The [DISTRHO Plugin Framework](https://github.com/DISTRHO/DPF) can build to to VST2, LV2, LADSPA and DSSI formats, as well as a standalone JACK app. Maybe it could be something to consider if you...

This should allow us to optimize some functions like `delay` and the various biquad filters where changing a parameter is expensive, by only performing recalculations once before a batch.

enhancement
compiler

It's currently possible to get NaN values just by feeding out-of-range values into converters or DSP functions. We should look at what the ranges for these actually are, and add...

backend

Instead of just starting with Keyboard 1 and Speakers 1, the default startup can be changed to a chosen axiom file.

enhancement

Since it is useful to be able to modify Maxim function names and signatures, it should actually be possible to setup some sort of upgrade system for code that automatically...

enhancement
editor

After some wrangling Axiom is building statically on my Mac but when it runs I get: ``` "/Users/user/Bounce/groove-axiom/cmake-build-static-debug/editor/backend/standalone/Axiom Standalone.app/Contents/MacOS/Axiom Standalone" 2018-11-14 12:37:39.243647+0000 Axiom Standalone[51624:456889] ASSERT failure in QVariant: "Trying to...

A useful way of group related nodes together (without group node) would be with a 'chalk-like' mode that allows you to draw a white dashed line in the editor. For...

enhancement
editor

Currently the scaling of surface content on monitors with non-1 DPI scaling is completely out of whack. Text is the correct size, but everything else is unscaled so the text...

bug
editor