Jump to content

TK.

Administrators
  • Posts

    15,247
  • Joined

Everything posted by TK.

  1. Hi Justin, open the "mmd_din.inc" file and write a return instruction below USER_DIN_NotifyToggle - this disables the buttons functions - does it help? Best Regards, Thorsten.
  2. Hi Pascal, good idea! I will open the IIC interface functions for the users with the next MIOS release so that the integration into app_lcd.inc should be a piece of cake :) Although I'm not able to try it out by myself, I don't expect problems. Best Regards, Thorsten.
  3. MIDIbox Plus: you don't need to change any assembler code in order to change the events, just use the mk_syx script or the editor to change the assigned event(s) MIOS: to InCognito: which application do you mean exactly? And which synthesizer are you using - is it compatible to GM? Best Regards, Thorsten.
  4. Hi nILS, maybe you've changed the sound parameters via CC? However, your SID is working now! It's time to try the original firmware which sounds much cooler :) Best Regards, Thorsten.
  5. Link to another JDM Issue which has been solved (more or less) http://www.midibox.org/cgi-bin/yabb/YaBB.cgi?board=troubleshooting;action=display;num=1060634501
  6. Yes, exactly! You have to connect the base of the transistor via a 1k resistor and a 10k pot to +5V in order to get the backlight working: http://www.ucapps.de/mbhp/mbhp_core.pdf Best Regards, Thorsten.
  7. Hi, yes, the DOUT shift registers have to be configured, there are several options (box-controlled, MIDI controlled) - see the DOUT shift register map in vmidibox Best Regards, Thorsten.
  8. Did you solve the problem in the meantime? Best Regards, Thorsten.
  9. You will fry the diodes if you solder them in the wrong direction, so please mount them with care! The schematic http://www.ucapps.de/mbhp/mbhp_mf.pdf is correct, but it shows the circuit in a simplified way to improve the oversight (for technicans). By following the tracks you will notice that all these connections can also be found at the PCB. And the photo just helps to assure the direction of the diodes - it's the simplest and most secure way. Best Regards, Thorsten.
  10. So long as the LCD is HD44780 compatible, up to 64x2 should be possible. However, I never found a distributor for displays larger than 40x2 Best Regards, Thorsten.
  11. Here some pictures from MIDIbox LC which should help: http://www.midibox.org/midibox_lc_photos/ I've also some pictures from my MIDIbox SID and will upload them tonight Best Regards, Thorsten.
  12. Hi, neither the original MB16 nor the MB1664 supports more than 8 buttons. In theory it's possible to change the MB16 firmware in order to drive a larger button matrix, but the SysEx dump structure hasn't been prepared for such a modification. The simplest solution would be to assign the additional buttons to static Note events - I've no time for such enhancements, but as you know: the source codes are available on request... ;-) Best Regards, Thorsten.
  13. Hi Lall, M$ doesn't support a USB MIDI legacy driver for Win98SE, they suggest to switch to a newer version. Sorry, but these are the facts... :-( Best Regards, Thorsten.
  14. Hi, the PIC18F isn't binary compatible to the PIC16F, this means that you've to upload the MIOS version from Concepts->MIOS->Download The required steps to upload an application are explained under Concepts->MIOS->Bootstrap Loader Best Regards, Thorsten.
  15. -> ToDo List :) Best Regards, Thorsten.
  16. The MIDIbox64 built into a mixer case from Vybe
  17. Dan's most recent masterpieces: MIDIbox LC and MIDIbox SID Step C Be inspired! :)
  18. From now on the MIDIbox community has it's own server: http://www.midibox.org and in one week http://www.midibox.org This site is hosted by levanzo.de for unbelievable 5 EUR/month and features: 300 MB unlimited traffic! CGI/PHP/MySQL Currently it's used as file server for the MIDIbox gallery and the .mp3 files, the forum will be moved to this site in some days. Also a MIDIbox chat will be available --- and --- a MIDIbox portal which will be maintained by the users and not by myself. The server will be financed via donations. More informations about this portal in some days from the MIDIbox team Poeloq/nILS/SmashTV Best Regards, Thorsten. P.S.: special thanks to Benni who directed us to this special offer!
  19. TK.

    MIDIbox SID

    Btw.: Chris Abbott, the man behind http://www.c64audio.com, will introduce a selfmade shoulder-slung playable SID keyboard (with MIDIbox SID inside of course) at the BIT live event in Brighton (see http://www.backintimelive.com) :-) Best Regards, Thorsten.
  20. Angekommen! :) Gruss, Thorsten.
  21. Hallo, R1 sollte 1k, 1.8k oder 2.2k sein (haengt davon ab, vom welchem Hersteller der CNY17-II kommt...). Der MIDI-Out wird so nicht zuverlaessig funktionieren, weil der Tx Pin des Gameports einen zu schwachen Treiber hat. Ein 74HC00 hilft hier weiter, beschalte ihn einfach genauso wie den zweiten MIDI-Out des LTC Moduls. Gruss, Thorsten.
  22. Hi Frank, I will check this next week and eventually release a bugfix (or other solution). I'm not working with cubase, so such errors could flow into the code and I never regognize it... so, thanks for your input :) Best Regards, Thorsten.
  23. Hi Rowan, no, you don't have to burn the bootstrap loader again, the LCD type is still #00 Best Regards, Thorsten.
  24. Hi Chris, thanks for the ToDo List ;-) Yes, I noted also the problems described under 1/2/3, they will be fixed with the next version. Issue #2 is no crash, but related to issue #3 - a bug in CS_MENU_P2R_CFG_Ply and CS_MENU_R2P_CFG_Ply (which require some dedicated code). Workaround: after patch go to the CFG menu and set the correct "Ply" parameter. 4) the appr. parts of the engine are clocked two times with every incoming F8, the rate settings are working as dividers in this case. This means - with WT rate == 127 two steps will be played with every incoming F8, with WT rate == 126 one step will be played with every incoming F8, etc... 24 * F8 = one beat 5) this can happen under heavy load, when you send a lot of CC values to all slaves at the same time over the same MIDI line (note that MIDI in buffer of the master has "only" 64 bytes...). Or didn't you send any CC? 6) later (after the PIC16F firmware migration, so in about 2-3 months...) 7) in my Logic environment I've integrated a switch which routes incoming events either to the sequencer or to a dead end. The switch is assigned to a MIDI event, so that I'm able to control it from the MIDIbox SID (OSC Ctrl->Assign layer). Behind the switch I've added a filter object which ensures that only events from MIDI channel #1 (assigned to SID master) are forwarded to the sequencer in order to prevent the feedback loop. Best Regards, Thorsten.
  25. The inputs for CC#8..CC#15 are floating, so I guess that there is something wrong with the second 4051 - check especially the power connections to this multiplexer and to the appr. pots. Best Regards, Thorsten.
×
×
  • Create New...