omni icon indicating copy to clipboard operation
omni copied to clipboard

DSL for low-level audio programming.

Results 58 omni issues
Sort by recently updated
recently updated
newest added

To make the future new nim's IC work, all compile time global variables should not be declared as they are right now, but by importing and using `macrocache`: https://nim-lang.org/docs/macrocache.html IC:...

By using `instantiationInfo()`

Right now they are messy: can't `Data[bool]`.

- Unpack everything in `omni_math.nim` - Reduce macros boilerplate - Re-use portions of code

If you need a default, you really should just be using a `param` ...

This should make access to `structs` faster, as they won't be treated as pointers anymore. Then, use the `UGenInit` to initialize thier value. What about `structs` used inside of `Datas`,...

major

`perform 4` / `sample 4` / `chain 4`

major
long-term