Jump to content

TK.

Administrators
  • Posts

    15,254
  • Joined

Everything posted by TK.

  1. Du koenntest mal folgendes ausprobieren: trenne die A/B/C Leitung vom Core Modul, und haenge sie direkt an 0V/5V, um die einzelnen Kanaele manuell zu selektieren. Insgesamt gibt es 8 Kombinationen: 000 001 010 011 100 101 110 111 0 = 0V, 1 = 5V Mit jeder Kombination darf nur ein einziger Kanal durchgeschaltet werden. Das Core Modul wuerde jeweils 8 MIDI Events aufeinmal senden, die CC-Werte entsprechen immer der Position des selektierten Potis Gruss, Thorsten.
  2. Die Signale sollten zwischen 0V und 5V wackeln, allerdings werden die so schnell bedient, dass man den Spannungslevel nur mit einem Oszilloskop ermitteln kann. Wenn man ein normales Messgeraet dranhaengt, misst man nur so etwas wie den Wechselspannungs-Mittelwert Hast Du mal die Spannungen der Potis direkt an den analogen Eingaengen des 4051 gemessen? Gruss, Thorsten.
  3. You don't need to switch to the second layer in order to use the function. Just write it into the first table, or write it into both. This really depends on your hardware. Let's say, you are using the same buttons like me - in this configuration no button is free anymore, but you could replace a function which you are normaly not using. Let's say, you don't need ID_CLICK so often. Then just swap ID_CLICK with ID_SCRUB Does this answer your question? Best Regards, Thorsten.
  4. Hallo, es kann sich hierbei eigentlich nicht um ein Softwareproblem handeln. Schau Dir doch nochmal das AIN Modul genauer an, entweder haben die drei Select-Leitungen einen Wackelkontakt, oder die Masse ist nicht richtig angeschlossen (so dass die drei Signale nicht richtig durchkommen) Gruss, Thorsten.
  5. You could define a Meta event in mb64_meta.inc which sends the NRPN stream. Just remove everything below MB64_META_Handler and write: MB64_META_Handler ;; Example: Meta Event "F4 20" sends B>4< 63 01 62 >20< 26 vv movf MIDI_EVNT0, W ; extract MIDI channel andlw 0x0f iorlw 0xb0 ; send controller | MIDI channel call MIOS_MIDI_TxBufferPut movlw 0x63 ; NRPN MSB call MIOS_MIDI_TxBufferPut movlw 0x01 call MIOS_MIDI_TxBufferPut movlw 0x62 ; NRPN LSB (specified in Meta Event Entry) call MIOS_MIDI_TxBufferPut movf MIDI_EVNT1, W call MIOS_MIDI_TxBufferPut movlw 0x26 ; MSB Value (pot value) call MIOS_MIDI_TxBufferPut movf MIDI_EVNT_VALUE, W call MIOS_MIDI_TxBufferPut return [/code] Best Regards, Thorsten.
  6. MBHP_BURNER is not beta anymore, as I mentioned: the PCB will be released soon. It might look harder, but it works more reliable due to the external voltage source. I wouldn't recomment to build a burner/programmer without a PIC socket One month earlier, and I would have been able to help you directly in Singapore (theoretically, because I was very busy there ;-)) However, you could ask Frank, he lives in Singapore Best Regards, Thorsten.
  7. no news, neither about the additional DOUTs, nor DINs Best Regards, Thorsten.
  8. Really great job done by Kurt! He wrote:
  9. TK.

    Sliders

    voti.nl now offers 10k linear sliders. Order code: R-SLIDER-10k They are cheap! (EUR 1.10) Quality is ok for this price (I received and tested some samples) - not sure about the long-term stability, users: please write down your experiences Best Reagrds, Thorsten.
  10. In order to avoid such a server desaster which happened during my last holidays, there are now two additional guys who will help me on the administration of midibox.org in future. These are (applause!) o SmashTV (Forum administration) o Twin-X (Server administration) Best Regards, Thorsten.
  11. Hi, I guess that you mean the DB50XG card from Yamaha, this was a nice XG synth with some extra gimmicks, like a QS300 mode (gives you access to a huge sound library). I built a MIDI + PSU extension cable for this card some years ago, based on schematics from the Elektor magazine. This extension allows me to use the card without PC. I'm not able to find the (simple schematic) in the net, but this page gives the required informations: http://www.pan.no/ymahauk/html/xg_faq.htm Pin out assignments for DB50XG/conforming to waveblaster specifications: * 24 - left out * 20 - right out * 1,3,5,7,9,11 - digital ground * 15,17,19,21,23,25 - analog ground * 6,10,14 - +5v * 18 - +12v * 22 - -12v * 4 - midi in * 8 - midi out [/code] So, you need a PSU which delivers +5V and +/- 12V There are a lot of ground pins, two audio outputs and finally the MIDI In/Out pair, which can be handled like the MIDI In/Out of the MBHP_CORE module (6N138 optocoupler circuit at MIDI In) Best Regards, Thorsten.
  12. I removed all references to the CNY17 from my website because of the bad experiences with this optocoupler. It doesn't work together with all MIDI interfaces Best Regards, Thorsten.
  13. Great! :) Best Regards, Thorsten.
  14. I agree with SounDuke. The shorts you noticed could be the reason why the whole circuit is not working anymore, because they could have damaged the transistors (or not...) - it's hard to find this out, especially when you don't know that the module plays together with your PC and windows installation. You could either build a less error-prone programmer like MBHP_BURNER (btw.: I will hide the JDM page as soon as the PCB is ready, because people still ignore the warnings) --- or you could ask somebody from the forum to burn your PICs (for free!) Best Regards, Thorsten.
  15. thats the same connector I had for my first headphones - the advantage was, that I was able to use it for stereo in one direction, and for mono (both channels connected together) in the other direction. Best Regards, Thorsten.
  16. I still don't get the point. Could you please write down exactly the button assignments for which you are searching for? Best Regards, Thorsten.
  17. Are you sure, that your host software doesn't provide such a transpose function? With a Logic Environment this wouldn't be a big problem. If not, you could use either another host, or a plug-in-able (sorry for the strange word ;-)) host like EnergyXT, which provides such functions http://www.xt-hq.com/ Best Regards, Thorsten.
  18. Interesting - this confirms again, that JDM troubles are mostly related to the PC or software environment. It's a big advantage to have a lot of friends (with a lot of different PCs ;-) Best Regards, Thorsten.
  19. You could use the same connectors, but don't do it - the risk that you or somebody else mixes the two connectors and destroys your MIDIbox or any other MIDI gear is too high. Instead just use an alternative format for the PSU plug/socket - there are different DIN formats available, and they cost exactly the same price like a MIDI plug/socket pair Best Regards, Thorsten.
  20. Thats very unlikely - 1) because the flash programming mode is an independent mode which works regardless of the flash content (only exception: if the programming protection has been activated - but it will be deactivated when you erase the whole flash via IC-Prog) (*), and 2) because MIOS and the BSL erases automatically each 64byte sector before it should be programmed. If it wouldn't do this, it wouldn't cause any damage. The effect would be, that old 0s cannot be turned into 1s, MIOS would report an verify error They only reason I know, why a particular PIC cannot be burned is, that the 10k pull-down at RB5 is missing, because this is a random effect (sometimes it works without this resistor, sometimes not...) Best Regards, Thorsten. (*) Sidenote to avoid wrong assumptions: MIOS doesn't modify the protection, and it's very unlikely that this is done by a programming error due to a specia unlock sequence which is required to access the configuration sector
  21. This is the nice looking MIDIbox64 of Greg, he wrote:
  22. Maybe I just don't understand your idea... but... what is the advantage? If a button function of the second layer should always be available, why you don't specify it in all layers at the same position (=pin)? Best Regards, Thorsten.
  23. Maybe it would help to know, which changes you are doing exactly. Are you able to build the original release without any modification? Best Regards, Thorsten.
  24. Previous posting splitted to: http://www.midibox.org/forum/index.php?topic=5543.0 Best Regards, Thorsten.
  25. It is - $10 + taxes + shipping is a fair price compared to the effort which is required to build a discrete filter Yes, it's just the TB303 mode - not the typical TB303 sound. In fact I wasn't able yet to realize the same filter behaviour like on my moog-filter yet, I think that I have to optimize the OP stage at the end of the DAC, or the voltage divider at the CEM3378 filter CV input in order to fix this. However, the filter gave me some enjoyable hours today, it already makes a lot of fun to play with this toy :) Fx processor: there was a guy who realized a DSP project for such jobs, search for "miss parker" in the forum On the other hand: I prefer the use of VST plugins. The usage is simple and more flexible. Best Regards, Thorsten.
×
×
  • Create New...