Flash Hiduino on Arduino Uno SMD with Arduino Uno ISP

Hey,

I'm trying to flash the Hiduino Firmware GitHub - ddiakopoulos/hiduino: Native USB-MIDI on the Arduino to an Arduino Uno SMD with an Arduino Uno ISP.

I have connected both Arduinos like it is described here http://arduino.cc/en/Tutorial/ArduinoISP

Then i tried to flash the firmware with avrdude with following commands:

avrdude -p m328p -b 19200 -P COM3 -c avrisp -V -F -e -u -U lock:w:0x3F:m -U hfuse:w:0xD8:m -U lfuse:w:0xFF:m -U efuse:w:0x03:m

avrdude -p m328p -b 19200 -P COM3 -c avrisp -V -D -F -u -U flash:w:usbserial_uno_16u2.hex.hex:i

avrdude -p m328p -b 19200 -P COM3 -c avrisp -V -F -u -U lock:w:0x0F:m

When I connect the UNO SMD via USB my PC doesn't recognize it as a MIDI interface.

I'm trying to find a solution to this for days but I can't see the forest for the trees and I suppose that I have insufficient background knowledge.
Can anybody help me with a step by step instruction?

(deleted)