Posts: 36
Threads: 9
Joined: Aug 2025
Reputation:
0
I was thinking it would be cool if the parameters that a 16n faderbank controlled could depend on the selection of x,y,z on the multi-io, essentially tripling the amount of controls. This could be implementing by adding mapping assignments for X,Y,Z to the i2c inputs in the mapping screen?
Posts: 4.124
Threads: 138
Joined: Jul 2017
Reputation:
247
The X, Y, Z modes are currently fixed and I don’t know if I will change that.
However, using the mappings you can use anything else to do exactly that.
I use for example the CV inputs (with switches connected to it) and I switch between different destinations for the 16n faders.
You could use also one fader to switch between modes for the other faders.
The skip command in the mappings is your friend here.
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
Posts: 36
Threads: 9
Joined: Aug 2025
Reputation:
0
Is it possible to somehow assign 16n faders to nerdseq parameters in a more row-efficient manner?
Like right now I have the following metronome script in Teletype polling the 16n and forwarding the data to the NerdSeq
M:
L 0 15: SC.CV I FADER I
In the NerdSeq mapping screen I have n = 16 rows ...
I2C SCCV 0 > TR xx xx
I2C SCCV 1 > TR xx xx
...
I2C SCCV 15 > TR xx xx
This is taking up a lot of mappings, i have a parameter with a value that's skipping over 16 to instead active a second set, which makes for a second set of 16 plus two "SKIP" rows.
Posts: 36
Threads: 9
Joined: Aug 2025
Reputation:
0
Got it - any possibility to bypass mappings and change parameters in NerdSeq directly from Teletype/Crow?
Posts: 36
Threads: 9
Joined: Aug 2025
Reputation:
0
What I meant was directly assigning parameters from crow/Teletype, eg. typing in Teletype
NS.TRK.PRB0 1 50 (to set track 1 note probability to 50%)
or
NS.TRK.PTRW (to get and output the current sequencer row in the current pattern)
Rather than sending CV with SC.CV and having to assign it to a parameter in NerdSeq?