ahlstromcj / sequencer64

A major reboot of Seq24. Current release 0.97.0 (2021-05-13), native JACK MIDI, Song recording, playlists, and a Windows/Qt version. For fresher code, see the Seq66 project. Note that trigger and mute-group-in-MIDI-file formats have evolved! Back up your work!
GNU Affero General Public License v3.0
237 stars 28 forks source link

seq64 does not play when using JACK #177

Closed mxmilkiib closed 5 years ago

mxmilkiib commented 5 years ago

With JACK enabled, clicking play directly after starting does nothing other than change the button state, i.e., the time display does not move.

ahlstromcj commented 5 years ago

Just started looking into this, but am having weird issues between Seq64, Yoshimi, ALSA, and JACK. Gotta get past that first.

In the meantime, clarify if you have both JACK Transport and JACK MIDI enabled in Seq64. Also recreate your issues with the QJackCtl Connections window open and let me know what else you find. Also, are you running from master or the midi_control branch? Thanks man!

ahlstromcj commented 5 years ago

Well, there's something up with yoshimi, whether the latest Ubuntu version 1.5.6 or the 1.6 rc built from source. Wants ALSA audio (but JACK MIDI), no matter what. And I have force-kill it ("killall -9 yoshimi").

I'm running the midi_control build of Seq64 with Qsynth now, at it seems to be working fine with JACK. I'll check out the qt bug now.

-------- Milk Brewster 08:46 Thu 29 Aug --------

With JACK enabled, clicking play directly after starting does nothing other than change the button state, i.e., the time display does not move.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.

References

Visible links

  1. https://github.com/ahlstromcj/sequencer64/issues/177?email_source=notifications&email_token=AB45LKDMCVRGCJH3FGNRAITQG7VODA5CNFSM4ISD5MOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HIHUUTQ
  2. https://github.com/notifications/unsubscribe-auth/AB45LKFZXDGRIOJX2E2QQRLQG7VODANCNFSM4ISD5MOA

-- Good news. Ten weeks from Friday will be a pretty good day.

mxmilkiib commented 5 years ago

Aaaaah. It's because for some reason the MIDI Driver was set to None, rather than ASLA Sequencer. Apologies for the noise. Gosh knows how that got set.

mxmilkiib commented 5 years ago

Ah, possibly because I tested moving to a systemd unit to start JACK with, and the problem is the same using that, so obviously the preferences used by the unit file don't define MIDI, and maybe Cadence is 'smart' enough to pickup what JACK is set to by means other than itself.