TK. Posted October 18, 2020 Author Report Share Posted October 18, 2020 Yes, the function is different, see also the MIDI Router documentation under http://www.ucapps.de/midibox_seq_manual_m.html Alternatively, also "Track" can be selected as target channel. In this case, incoming MIDI events will be routed to the MIDI port and channel of a track depending on the incoming MIDI channel number. Usecase: MIDI events, such as CC or Notes, should be sent from a master keyboard or MIDI controller to synths which are assigned to different port and MIDI channels in the track configuration. Just select the track with the MIDI channel on your keyboard/controller, the router will take care that the events reach the right destination. I think it makes clear, that incoming MIDI messages won't be forwarded to the tracks, they will be directly sent over the MIDI port + channel of the appr. tracks. For the mentioned use case, it would even be counter productive if track mutes would disable this forwarding - just imagine, somebody wants to mute some sequences played by tracks in order to play live over one or more keyboards by using this routing feature - this wouldn't work anymore. Your proposal is something different, and it would fit better as a multi track feature for the Record & Live function, not to the MIDI router. Some general changes have to be done in the firmware to allow this - I added it to the Wishlist. Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
modus0perandi Posted October 18, 2020 Report Share Posted October 18, 2020 (edited) 3 hours ago, TK. said: Yes, the function is different, see also the MIDI Router documentation under http://www.ucapps.de/midibox_seq_manual_m.html Alternatively, also "Track" can be selected as target channel. In this case, incoming MIDI events will be routed to the MIDI port and channel of a track depending on the incoming MIDI channel number. Usecase: MIDI events, such as CC or Notes, should be sent from a master keyboard or MIDI controller to synths which are assigned to different port and MIDI channels in the track configuration. Just select the track with the MIDI channel on your keyboard/controller, the router will take care that the events reach the right destination. ... Your proposal is something different, and it would fit better as a multi track feature for the Record & Live function, not to the MIDI router. Some general changes have to be done in the firmware to allow this - I added it to the Wishlist. ... Ok cool, i hope that also means that i would be able to apply fx on incoming data, mute etc even without recording, which was mostly what i was after, like how that box works which i linked earlier, but with added sequencer possiblilty of the midibox. :) Best regards! Edited October 18, 2020 by modus0perandi Quote Link to comment Share on other sites More sharing options...
TK. Posted October 19, 2020 Author Report Share Posted October 19, 2020 Yes - did you ever try the "Live Forwarding" feature of the Jam page? Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
modus0perandi Posted October 19, 2020 Report Share Posted October 19, 2020 5 hours ago, TK. said: Yes - did you ever try the "Live Forwarding" feature of the Jam page? Best Regards, Thorsten. No, i haven't. i will look into that feature later tonight i hope. Thanks for the tip! Quote Link to comment Share on other sites More sharing options...
srmaietta Posted December 6, 2020 Report Share Posted December 6, 2020 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 2 Quote Link to comment Share on other sites More sharing options...
slo Posted December 9, 2020 Report Share Posted December 9, 2020 There seems to be a bug in drum tracks when selecting "Ctrl" in LayB All the details are here http://midibox.org/forums/topic/21545-bug-when-changing-layer-assignment-in-drum-track/?tab=comments#comment-187731 1 Quote Link to comment Share on other sites More sharing options...
Elektruck Posted December 14, 2020 Report Share Posted December 14, 2020 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! 2 Quote Link to comment Share on other sites More sharing options...
srmaietta Posted December 16, 2020 Report Share Posted December 16, 2020 Options for slower, always better, opens up options for all sorts of things, especially when using analog triggers... Quote Link to comment Share on other sites More sharing options...
srmaietta Posted December 31, 2020 Report Share Posted December 31, 2020 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 Quote Link to comment Share on other sites More sharing options...
Elektruck Posted January 1, 2021 Report Share Posted January 1, 2021 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! Quote Link to comment Share on other sites More sharing options...
lp1977 Posted January 1, 2021 Report Share Posted January 1, 2021 @Elektruck There are some links to v4.097 pre-releases earlier in this thread. I think this one has the clock rates: http://www.ucapps.de/mios32/midibox_seq_v4_097_pre6.zip Quote Link to comment Share on other sites More sharing options...
Rio Posted January 1, 2021 Report Share Posted January 1, 2021 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 Quote Link to comment Share on other sites More sharing options...
Elektruck Posted January 1, 2021 Report Share Posted January 1, 2021 @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... Quote Link to comment Share on other sites More sharing options...
Rio Posted January 1, 2021 Report Share Posted January 1, 2021 ;) Quote Link to comment Share on other sites More sharing options...
cit Posted January 24, 2021 Report Share Posted January 24, 2021 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. Quote Link to comment Share on other sites More sharing options...
Rio Posted January 24, 2021 Report Share Posted January 24, 2021 (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 January 24, 2021 by Rio Quote Link to comment Share on other sites More sharing options...
cit Posted January 26, 2021 Report Share Posted January 26, 2021 (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 January 26, 2021 by cit Quote Link to comment Share on other sites More sharing options...
jarvis Posted February 6, 2021 Report Share Posted February 6, 2021 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 :) 1 Quote Link to comment Share on other sites More sharing options...
Rio Posted February 9, 2021 Report Share Posted February 9, 2021 (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 February 9, 2021 by Rio Quote Link to comment Share on other sites More sharing options...
lukas412 Posted October 26, 2021 Report Share Posted October 26, 2021 This one was a bit tricky to search for, but I'm guessing from the manual there is no way to do this. Is it possible to configure CV to play chords? Quote Link to comment Share on other sites More sharing options...
rbv2 Posted May 14, 2022 Report Share Posted May 14, 2022 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.