Jump to content

nILS

Frequent Writer
  • Posts

    4,313
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by nILS

  1. Would you mind telling us what you did to fix it?
  2. A lot of people on Windows use "MIDIOx" which you can find via google or a search in the forum ;-) edit: right you are cimo!
  3. Seconded: Sketch Up is really nice ;)
  4. 1) Are the pins on the encoder connected correctly? 2) Is the encoder connected to a pair of adjacent pins on an SR starting with an even one (0, 2, 4, 6)?
  5. Das gilt aber nur für's Stereo-Setup ;) Wenn Du zwei völlig unabhängige SIDs haben willst brauchst Du selbstredend auch 2 Cores.
  6. Basically what that means is you need to *add* lines. Not remove them ;) In the seup_*.asm file there is the CS_MENU_DIN_TABLE, which you already modified. It needs 5 extra entries for the additional 5 buttons. Like this: DIN_ENTRY CS_MENU_BUTTON_Sel6, 1, 3 ; define this if CS_MENU_DISPLAYED_ITEMS > 5 DIN_ENTRY CS_MENU_BUTTON_Sel7, 1, 2 ; define this if CS_MENU_DISPLAYED_ITEMS > 5 DIN_ENTRY CS_MENU_BUTTON_Sel8, 1, 0 ; define this if CS_MENU_DISPLAYED_ITEMS > 5 DIN_ENTRY CS_MENU_BUTTON_Sel9, 1, 1 ; define this if CS_MENU_DISPLAYED_ITEMS > 5 DIN_ENTRY CS_MENU_BUTTON_Sel10, 2, 7 ; define this if CS_MENU_DISPLAYED_ITEMS > 5[/code] Just set the SR# and Pin# like you did with the other buttons and you're all set to go.
  7. Thanks for pointing out a little mistake in the "plain english" version of the formula ;-) (Which didn't affect your calculations btw) With event numbers < 8, SR will always be 1 (which is correct) and Pin will be the event number, as it's the remainder of the division.
  8. Pascal: Wenn Du das Pollin Netzteil nimmst solltest Du die Optimierung erstmal weglassen. Die 5V können direkt auf die Cores. Und die 12V solltest Du nicht mittels der 5V auf ~17V hochschrauben bevor Du die dann in den 7809 führst und da wieder auf 9V runter ziehst. Also 5V direkt an die Cores (J2) und die 12V direkt an die SIDs (J1) ;-) Wenn das erstmal geht, dann würd ich's mit der Optimierung versuchen wobei Du dran denken musst, dass ein 7809 der von 17V auf 9V regulieren soll ganz schön warm wird.
  9. brain-wash
  10. nILS

    MB-LC-Blog

    [me=nILS Podewski]meldet Interesse an[/me]
  11. ...turns out the WIKI page is already outdated as v1 of the app was used. :-[ The flickering AIN usually means you didn't ground the AIN pins or whatever you have hooked up to them is noisy. You can ignore that though. Every button you press should change the number under DIN. If it doesn't you have a hardware problem.
  12. Nope, the correct one is located here: http://www.ucapps.de/midibox_sid_manual_hw.html
  13. Yeah, this'll work, but... What does it do? It stores the notes. And then?
  14. Seconded. You won't find a program like "midiBOX Designer 3.5". You could write one though ;)
  15. Naja, meine Version hatte ich damals mit Delphi geschrieben, weil's einfach am schnellsten ging. ;) Verwendet hab ich eine Klasse mit dem klingenden Titel TMIDIIn, die mir per Event Handler mitgeteilt hat, wenn und was ankam... Wenn Dir Delphi auch weiterhilf, kann ich Dir gerne die Midi-Klasse zukommen lassen.
  16. http://www.reichelt.de/?ARTICLE=7241
  17. DIN = Digital INput. An LC display displays stuff, which means it's OUTput, so I don't really know what gave you the idea you needed a DIN board for it ;-) As matrigs already correctly pointed out, you don't need anything else to connect an LCD.
  18. Midi Logger (hab meine alte Kommandozeilenversion gestern rausgekramt): 35 Zeilen. ;-) So, audioworld - jetzt haste schon 2 Ansätze und musst Dich auch noch entscheiden ;D
  19. Wesentlich einfacher? Nur bedingt, weil: * ??? Das fertige MIOS C skeleton nehmen + 15 Zeilen Quellcode schreiben kannst Du unterbieten?
  20. Sorry Wilba, I'll put you down on for the WIKI Update newsletter ;)
  21. Well, I just rephrased your answer ;)
  22. Could you link that thread for us? http://www.midibox.org/forum/index.php/topic,10891.0.html http://www.midibox.org/forum/index.php/topic,10781.msg83081.html#msg83081
  23. Denk dran, das die SID und Core Module trotzdem eine gemeinsame Masse haben müssen ;)
  24. That's one professional looking case ;D Great layout on such a "small" panel! Very clean inside as well, great job!
  25. * AIN-Abfrage verlangsamen: Sicherlich geht das. Eventuell einfach wäre aber einfach nur jeden x-ten Wert zu verwenden. * Mit einem Pegel von 0..5V kommen die AINs an sich klar, ob ein Buffer jedoch sinnvoll wäre kann ich Dir leider nicht sagen * MIDI Logger Applikation: Da würde ich einfach mal sagen "selber schreiben". Das ist eine Sache von ca. 50 Zeilen Quellcode. Ich hab so was in der Art glaub ich auch noch irgendwo rumliegen. Könnte ich bei Gelegenheit mal raussuchen, wenn Du das brauchst. Hoffe das hilft Dir schon mal weiter!
×
×
  • Create New...