Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No JACK MIDI in ports? #152

Open
simonvanderveldt opened this issue Jul 23, 2017 · 13 comments
Open

No JACK MIDI in ports? #152

simonvanderveldt opened this issue Jul 23, 2017 · 13 comments

Comments

@simonvanderveldt
Copy link

I just compiled and installed Helm 0.9.0 and ran into this issue:
Helm doesn't have any JACK MIDI in ports, but it does appear to have an audio in port :?
I'm not sure if I remember it correctly but I believe Helm used to have JACK MIDI in ports.
Did I do something wrong when compiling? Are other dependencies needed apart from jack itself to get this to work? Or could this be a bug in Helm?

Patchbay screenshot for reference:
image

@shimpe
Copy link

shimpe commented Jul 23, 2017

I can confirm that in helm 0.8.6 there are midi in ports

image

@simonvanderveldt
Copy link
Author

@shimpe Thanks for the info. I just built 0.8.6 and I'm experiencing the issue with that as well.
So I guess that means something is wrong with how I build Helm and/or it's dependencies?

@shimpe
Copy link

shimpe commented Jul 23, 2017

I guess it's some build flag, but since I'm only a casual user of helm I cannot tell you what went wrong.
Just for fun I compiled git master and don't see any midi inputs in that version either...

@simonvanderveldt
Copy link
Author

@shimpe Could it be that the MIDI in ports you see are actually ALSA MIDI ports, exposed through something like a2jmidid?

Since afaik Helm uses JUCE and JUCE apparently doesn't support JACK MIDI that would mean currently only ALSA MIDI should be supported.

ALSA MIDI isn't working for me either though :(

@shimpe
Copy link

shimpe commented Aug 8, 2017 via email

@simonvanderveldt
Copy link
Author

I've checked the commits between 0.5.0 and 0.6.0 and the changes regarding JACK MIDI were actually related to ALSA MIDI. There is indeed no JACK MIDI support in JUCE, ALSA MIDI is currently the only supported option.

Using either something like a2jmidi or running jack with -Xseq will show ALSA MIDI ports in JACK, which is what's happening for everyone who does see the ports :)

Since this is something that needs to be fixed in JUCE I don't know if this issue should remain open?
Judging by JUCE's responses to Linux requests so far I'm not holding my breath...

@trebmuh
Copy link
Contributor

trebmuh commented Dec 14, 2017

Same issue here, building it on a debian stretch up-to-date. No JACK-MIDI input connection. That said, one can connect a midi-usb or a virtual keyboard to "midi through port-0" in Catia (should/could be available in other jack patchbay such as qjackctl) and then, my virtual or midi-usb keyboard is able to control helm.

I've another build from 6784938 that I have access to a JACK-MIDI input with.

@mtytel : is there something we can do or try out or that's just because JACK-MIDI support has been abandoned in helm?

@tavasti
Copy link

tavasti commented Oct 31, 2018

I just downloaded prebuilt helm from https://tytel.org/helm/ and installed it. System is ubuntu 18.04.

No jack or alsa midi port shown in qjackctl.

@layk
Copy link

layk commented Nov 16, 2018

Just compiled and it seems helm is in some sort of 'universal omni mode' somewhere around alsa when using jack audio.
It repeats everything i put on sequencer64 with no connections to it on every midi channel. Even changing channel won't help.
Wery interesting synth. Midi bindings and all. And what a set of preset selection. Kudos to @mtytel

@layk
Copy link

layk commented Nov 16, 2018

I offer testing help here to get this working.

@MarcoBodega
Copy link

MarcoBodega commented Feb 1, 2019

It's the nicer but the most difficult synth to connect to (probably because of JUCE?).
I'm used to use only qjackctl to connect softwares. If MIDI input doesn't show up, then I start: "a2j -e"
but in this very case, qjackctl-Connection doesn't help.
Instead using Patchage I get Midi Through both via ALSA and JACK.

Helm conf: audio dev= JACK, output=system, Active MIDI Input=Midi Through Port-0

In my last use case, piloting Helm via Seq64 (JACK Transport + Native JACK MIDI), I can do something like:

  • (JACK MIDI) seq64: a2j Midi Through Port-0 -> a2j: Midi Through Port-0
  • (ALSA MIDI) Midi Through:Midi Through Port-0 -> Helm: Midi Through Port-0
  • seq64 track's GUI: select Midi Through

screenshot_20190201_163732

@anagram3k
Copy link

Using the Helm deb provided on the homepage, I couldn't make it work even after following the instruction provided by MarcoBodega.

Compilation fails on Ubuntu Studio 20.04 with this error:

../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h: In member function ‘juce::uint8& juce::PixelARGB::getAlpha()’:
../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:116:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[3]’ to ‘juce::uint8&’ {aka ‘unsigned char&’}
  116 |     forcedinline uint8& getAlpha() noexcept           { return comps [indexA]; }
      |                                                                ~~~~~~~~~~~~~^

@lhanson
Copy link

lhanson commented Oct 6, 2021

I'm having similar issues getting Helm to run standalone. I did have success at some point using qjackctl and routing my MIDI controller into Helm, and then Helm audio out to my soundcard. I'm not sure what changed, but I'm no longer able to do that; Helm only shows Jack audio inputs.

While messing around with Carla I discovered that I can use Helm as a plugin under the Rack tab, and then in Patchbay I can route MIDI through Carla like I used to be able to do with Helm as a standalone app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants