Jump to content

MIDIbox SEQ V4 Release + Feedback


TK.
 Share

Recommended Posts

I like the refined concepts on chords and drum tracks!

 

Considering my previous request:

On 16/01/2016 at 5:21 PM, latigid on said:

Idea: track length LIMIT parameter. Accessible on the length page either before or after LOOP.

When programming in longer non-4/4 sequences I quickly get lost within the multiples of 16. What if the active 16 step view was limited to a selectable value (optional of course)? E.g. in "6/8" time with a length of 24, limited to 12 steps. Step view 1 gives 1-12, Step view 2 gives 13-24. To keep within the SEQ hierarchy, this would necessarily reduce the available number of steps of a track.

 

I think this can be worked-around by using a SKIP trigger layer, so I will give this a go and see how easy the handling is.

 

 

 

  • Like 1
Link to comment
Share on other sites

On 7.11.2016 at 7:34 PM, TK. said:

o new CC functions which can be configured in MIDI->ExtCtrl.: o Play/Stop: allows to assign the PLAY button to a CC o Record: allows to assign the RECORD button to a CC

I tried this. I am able to turn recording on via CC, but not off again. Is value Zero supposed to turn it off, or just any change should switch it on/off?

Link to comment
Share on other sites

Hello there

Could anyone confirm his Song mode working correctly?

my seq is playing next song positions but it does not changing patterns

example

a1-g1:g1:g1:g1

a2-g2:g2:g2:g2

a3 jump a1

so it will play over and over a1,a2,a3 but it will not change patterns

and it will show asterisks g1*:g1*:g1*g1

 

best regards

   K

Link to comment
Share on other sites

Did some posts disappear?

I posted a suggestion (a "hold" button for indefinitely repeating a step in a Song) but now it's gone (?)

And the two replies of others who liked it  :-)
Drew

EDIT: just found it...  I must have been in the "front panel" thread when I wrote it 

Edited by oozitron
Link to comment
Share on other sites

Another small suggestion for the chord handling is as follows:

We now use abbreviations like A/2 and A/3 for different octave of the same chord voicing. But now suppose that we would have local octave transpose parameter layers (just like the local root note TK implemented).  Then we could do more transpositions with less scrolling.  And maybe it would free up display space to allow for musical chord names instead of the single letters.  Maybe it is even possible to make a chord inversion parameter layer?

I'd be happy to discuss this with you, provide help, and rewrite the section in the beginners guide.  I can do simple hacks in the code, but not much more than that.

 

Edited by EsotericLabs
Link to comment
Share on other sites

  • 2 weeks later...

I'd like to request an item for the wishlist to help with Song composition.

"Take Over Patterns" copies into current song position, but doesn't do mixer maps or mutes states, and overrides current position.

"Save and Take Over Patterns" copies pattern into new song position based on pattern slots, A1, B1, C2 etc. It does to mixer maps and mute states but song's don't logically chain from A1, B1, etc and there's only 16 phrase changes with this one.

Neither are great at accelerating song composition. I'd like something inbetween.

"Add pattern state to song" - Adds mixer maps and mute states (only if different) then adds a new song position and copies the pattern in. It has nothing to do with the pattern slot shortcuts (A1, B1 etc) but appends to the current song structure.

With this feature you could logically create an entire, replayable song, with program changes in one run.

Based on my post here.

 

Edited by mongrol
Link to comment
Share on other sites

  • 2 weeks later...

   Im going to post this here only because Ive been dreaming of this  (modulate step trigger advancement from another track)

especially interesting if you could not only advance but transpose with the modulator track

 sh101/jx3p style sequencing 

Edited by lobit
Link to comment
Share on other sites

Can support for jog shuttles be implemented?

A very common component has the following encoding:

585334ca8e26e_Jogshuttlecode.thumb.PNG.8

 

The central "shuttle" is an absolute type with 10 degree resolution (36 pulse per revolution rather than the normal 24), while the outer "jog" is normal Gray code. I propose the jog be assigned to up/down buttons combined with increasing amounts of FAST, e.g. something like:

58551d79b6502_jogassignments.thumb.PNG.3

 

 

 

Link to comment
Share on other sites

On 25.11.2016 at 9:31 AM, EsotericLabs said:

Another small suggestion for the chord handling is as follows:

I've to spend some thoughts about this.
The request makes sense, but to ensure compatibility a new parameter layer type for this kind of Chord handling has to be introduced.

This means that instead of only 32 chords in Chord1, and 32 additional chords in Chord2 mode, we would have up to 128 chords available - ideas how to fill the space? ;-)

On 4.12.2016 at 8:31 AM, mongrol said:

I'd like to request an item for the wishlist to help with Song composition.

Added to wish list - makes sense, but will need some time to implement this

