-
I've started work on a new engine for the FM7 extension that models a DX7. It takes two arguments, which are collections of arrays. Some of the values in the arrays run at control rate.
[An excerpt…
-
while `supernova` is great for polysynths, it actually has poor performance with:
- single heavy synthdefs / ugens (e.g. zita reverb)
- polys that have audio connections / process dependencies betwe…
-
A few of us have seen this but hard to know the exact cause so far. Opening up this issue so we can start to collect reports in one place.
I've had this happen under the following conditions:
- Ma…
-
look like now if the audio engine (scsynth/lang) fails to start, you no longer get a message to indicate this.
note:
this is on my push2 build of master, so possibly someone needs to verify this o…
-
Suggestion - modify `grid.lua` to store the number of rows and cols available in the vport object.
The following seems to work (on a quick test)
```
Grid.vport = {}
for i=1,4 do
Grid.vport[…
-
- [ ] functions/tables to abstract i2c functionality: list of devices (ansible, ww, etc), lists of functions per device (set position, set cv value, etc)
- [ ] functions to print table of devices, ta…
-
updated to master, now getting
sc3> /bin/sh: 1: exec: supernova: not found
when running sclang
I assume this is to do with now using supernova.
Ive 'upgraded' from http://norns.catfact.net/…
-
we need to design a versatile MIDI management system, or set up some best practices.
example use case:
- controller sends cc data to PARAM menu (midi managed by menu)
- same controller triggers…
-
ie
```lua
params:add{control: 'freq_mod_env1', name: 'Frequency Mod (Env-1)', spec: specs.FREQ_MOD_ENV, action: engine.freqModEnv}
```
- name is derived from the value for control if not expli…
-
A line of code i wrote in maiden makes my norns crash (freeze). Hard resetting won't work because the last used code is automatically executed and the bad script make it crash again etc....
So:
In c…