dbRackSequencer

hi good hint, sorry it is not implemented yet. i will look into it.

Ahh okay. Thanks for the info.

Will stop staring at the scope then. :wink:

N3 seems to work just fine @docB I replaced the one in the v1 patch file with yours and only thing not there was a clock, so added that. good stuff, thanks for that one

I compared this to the “merge” examples in the Klee manual and it seems to work. This is an excellent solution to have everything available at the same time, thank you very much…

@docB The whole plugin is great but I want you know that I’m immensely happy also having N3. Just wonderful!

hi, as it overall seems to work fine i have made now a v2.0.0 release and submitted it to the library:

3 Likes

Just a single comment on N3: I think it’d be more practical to have a scale of 1-16 for the N3 vertices. (I’m not sure if it’s intentional but currently it’s 1-15.)

Is maybe because of some compatibility issue with TheXOR Nag Nag Nag? @fractalgee ?

Ah, i forgot that one, actually it should be 32, i’ll fix it.

I was wondering about that too, but @docB already said it should be 32 now that we have 8 channels instead of 4 on the N3 versus the Nag-Nag-Nag original. Brilliant bit of sequencer N3 is, even with the 15 vertices one can create from beauty to absolute mayhem.

fixed in:

4 Likes

There is a strange swing in the rhythm, isn’t there? Could someone please check it for me with v2.0.1?

N3 strange swing.vcv (1.6 KB)

i think its because the degrees are set to 8 which means you have 45 steps on one round. you may have to set it to 11.25 to have 32 steps.

I see now. You are right, it’s the degree. Thank you!

What are the voltage levels generated by P16? Is it something like 10/PatternSize?

Is there a visual representation of the P16 permutations somewhere? I don’t need it all the time. I just thought to take a look at it to memorize a few of my favorites. In case of P4 it’s easy to find them if needed:

hi you’ll find them in P16.cpp on top of the file - they are almost the same as in the Z8K module of TheXOR. However, i never had the time so far to make here something better. Yes the voltage is 10V/patternsize.

    {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15},
    {0,1,2,3,4,5,6,7, 15,14,13,12,11,10,9,8},
    {0,8,1,9,2,10,3,11, 4,12,5,13,6,14,7,15},
    {0,1,9,10,2,3,11, 12,4,5,13,14,6,7,15,8},
    {0,9,1,10,2,11,3, 12,4,13,5,14,6,15,7,8},
    {0,7,1,6,2,5,3,4, 8,15,9,14,10,13,11,12},
    {0,4,8,12,13,14,15,11 ,7,3,2,1,5,9,10,6},// spiral
    {0,5,10,15,4,9,14,8,13,12,3,2,7,1,6,11},// md
    {0,4,1,5,2,6,3,7,11,15,8,12,9,13,10,14},// zigzag8
    {0,7,9,14,1,6,10,13,8,15,2,5,11,12,3,4},
    {0,7,3,4,9,14,10,13,1,6,11,12,2,5,8,15},

    {0,3,1,2, 4,7,5,6, 8,11,9,10, 12,15,13,14},//4
    {1,0,2,3, 5,4,6,7 ,9,8,10,11, 13,12,14,15},//4
    {2,0,1,3, 6,4,5,7, 10,8,9,11, 14,12,13,15},//4
    {0,2,1,3 ,4,6,5,7, 8,10,9,11, 12,14,13,15},//4
    {1,2,0,3, 5,6,4,7, 9,10,8,11, 13,14,12,15},//4
    {2,1,0,3, 6,5,4,7, 10,9,8,11, 14,13,12,15},//4
    {3,1,2,0, 7,5,6,4, 11,9,10,8, 15,13,14,12},//4
    {1,3,2,0, 5,7,6,4, 9,11,10,8, 13,15,14,12},
    {2,3,1,0, 6,7,5,4, 10,11,9,8, 14,15,13,12},
    {3,2,1,0, 7,6,5,4, 11,10,9,8, 15,14,13,12},
    {1,2,3,0, 5,6,7,4, 9,10,11,8, 13,14,15,12},
    {2,1,3,0, 6,5,7,4, 10,9,11,8, 14,13,15,12},
    {3,0,2,1, 7,4,6,5, 11,8,10,9, 15,12,14,13},
    {0,3,2,1, 4,7,6,5,8, 11,10,9, 12,15,14,13},
    {2,3,0,1, 6,7,4,5, 10,11,8,9, 14,15,12,13},
    {3,2,0,1, 7,6,4,5, 11,10,8,9, 15,14,12,13},
    {0,2,3,1, 4,6,7,5, 8,10,11,9, 12,14,15,13},
    {2,0,3,1, 6,4,7,5, 10,8,11,9, 14,12,15,13},
    {3,0,1,2, 7,4,5,6, 11,8,9,10, 15,12,13,14},
    {0,3,1,2, 4,7,5,6, 8,11,9,10, 12,15,13,14},
    {1,3,0,2, 5,7,4,6, 9,11,8,10, 13,15,12,14},
    {3,1,0,2, 7,5,4,6, 11,9,8,10, 15,13,12,14},
    {0,1,3,2, 4,5,7,6, 8,9,11,10, 12,13,15,14},
    {1,0,3,2, 5,4,7,6, 9,8,11,10, 13,12,15,14},

    {13,12,14,15, 1,0,2,3, 9,8,10,11, 5,4,6,7 },
    {14,12,13,15, 2,0,1,3, 10,8,9,11, 6,4,5,7 },
    {12,14,13,15, 0,2,1,3, 8,10,9,11, 4,6,5,7 },
    {13,14,12,15, 1,2,0,3, 9,10,8,11, 5,6,4,7 },
    {14,13,12,15, 2,1,0,3, 10,9,8,11, 6,5,4,7 },
    {15,13,14,12, 3,1,2,0, 11,9,10,8, 7,5,6,4 },
    {13,15,14,12, 1,3,2,0, 9,11,10,8, 5,7,6,4 },
    {14,15,13,12, 2,3,1,0, 10,11,9,8, 6,7,5,4 },
    {15,14,13,12, 3,2,1,0, 11,10,9,8, 7,6,5,4 },
    {13,14,15,12, 1,2,3,0, 9,10,11,8, 5,6,7,4 },
    {14,13,15,12, 2,1,3,0, 10,9,11,8, 6,5,7,4 },
    {15,12,14,13, 3,0,2,1, 11,8,10,9, 7,4,6,5 },
    {12,15,14,13, 0,3,2,1, 8,11,10,9, 4,7,6,5 },
    {14,15,12,13, 2,3,0,1, 10,11,8,9, 6,7,4,5 },
    {15,14,12,13, 3,2,0,1, 11,10,8,9, 7,6,4,5 },
    {12,14,15,13, 0,2,3,1, 8,10,11,9, 4,6,7,5 },
    {14,12,15,13, 2,0,3,1, 10,8,11,9, 6,4,7,5 },
    {15,12,13,14, 3,0,1,2, 11,8,9,10, 7,4,5,6 },
    {12,15,13,14, 0,3,1,2, 8,11,9,10, 4,7,5,6 },
    {13,15,12,14, 1,3,0,2, 9,11,8,10, 5,7,4,6 },
    {15,13,12,14, 3,1,0,2, 11,9,8,10, 7,5,4,6 },
    {12,13,15,14, 0,1,3,2, 8,9,11,10, 4,5,7,6 },
    {13,12,15,14, 1,0,3,2, 9,8,11,10, 5,4,7,6 },

    {9,8,10,11, 13,12,14,15, 1,0,2,3, 5,4,6,7 },
    {10,8,9,11, 14,12,13,15, 2,0,1,3, 6,4,5,7 },
    {8,10,9,11, 12,14,13,15, 0,2,1,3, 4,6,5,7 },
    {9,10,8,11, 13,14,12,15, 1,2,0,3, 5,6,4,7 },
    {10,9,8,11, 14,13,12,15, 2,1,0,3, 6,5,4,7 },
    {11,9,10,8, 15,13,14,12, 3,1,2,0, 7,5,6,4 },
    {9,11,10,8, 13,15,14,12, 1,3,2,0, 5,7,6,4 },
    {10,11,9,8, 14,15,13,12, 2,3,1,0, 6,7,5,4 },
    {11,10,9,8, 15,14,13,12, 3,2,1,0, 7,6,5,4 },
    {9,10,11,8, 13,14,15,12, 1,2,3,0, 5,6,7,4 },
    {10,9,11,8, 14,13,15,12, 2,1,3,0, 6,5,7,4 },
    {11,8,10,9, 15,12,14,13, 3,0,2,1, 7,4,6,5 },
    {8,11,10,9, 12,15,14,13, 0,3,2,1, 4,7,6,5 },
    {10,11,8,9, 14,15,12,13, 2,3,0,1, 6,7,4,5 },
    {11,10,8,9, 15,14,12,13, 3,2,0,1, 7,6,4,5 },
    {8,10,11,9, 12,14,15,13, 0,2,3,1, 4,6,7,5 },
    {10,8,11,9, 14,12,15,13, 2,0,3,1, 6,4,7,5 },
    {11,8,9,10, 15,12,13,14, 3,0,1,2, 7,4,5,6 },
    {8,11,9,10, 12,15,13,14, 0,3,1,2, 4,7,5,6 },
    {9,11,8,10, 13,15,12,14, 1,3,0,2, 5,7,4,6 },
    {11,9,8,10, 15,13,12,14, 3,1,0,2, 7,5,4,6 },
    {8,9,11,10, 12,13,15,14, 0,1,3,2, 4,5,7,6 },
    {9,8,11,10, 13,12,15,14, 1,0,3,2, 5,4,7,6 },

    {5,4,6,7,9,8,10,11, 13,12,14,15, 1,0,2,3, },
    {6,4,5,7,10,8,9,11, 14,12,13,15, 2,0,1,3,  },
    {4,6,5,7,8,10,9,11, 12,14,13,15, 0,2,1,3,  },
    {5,6,4,7,9,10,8,11, 13,14,12,15, 1,2,0,3,  },
    {6,5,4,7,10,9,8,11, 14,13,12,15, 2,1,0,3,  },
    {7,5,6,4,11,9,10,8, 15,13,14,12, 3,1,2,0,  },
    {5,7,6,4,9,11,10,8, 13,15,14,12, 1,3,2,0,  },
    {6,7,5,4,10,11,9,8, 14,15,13,12, 2,3,1,0,  },
    {7,6,5,4,11,10,9,8, 15,14,13,12, 3,2,1,0,  },
    {5,6,7,4,9,10,11,8, 13,14,15,12, 1,2,3,0,  },
    {6,5,7,4,10,9,11,8, 14,13,15,12, 2,1,3,0,  },
    {7,4,6,5,11,8,10,9, 15,12,14,13, 3,0,2,1,  },
    {4,7,6,5,8,11,10,9, 12,15,14,13, 0,3,2,1,  },
    {6,7,4,5,10,11,8,9, 14,15,12,13, 2,3,0,1,  },
    {7,6,4,5,11,10,8,9, 15,14,12,13, 3,2,0,1,  },
    {4,6,7,5,8,10,11,9, 12,14,15,13, 0,2,3,1,  },
    {6,4,7,5,10,8,11,9, 14,12,15,13, 2,0,3,1,  },
    {0,1,2,3,4,5,6,7, 15,8,9,10,11,12,13,14},//?
    {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}

Thank you! Intresting. Way less variation than I thought. (Specially that OFFSET is available.)

I expected something like this random generated set:

exactly. also in my view not so much variation. and you would be able to simulate the 4x4 groups with multiple P4. I think there could be a much better module for this but it is a bit complicated so it needs some time.

It’s such a nice challenge to come up with a better selection of “top 100 most useful permutations”.

It’s even worth for a community competition! :nerd_face:

I’ll try to come up with a proposal for sure…

dbRackSequencer is now in the library. Thanks again to all for testing and commenting.

But this will not be the end. The next two sequencers are in the making for the next version and cover the topic Continuous Cellular Automaton, where each cell can have a value between 0 and 1. There will be a 1D and a 2D variant:

And of course the topic P16 and other address sequencer …

9 Likes

Is there any chance you can port the XOR quantizer and redirect any calls for the original to your port? I used it in all my patches before v2 but they are all unusable now unless using < v2.