sequencer64 icon indicating copy to clipboard operation
sequencer64 copied to clipboard

JACK transport as non-Master does not work with seq32 JACK support not built in.

Open ahlstromcj opened this issue 9 years ago • 1 comments

If the current (default) build of Sequencer64 is made, it does not include the JACK support ported from seq32. In this case, setting up JACK Transport without making the application JACK Master causes the application to not play loops. The cursor moves to a non-zero position and stays there.

The workaround is to configure the application using the --enable-seq32jack option, which enables the ported seq32 JACK support (which may still have its own issues, as it is still in progress). Eventually, the seq32 JACK support will be the default.

Note that seq32 is another GitHub project by user "stazed". Check it out!

ahlstromcj avatar Oct 22 '16 12:10 ahlstromcj

This issue is tentatively fixed (by enabling permanently a bit of seq32 code in jack_assistant). However, there are a handful of small side issues I will be fixing soon. Anyway, check out the latest commit in fixups.

ahlstromcj avatar Oct 23 '16 14:10 ahlstromcj