Search the Community
Showing results for tags 'layers'.
-
I am new here in the forum and new to the SEQ V4+ world. It's a really cool and unique concept and I have the greatest respect for the work that has been done here in this community. To be honest, I only found it out by reading an article last year on amazona.de. I have a question to which I have not found an answer despite searching in this forum. If the question is wrong here in this section of the forum, I have no problem moving it to a more appropriate location, as it is actually not a "Construction" question. What I understood so far is, that a track consists on a number of layers. The number of layers depends on how you "format" the track at the beginning of working with the track. So the question I have is, if it would be possible that the layers could have a different length than the track itself. For example, you have Layer A which contains notes. Length of the layer is 16 steps and is repeating after 16 steps Layer B controls note velocity is repeating after 5 steps Layer C controls gate length is repeating after 7 steps and so on. Maybe there is also an other way to achieve the same result. For example I haven't fully understood the nth1/nth2 function yet... Don't kill me if it's a stupid question or if the question shows that I haven't understood the architecture of the SEQ Thanks for your support! Stefan
-
I'm trying to build a Midibox NG interface for a guitar preamp. I have built the hardware consisting of 12 encoders, 3 toggle switches, 1 LCD, a few LEDS on a DOUT. I have 2 different DEFAULT.NGC files (representing Mode 1 & 2 Below) with Switch 2 banking encoders 1-8. The hardware is tested and working for each NGC file. :smile: I need to combine the code from both NGC files and add encoders 9-12 with banks of their own, responding independently of banks 1&2. (Is this possible?) I also intend to add Mode 3 to Switch 1 soon. This is how I want it to work: Switch 1 : Mode 1 => Switch 2 (banks 1 & 2 for encoders 1-8), Switch 3 (banks 3,4,5 for encoders 9-12) Switch 1 : Mode 2 => Switch 2 (banks 6 & 7 for encoders 1-8), Switch 3 (banks 8,9,10 for encoders 9-12) Switch 1 : Mode 3 => Switch 2 (banks 11 & 12 for encoders 1-8), Switch 3 (banks 13,14,15 for encoders 9-12) But I am confused on how to accomplish this. Should I use radio buttons, Meta events, can banks be inside other banks? Any help would be very appreciated. Thanks GuitarNut