Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. Frontend running on http://localhost:8000/
  2. DEBUG: nDevices = 4
  3. DEBUG: devices = [DeviceInfo {interface = "ALSA", name = "Midi Through Port-0", input = False, output = True, opened = False},DeviceInfo {interface = "ALSA", name = "Midi Through Port-0", input = True, output = False, opened = False},DeviceInfo {interface = "ALSA", name = "UM-ONE MIDI 1", input = False, output = True, opened = False},DeviceInfo {interface = "ALSA", name = "UM-ONE MIDI 1", input = True, output = False, opened = False}]
  4. DEBUG: umoneOutputs = [(3,DeviceInfo {interface = "ALSA", name = "UM-ONE MIDI 1", input = True, output = False, opened = False})]
  5. DEBUG: inputDevice = Just 3
  6. DEBUG: edev = Right 0x00007efb4c021cb0
  7. Initializing the keyboard...
  8. 127.0.0.1 - - [14/Nov/2018:17:36:16 +0100] "GET /static/0dspiyay7ldlnxdk7c7q3wjc9b2m4sy348piy8c6qq4dbs00d9x6-obelisk.jpg HTTP/1.1" 200 17351 "http://localhost:8000/" "Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0"
  9. DEBUG: nDevices = 4
  10. DEBUG: devices = [DeviceInfo {interface = "ALSA", name = "Midi Through Port-0", input = False, output = True, opened = False},DeviceInfo {interface = "ALSA", name = "Midi Through Port-0", input = True, output = False, opened = False},DeviceInfo {interface = "ALSA", name = "UM-ONE MIDI 1", input = False, output = True, opened = False},DeviceInfo {interface = "ALSA", name = "UM-ONE MIDI 1", input = True, output = False, opened = True}]
  11. DEBUG: umoneOutputs = [(3,DeviceInfo {interface = "ALSA", name = "UM-ONE MIDI 1", input = True, output = False, opened = True})]
  12. DEBUG: inputDevice = Just 3
  13. DEBUG: edev = Left BadPtr
  14. In the function getUmouneInputDevice: BadPtr
  15. CallStack (from HasCallStack):
  16. error, called at frontend/src/InputDevice.hs:61:17 in main:InputDevice
  17. <interactive>: threadWait: invalid argument (Bad file descriptor)
  18. 127.0.0.1 - - [14/Nov/2018:17:36:16 +0100] "GET /favicon.ico HTTP/1.1" 200 5 - "Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement