-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LEVELS input control does nothing presently #544
Comments
|
#543 ? or is this a known thing? |
|
slightly related. though i can't understand what's going on with marcus' setup. it's working here. input, has never worked. i didn't hook it up. |
this is one reason i suspect some engine de-initializing something it shouldn't, in cleanup. that would make the appearance of the problem dependent on order of engines executed. |
|
yep, worth investigating. weird that he's getting it on a fresh boot though. re: input issue. traced it all the way from trace: https://github.com/monome/norns/blob/master/lua/menu.lua#L58 |
|
i'm pretty sure this is due to the fact there's no \level arg in the \adc SynthDef used for in_s: so this won't make any difference: this should be easy to fix. i'll check it out now |
input control should be a gain (attenuate only?) pre-engine input.
The text was updated successfully, but these errors were encountered: