-
Posts
15,247 -
Joined
Content Type
Profiles
Forums
Blogs
Gallery
Everything posted by TK.
-
It's very strange, that the state of the backlight changes. It should work totally independent. It's just a LED, so when you swap B+/B-, the LED won't turn on - but thats all. It should not dimm It's hard to analyse, if the LCD has been destroyed. With some LCDs this can happen very quickly when the plug is inserted the wrong direction, but as you've already mentioned, this wasn't the case... so, I cannot really help here :-/ Best Regards, Thorsten.
-
Yes, thats correct. By doing so, IIC1 will also be the default port, and you will be able to upload code through this MIDI Out Best Regards, Thorsten.
-
Hi Robin, wow, this special behaviour of MIDI-Ox on SysEx buffer overruns was new to me! Good to know! Best Regards, Thorsten.
-
Rotary Encoders - different Midi key on each turn?
TK. replied to The III Man's topic in Parts Questions
Hi, there are 6 different modes, they can be assigned individually to the encoders, and each mode can send Notes. So, just select "Absolute Mode" for one of the encoders, and assign a note event. Best Regards, Thorsten. -
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.
-
When you read the posting, you will notice that the box has been renamed to MIDIbox UC The Wiki page has been changed accordingly Best Regards, Thorsten.
-
Es wurde nicht direkt eingestampft, die 5x2 USB Firmware schlummert noch undokumentiert auf meiner Festplatte. Ich verwende sie jedoch nicht, da der Windows Treiber nicht Multiclient-Faehig ist, stattdessen verwende ich die Hardware nun als MIDI Router ohne USB, und dieses Projekt schlummert undokumentiert auf der MIOS Download Seite, wird von mir jedoch auch wirklich verwendet und ist im Vergleich zu USB sowieso die bessere Loesung wegen der niedrigeren Latenzzeiten. Jemand aus dem Forum wollte eigentlich einen alternativen Windows Treiber schreiben, da hat sich jedoch lange nichts mehr getan - scheint also nicht trivial zu sein. Und mit Windows Vista wird sowieso alles anders - der Supportaufwand waere einfach immens, deshalb empfehle ich, MIDI Interfaces von Leuten zu kaufen, die dafuer bezahlt werden - das spart mir ne Menge Stress... Gruss, Thorsten.
-
The mixer map is fully implemented now. And I finally found a tricky solution how to improve the editing in event mode 5 (Vel/Vel/Vel) - it works like on a TRx0x style sequencer now, up to three drum lines are stored per track o Drum Mode is completely implemented now. It gets active with Event Mode 5 (Vel/Vel/Vel) or 8 (Vel/CC/CC) In Mode 5 three different drums can be played per track In Mode 8 one drum can be played + 2 CCs for sound modulation Notes are constant values and defined in the event menu as well. In Drum mode the trigger layers have a special behaviour: when a trigger layer is not assigned to any function (especially not to gate!), then the trigger button will modify the velocity instead. The GP LEDs will lit when velocity of a step is != 0 Sounds complicated, but the result is just a TRx0x like handling! Proposal for a quick try: change to EVENT menu, select Mode 5 (Vel/Vel/Vel), and press the button below "COPY PRESET" Now you can control three different drums with Note Layer A/B/C And you can control the gate with the non-assigned trigger layer A, Accent with trigger layer B, Roll with trigger layer C Limitation: the trigger layers (excepting gates) are applied on all three notes - e.g., if accent is activated for a particular step, all three notes of this step will be accented. Another hint: save your favourite setups in special patterns (e.g. into a seperate BankStick) to get a quick access to such personal presets. [/code]
-
Hi Andrew, it sounds ok Best Regards, Thorsten.
-
Hi SounDuke, I cannot say so much about this topic without discussing this with a lawyer ;-) Just mention, that you built the controller by yourself based on on plans from midibox.org You don't need to highlight this in each second sentence, but at least a reference to the sources one time would be a respectable way. And of course: I would be happy if you could send me article scans, CDs, videos, etc... where my projects are mentioned :) Best Regards, Thorsten.
-
Hi Robin, when invalid or incomplete MIDI events are sent, MIDI-Ox displays more bytes than really received. It could be, that the code sends only the MIDI status (0xb4, 0xb5, 0xb6, ...), but not the remaining two bytes (CC number and value) Best Regards, Thorsten.
-
Yes, I just use a MBHP_AOUT module (MBHP_AOUT_LC works as well in the meantime) in order to control the analog filter. Beside of the CEM filter, I've a DIY moog style filter as well. In MBSID V1, the CV output just follows the CutOff/Resonance, accordingly the internal filter of the SID should be switched off. In MBSID V2, a free CV output mapping will be possible Best Regards, Thorsten.
-
In MBSID V1 you have to use the split keyboard function in order to assign the oscillators to different keyboard zones. This allows you to play them over a single MIDI channel seperately. In MBSID V2, there will be a special poly mode (-> see Wishlist where the details are explained) Best Regards, Thorsten.
-
the mixer works totally independent from the sequencer, you can assign any ports/channels/... you want. You can even control synths or analog outputs which are not played by the sequencer, or you can use two, three or more maps to prepare the whole setup. Of course, they are free assignable for all mixer tracks seperately. E.g., instead of Reverb and Chorus for all tracks, you could create a mixer map with the most favourite CC's of your synths. In order to improve the handling, I've moved these two special pages to the mixer utility menu (press SELECT button). Assignment settings are not directly selectable anymore with the datawheel, I think that this is better for live usage. For me it was just a 4 hour hack, but it was planned since months, and finally I found a good way how to program this without wasting too much resources. I don't think that this is a problem in the sequencer, Program Change uses the same code as all other parameters to select the output port. Could you please post a RAM dump from 0x300, size 0x80? (such a RAM dump can be made with MIOS Studio, just open the debug window and select the RAM read function) This could help me to understand, which configuration you are using exactly. In general the mixer map should be fully functional now. And drum mode (TRx0x style editing of Vel/Vel/Vel tracks) as well :) Best Regards, Thorsten.
-
SEQ V2->V3 Migration inc older V2 problems in post too.
TK. replied to dcer10's topic in MIDIbox SEQ
I don't think so, my own MBSID is connected via the MIDI router to the sequencer. The MIDI router itself uses MBHP_IIC_MIDI modules as well, so the hardware is similar. The device ID is not related to MIDI channels Best Regards, Thorsten. -
Hallo, du weisst gar nicht, wie passend dieser Tip gerade kommt, denn ich aergere mich momentan ueber das verzogene Gehaeuse meiner Button/Duo-LED Matrix. Ausserdem bin ich auch mit dem 1 HE Gehaeuse von Pollin nicht zufrieden (das war eigentlich fuer meinem MIDI Router vorgesehen), da die Laschen hinter der Frontplatte so breit sind, dass kein LCD mehr durchpasst. Habe mir gerade ein 1 HE Gehaeuse mit 170 mm Tiefe bei Benkler bestellt, um es mal anzutesten. Werde berichten, und gegebenfalls den Link auf meine Homepage setzen. Gruss, Thorsten.
-
Keine Ahnung, ich habe noch nie einen Doepfer Controller in den Haenden gehalten. Ich kann mich erinnern, dass der Pocket Control zu der Zeit rauskam, als ich die erste MIDIbox in der Zeitschrift Elektor veroeffentlicht habe, das war im Jahr 2000. Schon damals hatte die MIDIbox mehr Features (bspw. den Snap Modus). Mich wundert es nicht, das die Dinger nicht mehr verkauft werden... who cares? Gruss, Thorsten.
-
You will find some tips here: http://www.midibox.org/forum/index.php?topic=7853.0 and in various other articles within the troubleshooting section. All errors and analysis tips which ever have been made are collected there (and some in the MIDIbox SID section, initiated by people who started the topic in the wrong section - sorry for that, don't know how to handle this w/o the help of an additional moderator) Best Regards, Thorsten.
-
Du verwechselst IIC mit USB. Ausserdem gibt es fuer solche Experimente keine Firmware... Am besten kaufst Du Dir ein fertiges USB MIDI Interface fuer 20 Euronen oder so... das kommt guenstiger. Gruss, Thorsten.
-
Die gibts bei Conrad, siehe http://www.midibox.org/forum/index.php?topic=7354.msg50585#msg50585 Gruss, Thorsten.
-
You have to upload the main.hex file of the MIDIO128 package - with MIOS Studio Best Regards, Thorsten.
-
A feature wish by myself: 10) it should be possible to use the ALL button on the mixer map :) Best Regards, Thorsten.
-
Hi Dietmar, I'm not completely sure, but it could be that you forgot to change the emulation mode to "Mackie Control XT" for the second and third core (LC_EMULATION_ID should be set to 0x15) - if Nuendo can only handle one master unit, this would be the solution If this isn't the solution, I have no other idea... Best Regards, Thorsten.
-
Alright, the mixer map is implemented now after a rapid prototyping session :) The concept has been slightly changed, as always during the implementation phase... Some comments to John's posting: no, it works independent. It's like a MIDI controller extension. I understand this wish, but as mentioned before, this is unfortunately not possible. Ok, I will get rid of the idea to share the Song BankStick, and only provide an option to use an additional BankStick for Mixer Maps. The implementation will be simpler, and I don't need to take so many corner cases into account (e.g. somebody doesn't read the documentation, and uses a 32k BankStick instead of 64k) The "---" is for the case that you won't send a controller, e.g. MIDIbox SID doesn't understand the pan controller, instead it will trigger "Voice 3 Play Note" - this is not what somebody wants, therefore all controllers are disabled by default. Ok, I got rid of this idea - disadvantage is now, that only two freely assignable CC's are available anymore, but the argument for a cleaner work flow is stronger. As mentioned above: I understand, but this is not possible (see also FAQMARKER) "Note CC CC" is available since a long time (see changelog) I could add an option which ensures that only notes are changed As mentioned in a previous posting, drum mode is prepared, but not completely working yet. Just follow the notes in the ChangeLog, sooner or later it will either be available, or it will be removed. The mode which is prepared is "Vel Vel Vel" (notes are fixed). The problem is, that currently the LEDs don't reflect the gate, and that the trigger buttons don't clear/set the gate. You only can control if a drum is played or not by changing the velocity. My plan is to enhance the editor, so that the velocity (accordingly the gates for all three layers) can be controlled in a special way when the "Vel Vel Vel" mode is selected so that it behaves like a TRx0x, each track can play 3 drum lines... Best Regards, Thorsten.
-
Most of the mixer map is implemented now (this is a 4-hour hack, not sure if the rest is still working) SAVE/LOAD/Change Map not functional yet! From the ChangeLog: o a mixer map has been implemented It can be accessed by pressing MENU+VIEW, or by going into the UTILITY menu and pressing the button below "Mix." NOTE: if you are planning a new frontpanel, the "View" label below GP button #1 could be renamed to "Mixer" There are 7 pages, which can be selected with the datawheel, or alternatively with the Rew/Fwd buttons when no song is playing: MIDI Port, MIDI Channel, Prog.Change, Volume, Panorama, CC1-2 Values can be changed with the GP encoders The ALL and FAST button taking effect as well. The ALL button provides two functions: - when LED active, only values which are not enabled will be changed - when button pressed, all values will be changed to the same value They are sent directly over the selected MIDI port - all ports are selectable, even Loopback and AOUT! When the SELECT button is pressed, a utility page will be displayed which allows to - change and load a mixer map (one of 127) - to Copy/Paste the map - to clear the map - to reload the map from BankStick - to save the map into BankStick - to dump the complete map via the MIDI/AOUT/Loopback ports - to change the assignments for CC1 - to change the assignments for CC2 Since the ports and channels are freely assignable and working totally independent from the running patterns, the mixer map function behaves like a MIDI controller - you can define up to 127 maps which can be stored, restore, dumped and controlled in realtime! [/code] Mixer page #4 (Volume): Mixer Utility Page: