Reviving the TO HOST port using Arduino and USBSerialMIDI by ValleyBell

Поділитися
Вставка
  • Опубліковано 7 вер 2024

КОМЕНТАРІ • 18

  • @JayBmusic
    @JayBmusic  6 місяців тому +5

    Thanks to Github user "Mwyann" Windows compatibility has been fixed and the Arduino board now gets recognized as a MIDI interface with 4 MIDI Outputs and 1 MIDI In.

    • @rdoursenaud
      @rdoursenaud 5 місяців тому

      Thank you for the video. You kinda forgot to thank the original author for his awesome work figuring the intricacies of an ancient protocol and building a nifty little tool accessible for free to everyone.

  • @danzarz
    @danzarz 6 місяців тому

    Thank you for the inspiring idea. In my studio are MU100R and NX5R - both with TO-HOST :) I solved this problem by installing VMware Workstation Player with Windows XP, then rtpMIDI tool inside the XP guest OS and outside in the host OS. Of course, the NX5R is connected to PC via RS232 cable with TO-HOST on the synth side. The COM is addressed in XP using KORG I/F drivers.

  • @summerlaverdure
    @summerlaverdure 2 місяці тому

    excellent, i just found my arduino mega, gonna try to make one of these for my ns5r

  • @LeoLeoJR
    @LeoLeoJR Рік тому +1

    I think it is valuable description and can be useful. Thank you for publishing.

  • @lumiere_eleve
    @lumiere_eleve Рік тому

    Another day, another piece of history learnt!

  • @pizzagogo6151
    @pizzagogo6151 Рік тому

    Interesting, my kawai GMega half rack has one of these ports, may give it a go as a bit of project! Thanks.

  • @makaira6055
    @makaira6055 8 місяців тому +1

    Im very confused .. what about a simple 8-pin din to USB adapter cable? Could it do the job?

    • @JayBmusic
      @JayBmusic  8 місяців тому

      All the cables I found have a different pin layout. Also you'd somehow need to get the MIDI functionality going. The Arduino gets recognized as a MIDI interface, not just a serial port.

  • @projectNNMA
    @projectNNMA Рік тому

    Wow, interessant... Vor allem die "unscheinbare" Erwähnung der Dreamblast S2... Jetzt weiß ich, wie ich meine gute alte DB50XG wieder nutzbar machen kann... Dann brauch' ich eben ein NS5R. 😅

    • @JayBmusic
      @JayBmusic  Рік тому +1

      Dann hättest du praktisch einen NX5R. Das ist auch nur ein NS5R mit ner DB51-XG und einem leicht veränderten Interface. Also ja, sollte funktionieren. Allerdings klappt das auch mit ner normalen MIDI-Verbindung. Musst nur halt die Kanäle alle auf Interface C umstellen. ;)

    • @projectNNMA
      @projectNNMA Рік тому

      @@JayBmusic Den Arduino zu Midi Port baue ich mir dann natürlich auch gleich. Dann lässt sich alles gut nutzen. Ich freue mich jetzt schon aufs Ergebnis, auch wenn ich noch ein paar Monate warten muss, bis ich mein Musikzimmer renoviert habe. ;-)

    • @JayBmusic
      @JayBmusic  Рік тому

      @@projectNNMA Ich wünsche viel Erfolg! Sag Bescheid, wenn es geklappt hat!

    • @projectNNMA
      @projectNNMA Рік тому

      @@JayBmusic Ich konnte mir dieses Wochenende Zeit nehmen und alles löten, programmieren usw. Unter Windows wird der Arduino nicht als MIDI-Device erkannt. Mit dem Midiplayer von ValleyBell kann ich ein Midifile auf dem entsprechenden COM-Port abspielen (Arduino reagiert; zu sehen an den LEDs). Das Signal kommt aber leider nicht am NS5R an. Verkabelung etc. habe ich mehrfach gecheckt. Jetzt bin ich langsam ratlos.

    • @JayBmusic
      @JayBmusic  Рік тому

      @@projectNNMA Das Problem mit dem MIDI-Device unter Windows hab ich auch. Meine Abhilfe ist ein Skript, das zuerst das MIDIUSB_loop.ino installiert, damit Windows erkennt, dass es ein MIDI-Device ist, und anschließend das USBSerialMIDI.ino. Kann man natürlich auch jedes Mal manuell machen. Ist bisschen doof, aber so funktioniert das. Unter Mac wird das auch ohne dieses Workaround problemlos erkannt.