Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pipewire pipewire
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 405
    • Issues 405
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PipeWire
  • pipewirepipewire
  • Issues
  • #1156

Closed
Open
Created May 06, 2021 by Mattias Petersson@mattiaspetersson

Cannot connect directly to MIDI hardware ports in SuperCollider

Pipewire 0.3.26, Arch Linux 5.12.1-arch1-1

The following SuperCollider code should initialize the MIDIClient and create a connection directly to my MIDI hardware interface and finally play a note on the first channel of that port. But it doesn't. It might be a SuperCollider issue of course but it did work before installing Pipewire, so maybe not. I can make it work by patching SuperCollider's virtual port to the hardware port in Carla, but the newByName method should connect directly according to the docs.

MIDIClient.init; m = MIDIOut.newByName("mioXL", "mioXL MIDI 1"); m.noteOn(0, 60, 64);

What could be the issue here? I'm attaching a screenshot of how it looks in sc and Carla (with the patch cord that makes it work).pic-full-210502-1046-20

Edited May 06, 2021 by Mattias Petersson
Assignee
Assign to
Time tracking