sarnold Posted December 5, 2006 Report Share Posted December 5, 2006 Hi all,I've just started building a small MIDI Router for controlling the mapping of my drum-triggers to different samplers and sequencers. I have a MIDI-converter for the triggerpads, so it's just a MIDI-to-MIDI router (in my case 2inx2out). I want to build a small user interface where I can select presets (e.g. the current song) on the LCD and - in the next step - where I can edit the routing on-the-fly.So I thought of customizing the MIDI router C-application with this UI. Currently I am working on a state chart diagram for the menu handling that uses 4 menu and 4 preset buttons (next/prev band, next/prev song).Is somebody else working on a similar solution? (I just read that Thorsten is building a router, too...)so long,Sebastian Quote Link to comment Share on other sites More sharing options...
TK. Posted December 5, 2006 Report Share Posted December 5, 2006 Hi Sebastian,I've planned to implement a small user interface once I found a good 19" case which allows me to add a 2x40 LCD, because I want to add a MIDI status display as well.But it will be a very propritary solution for myself, the mapping still has to be programmed, only constants of this mapping will be changable via (maybe) 8 button/LED combinations (e.g. CC Filter for MBSEQ->PC Path On/Off, or forcing MIDI channel of keyboard input to Chn.#16 On/Off, or mapping CC's from the MIDI keyboard to other CC numbers On/Off)So, just go for your own user interface and publish it in the Wiki! I really like it, when people document their modifications, this could be inspirative for others to do more changes.Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
TK. Posted March 18, 2007 Report Share Posted March 18, 2007 Finally:Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
MTE Posted March 18, 2007 Report Share Posted March 18, 2007 GreatHow does it works ? ;D ;D Quote Link to comment Share on other sites More sharing options...
SLP Posted March 18, 2007 Report Share Posted March 18, 2007 oh, no!another thing on my 2 kilometers long to-do-list ;)How flexible is it?Can the user configure every IN/OUT and the filters?looks nice, btw ;Dmatthias Quote Link to comment Share on other sites More sharing options...
TK. Posted March 18, 2007 Report Share Posted March 18, 2007 It's just the router project, slightly extended by some very specific button/encoder functions for my private needs:Button A: MBSEQ routed to MBSID/MBFMButton B: Force MIDI Channel of Keyboard to a specific ChannelButton C: Transpose KeyboardButton D: Keyboard to MBSID enable/disableButton E: Keyboard to MBFM enable/disableButton F: Keyboard to MBSEQ enable/disableI don't plan a customizable version, it wouldn't be worth the effort... I'm happy with the available functions and I'm using them intensively since 1 yearThe routing/filtering/mapping can be changed in the source code, accordingly this is the most flexible MIDI router you can find ;-)Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
doc Posted March 19, 2007 Report Share Posted March 19, 2007 The routing/filtering/mapping can be changed in the source code, accordingly this is the most flexible MIDI router you can find ;-)Yes .... if you know where to put your hands on ...But on the other hand it gives us a great change to put our nose deeper in the code. Learning by doing :DgreetsDoc Quote Link to comment Share on other sites More sharing options...
GTC Posted December 24, 2008 Report Share Posted December 24, 2008 Hi to all! ;) A question to Thorsten: whether probably this router to finish for connection eight devices or instruments + PC?Best Regards, Gvido. Quote Link to comment Share on other sites More sharing options...
stryd_one Posted December 24, 2008 Report Share Posted December 24, 2008 You said your queston was for TK, I hope we can all help :) for connection eight devices or instruments + PC?You can do that, and more, on one single midi port, no need for a router in most cases ... This one supports 8 ports, in and out, and the data can be routed in any way you wish, so it would be ample for your needs :) Quote Link to comment Share on other sites More sharing options...
bugfight Posted December 24, 2008 Report Share Posted December 24, 2008 isn't this 5 in/out? Quote Link to comment Share on other sites More sharing options...
stryd_one Posted December 24, 2008 Report Share Posted December 24, 2008 Duh it is! Sorry, I was thinking 8 in total, and completely forgot the two on the core. *facepalm* Quote Link to comment Share on other sites More sharing options...
GTC Posted December 24, 2008 Report Share Posted December 24, 2008 Yes, I meant 8 ports IN / 8 ports OUT. And the second question - whether works a router in stand-alone a mode? Whether probably this project to expand to level, as for example Edirol UM-880?http://www.roland.com/products/en/UM-880/index.html... And, Merry Christmas to all! :DBest Regards, Gvido. Quote Link to comment Share on other sites More sharing options...
stryd_one Posted December 24, 2008 Report Share Posted December 24, 2008 Well is it 8 devices or 8 ports? You don't need one port per device, devices can share ports.The PIC core will probably never support more than 4 IIC_MIDI modules due to timing constraints.This is a router, not a midi interface, so there is only "standalone mode". 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.