Jump to content

raphael

Frequent Writer
  • Posts

    592
  • Joined

  • Last visited

Everything posted by raphael

  1. For battery-powered FX-Pedals: Yes, negative pole of battery is ground. For all MidiBoxes GND is at pin 2 of the 7805 voltage regulator of the core module. Some technical background (concerning audio stuff): http://www.aikenamps.com/StarGround.html
  2. From d2k's first post of this thread: "I've successfully made a pcb with the added components (as shown in this pdf: http://ucapps.de/mbhp/mbhp_lcd7_pcd8544_cheap_single.pdf) and a connector for simple attachment to a pinheader or such" So it's just the connector to attach the display to a pinheader. Raphael
  3. Thats clear. See AIN_NUMBER_INPUTS in main.h and change it to 0 if you have no AIN connected. (No idea for the DIN issue, sorry!)
  4. Such mal hier im Forum. Ein PS/2 Tastatur-Interface wollten schon einige bauen. Siehe auch: http://www.electronic-engineering.ch/microchip/projects/keyboard/v3xx/keyboard_v3xx.html Das ist allerdings gut. Hab ich auch und ist das Geld locker wert. Raphael
  5. Very strange. The SEQ does not support AIN. In main.asm DEFAULT_NUMBER_POTS is set to 0. And MIOS_AIN_NumberSet disables the AIN module of MIOS if it's called with 0 pots (More exact: The timer disables itself like expained in the MIOS sources). So If you have made no changes to the SEQ application, this seems to be a hardware issue. Yave you checked the connection from pin 10 (SER) of chip 1,2,... to pin 9 (QH) of the following chip? Have you tested this with another DIN module?
  6. Ja. Da der MPX max. 10 mA zieht, stellt das kein Problem dar. Raphael
  7. Bin schon weg ;D ;D ;D
  8. Der Trafo sollte dicke reichen ;) Wenn deine Box aber wirklich über 500mA zieht, solltest Du dem 7805 aber nen Kühlkörper spendieren, der wird dann naämlich wirklich sehr heiß!
  9. MB64E unterstützt seit V2.1 auch 64 Potis. Die werden dann auf die encoder 64-128 gemapped. Siehe MB64E changelog. Raphael
  10. Right! MB64 if you use pots (like you described). Only unused AIN inputs have to be clamped to ground. DINs and DOUTs: nothing to do with unconnected pins. depends on the button mode: On/Off, On Only, Toggle Mode Toggeling is already implemented (for buttons). For pots you`ll have to implement the special features on your own. If you don`t want to use assembler, take a look at the ain64_din128_dout128 C example. It might be easier (Just a suggestion, I never used this) Raphael
  11. I`d prefer sw modulation. 8 outputs will be enough for almost all applications. Raphael
  12. Yes. Every input on the core handles 8 AIN inputs. So a pot connected directely will be seen as 8 puts from the core. HINT: Read always the comments in main.asm (line 11): --> So set it to 0 if you don't have a AIN connected.
  13. These features would be great for all modular analog synth users. Unfortunately mine is still in the planning stage ;) Raphael
  14. Thanks, Thorsten! Nice features. Especially the synchroniced switching. Yes, I have... ;D ;D ;D Raphael
  15. As Thorsten already mentioned: A single pot without AIN moard will behave like 8 pots (multiplexing). So if you have it connected to the first analog input. the core will send a message for the first 8 pots configured in the MIDIbox64 Editor.
  16. Yes, Core and SID are not required to test the voltage.
  17. Also das midifizieren der Orgel-Manuale machst Du am besten mit MIDIO128. Da musst Du auch nichts programmieren. Es ist schon alles fertig. Eventuell kennst Du ja jemanden, der sich die Sachen mit Dir zusammen ansieht und Dir beim Übersetzen hilft (Du sprachst von Söhnen?). Und zur Not gibt es immer noch das Forum hier. Einfach fragen, wenn was unklar ist. Ich auch ;D ;D ;D
  18. Oh... I read over that MC is also supported. So using the standard MBLC should work without problems. No need to port the HUI protocol...
  19. Search the forum for "HUI". I think noone has done it so far, but as Thorsten mentioned in his introduction of the MBMM (http://www.midibox.org/forum/index.php?topic=4839.0) this piece of C code would be a good starting point. Raphael
  20. Bezüglich midifizierung der Orgel-Tastatur und der Zugriegel solltest Du dich mal im Midification-Board umschauen: http://www.midibox.org/forum/index.php?board=5.0 Die entsprechende Software wäre dann MIDIO128: http://www.ucapps.de/midio128.html Für das Oktavieren wüde ich dir den Midi-Filter (http://www.ucapps.de/midifilter.html) empfehlen. Oder aber du schreibst Dir das mit dem MIOS C Wrapper einfach selbst, wie Thorsten schon sagte. Gruß, Raphael
  21. If you search the forum you'll find several discussions about adding digital outputs: http://www.midibox.org/forum/index.php?topic=652.0 I think noone really has done it so far. I think it would be a better investment for you to buy a comercial A/D converter which you can use on all analog sources. Btw. how do you do microphone recordings without A/D?
  22. No, this test says nothing about the SID. Only way to test the SID is to put the chip back into a C64 and play a game...
  23. Look at the MB64E_Presets_OffsetLEDPatterns in mb64e_presets.inc. You just have to modify the patterns. For example I changed them for 13 LEDs. Pattern #1 then looks like this:
  24. Ja, das ist OK. Wenn Du aber sonst noch was brauchst, kommst Du bei Voti billiger weg (www.voti.nl). Für das Display alleine kommt der Versand bei voti teurer.
  25. Das SHX8 wird momentan nur von der MB64 unterstützt. MIDIO128 hat gar keine AOUT-Unterstützung. Das steht aber alles auf den AOUT und SHX8 Seiten... Meinst Du damit etwa die Gate-Ausgänge des AOUTS?
×
×
  • Create New...