Page 1 of 1

seq64

Posted: Wed Oct 03, 2018 3:40 pm
by lilith
Would it be possible to include the seq64 sequencer in the KX repos? I heard of problems while building it and I would be also interested to test / use it. I think that this project is largely overlooked. :?

https://github.com/ahlstromcj

Re: seq64

Posted: Wed Oct 03, 2018 6:46 pm
by chaocrator
the best live-oriented software sequencer, period.
i even regret a bit that i don't use it in my live setup anymore. :mrgreen:
lilith wrote:I heard of problems while building it and I would be also interested to test / use it. I think that this project is largely overlooked. :?
for some obscure reason, i can build deb package manually, but the procedure has quirks, so the build failed when i tried uploading it to my ppa.
the last (0.96.0) release is superb, and looks soooooo sexy in qt version…

Re: seq64

Posted: Fri Oct 05, 2018 6:38 am
by khz
With Gentoo, what I use, I can build it. https://gpo.zugaina.org/media-sound/sequencer64
At Debian I read that it doesn't work, error message is:

Code: Select all

config.status: error: cannot find input file: `Makefile.in
(Can anyone tell step by step how to build it?)

(
libtoolize:

Code: Select all

apt-get install libtool m4 automake
)

Code: Select all

aclocal

Code: Select all

libtoolize

Code: Select all

automake --add-missing

Code: Select all

automake

Code: Select all

 ./configure --enable-release --enable-rtmidi

Code: Select all

make

https://github.com/ahlstromcj/sequencer ... ter/debian

seq64 is a great sequencer program! If it is buildable it would be excellent if it were included in the KX repos.
There is still: https://launchpad.net/seq24, https://github.com/Stazed/seq32, https://github.com/Stazed/seq42.

##

seq24:
(https://bugs.launchpad.net/seq24/+bug/1647614)

Code: Select all

wget https://bugs.launchpad.net/seq24/+bug/1647614/+attachment/5016898/+files/01-mutex.patch

Code: Select all

cd seq24-0.9.3

Code: Select all

patch -p1 < ../01-mutex.patch

Code: Select all

aclocal
And otherwise as described there https://launchpad.net/seq24 (https://www.audio4linux.de/forum/viewto ... f=6&t=1439).

THX @yustin

Re: seq64

Posted: Fri Oct 05, 2018 1:38 pm
by chaocrator
i'll post deb package build procedure a bit later.

Re: seq64

Posted: Sat Oct 06, 2018 11:21 am
by chaocrator
falkTX wrote:I have a deb package ready for >= 16.04/gcc5 systems, but I want to see if I can make it build with older distros too.
cool!
but please consider building also CLI version along with GUI, as described here:
https://github.com/ahlstromcj/sequencer ... -420640496

Re: seq64

Posted: Sat Oct 06, 2018 1:07 pm
by khz
THX \o/

Re: seq64

Posted: Mon Oct 08, 2018 8:35 am
by khz

Re: seq64

Posted: Tue Oct 09, 2018 7:02 pm
by briandc
Great to see this addition of Seq64. Thanks falkTX!
Truly an example of how old is sometimes better! (There's lots of nice stuff for linux that's still as good as it's ever been!)


brian