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

Right now, `ins 0` would actually still be `ins 1`. This is needed for Buffer, which is passed contents of at least buffer 0 at the start of the perform...

fastcall? cdecl? stdcall? inline? nothing at all (most likely)?

This will have the same effect as the gcc `-s` flag, but it will keep all the symbols table correct. Perhaps, in case I'll add it, should it be done...

These packages should be for each language (SC, max, pd), and they should contain: 1) The nim compiler 2) The omni package 3) The binary for the specific language The...

Precompile all the omni modules and directly link them when compiling a new module, instead of compiling them together with the file. Things to look to would be `passL`. Just...

Should I also use the --incremental:on flag?