On 13.12.2016 at 6:43 AM, v4 said:

there is a bug in Transpose that can be reproduced by setting force to scale to Arabian for a track and hitting G# or A# in the Transposition menu. verified on two machines in 4.091 and the latest beta.

I will check this with high priority

On 14.12.2016 at 6:46 AM, lobit said:

   Im going to post this here only because Ive been dreaming of this  (modulate step trigger advancement from another track)

especially interesting if you could not only advance but transpose with the modulator track

 sh101/jx3p style sequencing 

Still on the wish list, but lower priority compared to other (especially easy to implement) requests

On 17.12.2016 at 0:17 PM, latigid on said:

Can support for jog shuttles be implemented?

Could be implemented, but I have to experiment with this hardware before I can give a final confirmation

Best Regards, Thorsten.

Link to comment
Share on other sites

On 19-12-2016 at 8:35 PM, TK. said:

I've to spend some thoughts about this.
The request makes sense, but to ensure compatibility a new parameter layer type for this kind of Chord handling has to be introduced.

This means that instead of only 32 chords in Chord1, and 32 additional chords in Chord2 mode, we would have up to 128 chords available - ideas how to fill the space? ;-)

Excellent, 128 is a lot of possibilities! We might include inversions, guitar voicing, all tensions, different bass notes, stacked fourth and  fifth polychords to begin with. Then I'll happily check my modest collection of jazz and exotic chords encyclopedias.  :lol: 

Do you want 4, 6 or more note chords? How many characters for names? 4 plus a long name?  In the C code format we used for the chords2 layer?

 

Edited by EsotericLabs
Link to comment
Share on other sites

  • 3 weeks later...
On 21.12.2016 at 3:08 PM, EsotericLabs said:

Excellent, 128 is a lot of possibilities! We might include inversions, guitar voicing, all tensions, different bass notes, stacked fourth and  fifth polychords to begin with. Then I'll happily check my modest collection of jazz and exotic chords encyclopedias.  :lol: 

Do you want 4, 6 or more note chords? How many characters for names? 4 plus a long name?  In the C code format we used for the chords2 layer?

 

See core/seq_chord.c: up to 6 notes, up to 6 chars.
In the step display I will print the first 4 chars, this should be considered while naming the chords.
Yes, just provide the table in C format so that I can directly take over w/o translation

Best Regards, Thorsten.

Link to comment
Share on other sites

The enhancements of the last months are now officially available (and documented):

