issues
search
vitreo12
/
omni
DSL for low-level audio programming.
https://vitreo12.github.io/omni/
MIT License
188
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for Apple M1
#160
elijahr
closed
2 years ago
1
Add omnipd for translation to puredata externals
#159
shakfu
opened
2 years ago
1
generic: add SSE instructions to build
#158
vitreo12
opened
3 years ago
0
struct: support calling other fields to build new ones
#157
vitreo12
opened
3 years ago
0
params: array parameters
#156
vitreo12
opened
3 years ago
0
Embed nim compiler
#155
vitreo12
opened
3 years ago
0
Example in README does not compile
#154
jgarte
closed
3 years ago
11
Would it be possible for someone to write a transpiler/target to generate REAPER JSFX code?
#153
GavinRay97
opened
3 years ago
2
Stricter memory safety when `omni_alloc` returns nil
#152
vitreo12
closed
3 years ago
3
Incremental compilation
#151
vitreo12
opened
3 years ago
0
Rework bools
#150
vitreo12
opened
3 years ago
0
def generics / init in struct / dynamic data allocation
#149
vitreo12
closed
3 years ago
0
Depecrate generics for `def`?
#148
vitreo12
closed
3 years ago
1
Speedup compilation times
#147
vitreo12
opened
3 years ago
0
CI: move everything to Github Actions instead of Travis
#146
vitreo12
closed
3 years ago
0
Remove `default` from `ins`?
#145
vitreo12
opened
3 years ago
0
Use `zig cc` as C compiler option
#144
vitreo12
opened
3 years ago
1
buffers: read should support other types of interpolation, not just linear
#143
vitreo12
opened
3 years ago
0
0.3.0
#142
vitreo12
closed
3 years ago
0
def: replace all procs with funcs.
#141
vitreo12
closed
3 years ago
2
buffers: should Omni_UGenSetBuffer accept a "void* value" instead of "const char* value"?
#140
vitreo12
opened
3 years ago
0
buffers (0.3 release)
#139
vitreo12
closed
3 years ago
0
[RFC] reduce boilerplate: alias
#138
vitreo12
closed
3 years ago
3
struct: default values for fields
#137
vitreo12
closed
3 years ago
0
params: review locks implementation
#136
vitreo12
closed
3 years ago
1
Internal: SIMD auto vectorization
#135
vitreo12
opened
3 years ago
0
use / require: internally check module existence with "when (compiles do: import a):"
#134
vitreo12
opened
3 years ago
0
Rework: don't use pointers anymore for `struct`, but allocate them inside the one allocation of `UGen`
#133
vitreo12
opened
3 years ago
0
table
#132
vitreo12
opened
4 years ago
1
Would WASM be feasible for Omni?
#131
braebo
opened
4 years ago
2
params
#130
vitreo12
closed
3 years ago
0
loop 1..10
#129
vitreo12
closed
3 years ago
1
Rename buffer_interface to user_data
#128
vitreo12
opened
4 years ago
0
Add bits information to compiled shared library?
#127
vitreo12
opened
4 years ago
0
Move all Nim compile flags to a .cfg file
#126
vitreo12
opened
4 years ago
0
Nim 1.4.0
#125
vitreo12
closed
4 years ago
1
Add {.raises: [].} to all proc / defs
#124
vitreo12
closed
3 years ago
1
loop unroll for values known at compile time
#123
vitreo12
opened
4 years ago
1
Export to C and C++
#122
vitreo12
opened
4 years ago
3
Gh pages 0.2.0
#121
vitreo12
closed
4 years ago
0
Simplify Buffer handling
#120
vitreo12
closed
3 years ago
0
Performance rewrites
#119
vitreo12
opened
4 years ago
0
Force generics def call
#118
vitreo12
closed
3 years ago
1
Fix for required modules (v2)
#117
vitreo12
closed
4 years ago
1
Struct generics: check if callee has explicit nnkConv
#116
vitreo12
opened
4 years ago
0
Fix for required modules (new PR)
#115
vitreo12
closed
4 years ago
1
Polish typeof calls
#114
vitreo12
opened
4 years ago
0
Rework some of the init variables types
#113
vitreo12
opened
4 years ago
0
Remove useless "tyObject_PerformCall.... ugen_call_type;" / "tyObject_InitCall.... ugen_call_type;" from C files
#112
vitreo12
opened
4 years ago
0
Tuples support
#111
vitreo12
closed
4 years ago
0
Next