Jump to content

MIDIbox SEQ V4 Release + Feedback


Recommended Posts

  • 1 month later...
Posted

 Has anyone thought to implement a drum trigger grid indication on the TPD? It is a natural fit with its 8 x 16 LED display .  

 I know you can hold the instrument mode button down and see all the different tracks triggering but to have a visual grid might be really nice. My first drum machine was TR707 and the grid view lcd was nice!!!

 

~steve

  • Like 2
Posted

Hi all,

I think it has been requested before but I'm not sure... I would really like to divide the clock outputs more. Now the clock can get really fast, 384 ppq, and that's great! but the lowest clock is 1 ppq. And that's still quite fast. I would like to use a clock to reset something every 64th step. But for that I have to divide the clock output through an external clock divider. It would be great to get it from the sequencer itself. Now I use a dedicated track for that but I still have 6 unused clock outputs....I hope it's possible. Cheers!

  • Like 2
  • 2 weeks later...
Posted
On 12/14/2020 at 4:12 AM, Elektruck said:

Hi all,

I think it has been requested before but I'm not sure... I would really like to divide the clock outputs more. Now the clock can get really fast, 384 ppq, and that's great! but the lowest clock is 1 ppq. And that's still quite fast. I would like to use a clock to reset something every 64th step. But for that I have to divide the clock output through an external clock divider. It would be great to get it from the sequencer itself. Now I use a dedicated track for that but I still have 6 unused clock outputs....I hope it's possible. Cheers!

@Elektruck, looks like there is somewhere a v4.097 OS that gives deeper divisions for clock out (CV page)!!

https://github.com/midibox/mios32/blob/master/apps/sequencers/midibox_seq_v4/CHANGELOG.txt

 

~Steve

Posted

Hi Steve, thanks for showing this, that looks very promising! I wanted to compile the code, but I get an error: 

 

c:\Users\Samsung\dwhelper\Downloads\mios32-master\mios32-master\apps\sequencers\midibox_seq_v4>make

rm -f project.hex

project_build/core/seq_cv.o: In function `SEQ_CV_IfSet':

c:\Users\Samsung\dwhelper\Downloads\mios32-master\mios32-master\apps\sequencers\midibox_seq_v4/core/seq_cv.c:157: undefined reference to `AOUT_IF_MaxChannelsGet'

collect2.exe: error: ld returned 1 exit status

make: *** [project_build/project.elf] Error 1

 

But I'm not in a hurry so I can wait for the next release!

Posted
1 hour ago, Elektruck said:

Hi Steve, thanks for showing this, that looks very promising! I wanted to compile the code, but I get an error: 

 

c:\Users\Samsung\dwhelper\Downloads\mios32-master\mios32-master\apps\sequencers\midibox_seq_v4>make

rm -f project.hex

project_build/core/seq_cv.o: In function `SEQ_CV_IfSet':

c:\Users\Samsung\dwhelper\Downloads\mios32-master\mios32-master\apps\sequencers\midibox_seq_v4/core/seq_cv.c:157: undefined reference to `AOUT_IF_MaxChannelsGet'

collect2.exe: error: ld returned 1 exit status

make: *** [project_build/project.elf] Error 1

 

But I'm not in a hurry so I can wait for the next release!

Take a look here:

you have to adjust your config / paths correctly.

best regards, Rio

 

 

Posted

@lp1977 Thanks, it has the clocks indeed, works perfectly!

@Rio Thanks for pointing me in the right direction, for now it works, but for future stuff I know where to look now. I thought something like that but sometimes it's just to much of a hassle to get everything working correctly...

  • 4 weeks later...
Posted

hello, 

is it posible to implement in the length menu a custom length ? i know to use the dial to set it to the length you ned but i often work with lengths like 3,6,7,9 and i saw that at the length option there is a slot free. would be great to have a custom one there ...  any how i had a great day with the midibox, very great tool. thanks all and TK for this great tool.

Posted (edited)

Please take a look at the manual. You can adjust the length by the dedicated encoder on this page.

Edit: oh sorry you mean a custom Quick selection ...

greetings, rio

Edited by Rio
Posted (edited)

yes. i know how to edit length. thanks. i mean as a quick entry on the rigth side on the length menue. there is one fre slot so if you can set here a custom length it would be aswome for faster jamming :). sorry hard to explain in english. im a stupid german :) thnaks and take care.

Edited by cit
  • 2 weeks later...
Posted

Minor request:

When using a track to control the clock division of another track, the values are offset by -1 from the settings in the clock divider menu. For example: setting a value of 16 in the sequencer sets the clock division to 17. Would it be possible for the values in the sequencer to match 1:1 with the value of the clock setting menu?

Thank you as always for your continued efforts :)

  • Like 1
Posted (edited)

Bug when recording inside track with Quantize:

If you record notes with e.g. Quantize (e.g. 80%) and meanwhile/afterwards CCs or aftertouch (channel pressure) are being sent while a note is held, the length of the recorded held note is immediately interrupted.

Would be really cool if that was fixed. Thank you.

Best regards, rio

Edited by Rio
  • 8 months later...
  • 6 months later...
Posted

Hi all,

would it be possible to implement saving mutes of the individual drum instruments (drum Tracks) when using s&top function in phrase mode?

Have a nice weekend

rbv2

  • 1 year later...
Posted
hi 

did anyone tried that ?
i can make it work with 0..15 but not 127 for currently selected track




 o CC#99 (0x63 - NRPN MSB)
     Selects the Track which should be modified via NRPN
     Allowed values: 0..15 for Track 1-16, 127 to modify the current selected track

seq_midi_in.c says

 

case 0x63: // NRPN MSB (selects track, if >= SEQ_CORE_NUM_TRACKS, take the currently visible track)

    nrpn_msb = value;

    break;

 

  • 4 weeks later...
  • 11 months later...
Posted
On 3/21/2024 at 11:24 AM, k2z3k0 said:

hello 

did anyone tried HUMANIZER fo CC values?

i have NOTE track with one layer of CC ,but when i turn VEL/CC in HUMANIZER it doesnt do anything 

 

bests

Confirmed over here, no humanizer being applied to CC’s. 

 I tried with an empty track sending layer A as CC on buss 1, and another track listing to buss 1.  The listening track was responding to the cc’s, but humanizer did not effect the CC’s.

Then moved the cc to layer B (usually the velocity layer) and still no changing of CC’s sent. 

steve

  • Like 1

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...
×
×
  • Create New...