MIDIboxSEQ V4.092
~~~~~~~~~~~~~~~~~

   o new parameter layers for track specific root note and scale

     Root selection strategy: if Root is assigned to any parameter 
     layer of a track, the layer can either select the global root 
     selection ("Glb") or set the root note for each step explicitely.

     The global root selection is configured in the FX->Scale page,
     it's either "Keyb" (for MIDI keyboard entry) or C, C#, ... B

     The local root selection is C, C#, ... B

     Notes and Chords will be transposed accordingly if the track is in
     Normal mode (and not in Transpose or Arpeggiator mode)

     Similar for Scale: it can override the globally configured scale
     of the FX->Scale page for each step.
     
   o new drum configurations: 4*16/2*64, 4*16/2*128, 4*16/1*256

   o new configuration option in Track Mode page: "Note Last/First"
     Allows to specify, if the transposer should take the last or first
     played note (previously it always played the last note)

   o new configuration option in Track Mode page: "STrg" (Step Trigger).
     If activated, the step progression will be controlled from the transposer
     bus, hence it can either be triggered from a loopback track or from an 
     external MIDI device (MIDI keyboard, sequencer, etc.)
     Note that each track can be assigned to a dedicated transpose bus
     (4 busses are available), this allows to control 4 independent step progressions
     for all 16 tracks.

   o individual steps of CC, PitchBender, Program Change and Aftertouch
     layers can now be disabled so that they won't play.
     Turn the encoder to the rightmost position (value 128)

     Also the init value has been changed: for these layers, the steps
     are now disabled by default.
     For CCs please change the init value by yourself in the UTIL->OPT
     page (option #12: Initial CC value)

   o new behaviour of CLEAR button in recording mode:
     it clears only the selected step (instead of the entire pattern).
     During live recording it will clear the "played" steps while the
     button is pressed.

   o new CC functions which can be configured in MIDI->ExtCtrl. page:
     o Play/Stop: allows to assign the PLAY button to a CC
     o Record: allows to assign the RECORD button to a CC

   o new option in Groove page: Sync
     Allows to sync the groove to the global reference step (RefS)
     or to the local track step

   o fixed G# transpose

Best Regards, Thorsten.

Link to comment
Share on other sites

 so im curious.. Is there any way to now transpose chord with the encoders by changing the root note?

what I mean is..   If I have a C minor chord can I use a knob upwards to make it D minor ? and up again to make it E minor  that kind of thing?

Edited by lobit
Link to comment
Share on other sites

so...I had a really good idea for modifing patterns..   drawing from the tb303/ quicksilver/ avalon bassline whos sequencing separates note and timing information:

  If you were able to 're-groove' patterns by overwriting timing information into a pattern (but leave the notes intact)

like if you go to time mode in a quicksilver/avalon while its playing back the pattern and you can press either 'note' 'tie' or 'rest'  each time advancing thought the number of steps in the sequence overwriting whatever was in there previously.  with those 3 buttons you can completely re-groove a pattern on the fly without changing the note information, but instead just shifting it around in interesting ways. 

I can upload a video example 

Link to comment
Share on other sites

  • 4 weeks later...

Ohhh... a new release.. again? awesome! thanks alot.. you are crazy man (in the good sense of course!!!) StepTrigger sounds fantastic - root note handling too (but I only have monophonic synths connected to the SEQ for the moment)

I have a minor thing that I implemented a year ago (or so) that could be interesting to others too - maybe making it to a next release:

While in Slave-Mode the SEQ listens to Midi Start/Stop/Continue messages from my DAW... as intended! However when working in the DAW I often want the SEQ to ignore those messages so it does not start everytime I hit play in the DAW. It was important that this function was quickly accessible.. 

***Just edited my previous post - since I changed the implemtentation***

Here is what I did:

- original function is kept as is (hitting stop/pause in slave mode mutes the sequencer - mute is released by hitting play/pause or by midi start/stop/cont command)

- I added another seq_core_slaveclk_mute state, called SEQ_CORE_SLAVECLK_MUTE_Permanent. its accessed and released by Menu+Stop but not with any other buttons or Midi Play/Stop/Cont commands. This means I can quickly mute the sequencer from playing when working in the DAW. The great thing is the SEQ stays in sync and passes Midi clock/play/stop/cont commands to connected synths in slave mode or if in master mode it can still send clock/start/stop/... commands over midi. So muting is only applied to the SEQ, not to the MidiRouter and thus the  connected synths.

This function is actually like muting all tracks but has some advantages to me: it's very quickly applied and the SEQ does not show activity anymore...

Of course I'm happy to share the code, if interested

Edited by daemonik
Link to comment
Share on other sites

  • 2 weeks later...

I've got a small feature request I'd like to make.....

1.2 Volt/octave output mode in addition to the existing 1 Volt/Octave and Volt/Hz modes. The standard used by Buchla modular gear is the non-standard 1.2 Volt/octave pitch scale. 

Im in the process of building a Buchla 208 music easel clone and I'd like to be able to sequence it with my MB Seq 

Edited by Rowan
Link to comment
Share on other sites

  • 1 month later...

Hi, I have two suggestions:

  • Support for ASCII Keyboards via USB Host mode. 
    • Well, naming stuff is just a lot easier with a keyboard. A feature found on some sampler like the E4 series, Z series, MPC4000 ... Might also be handy as an extra bank of bookmarks or for Menu switching maybe?
  • Saving of Trigger (Drum) Layer mute status.
    • Would make life easier for arranging in the Song Mode, you know, just copy the pattern over, unmute the Hihat etc. Right now the Trigger mutes get a) lost at power down, so if you return to a session, stuff might sound different than when you turned off the sequencer, and b) they are not tied to the pattern but to the track.
Link to comment
Share on other sites

Also it would be good if Phrase mode / Song mode status was saved with each session. Once you have a finished song structure for band rehearsals or live performance, you still have to switch the Song mode on manually (Phrase mode is the default).

EDIT: Phrase mode is not the default, instead the current Song/Phrase mode setting is carried over across sessions. Phrase mode is ok as default for a new session, but I think it would be handier if Song/Phrase mode setting wasn't global but session based.

Edited by jjonas
clarification
Link to comment
Share on other sites

I have another suggestion: under "Ext. Ctrl", the "Mutes" feature, could we have the output inverted, so muted equals 0, active equals 127? Now it does the opposite.

Reason I am asking: I want to use 16 "dummy channels" in Ableton to control the track muting (setting up an USB MIDI IO as a "remote" in the Ableton MIDI preferences) - making it easy to record a jam based on turning tracks on and off (man, I guess I am really giving away the kind of music I'm making with all those suggestions ...). It works, but Ableton interprets 127 as "on" and 0 as "off", so the state in the automation lanes is inverted. I haven't tried with other DAWs. 

I am aware that you should be able to change the behaviour in the "MIDI Mappings" window in Ableton. Sadly setting the "Max" Value to 0 instead 127 doesn't do the trick. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...