&

Results 36 issues of &

Getting this error when I'm trying to build any of the example projects unchanged: **The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386...

soft clipper function returns -0 always. no idea why (it works on the norns and the math looks fine.) disabled for now.

filter modulation helps with aliasing, but sweeping through zero rate (while writing) still causes rate spike that feels like a mistake (when playing back.) fix this with write-amplitude dead zone...

either a second audio signal (unquantized, like groove~ sync), or a message outlet that bangs when quantized phase updates (like norns poll)

wraps a 1D affordance horizontally or vertically (based on flow property). would make input detection more of a nightmare so i'm kinda hesitant

enhancement

https://github.com/andr-ew/tune_/blob/c2d3b3b5ba378f6b557811ab8545d2c5d60c358f/lib/tune.lua#L266

bug

unsupported: `momentary.fingers` (kind of works but buggy) `toggle.fingers` `toggle.count` when `toggle.edge == 0` `trigger.count` `trigger.fingers[2]` acts more like `trigger.count[2]` value is the correct implementation of fingers, momentary & toggle is...

bug
refactor

`last` / `first` ?

enhancement

adds a `behavior` property that controls which input / output routines to use. value persists between momentary -> toggle but clears when behavior changes to trigger or momentary. a `level_trigger`...

enhancement