Package Details: seq24-bzr 0.9.3-1

Git Clone URL: https://aur.archlinux.org/seq24-bzr.git (read-only, click to copy)
Package Base: seq24-bzr
Description: A pattern-based midi sequencer with strong live performance functions
Upstream URL: http://launchpad.net/seq24
Licenses: GPL
Conflicts: seq24
Provides: seq24
Submitter: yotann
Maintainer: None
Last Packager: quomoow
Votes: 7
Popularity: 0.000000
First Submitted: 2008-12-12 03:16 (UTC)
Last Updated: 2016-10-31 22:33 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

stanv commented on 2021-02-25 10:30 (UTC)

@dermusikman, works like a charm, thanks! Let me see if i can help you with a pull request...

dermusikman commented on 2020-06-15 05:46 (UTC)

Looks like upstream may have abandoned this, but I've updated the source URL and patched it to get it to build. (The defined 'mutex' class was ambiguous, so I made it unambiguous.) I don't know how to submit a pull request, but I've got my changes available here:

https://github.com/dermusikman/seq24-bzr/tree/my_mutex

milkii commented on 2015-12-23 02:07 (UTC)

hmm, didn't have to apply Mr.Magne's patch, but i did have to change the PKGBUILD configure line to; CXXFLAGS="-O2 -std=c++11" ./configure --prefix=/usr --disable-lash

funkmuscle commented on 2015-11-03 11:39 (UTC)

hey it looks like someone made a fork: https://github.com/ahlstromcj/sequencer64

Mr.Magne commented on 2015-10-30 12:49 (UTC)

I had to patch src/perfedit.cpp (patch -f src/perfedit.cpp ../../patch.txt) with the following patch.txt 122c122 < m_button_snap->signal_clicked().connect( bind<Menu *>( mem_fun( *this, &perfedit::popup_menu), m_menu_snap )); --- > m_button_snap->signal_clicked().connect( bind<void>( mem_fun( *this, &perfedit::popup_menu), m_menu_snap )); 155c155 < m_button_bpm->signal_clicked().connect( bind<Menu *>( mem_fun( *this, &perfedit::popup_menu), m_menu_bpm )); --- > m_button_bpm->signal_clicked().connect( bind<void>( mem_fun( *this, &perfedit::popup_menu), m_menu_bpm )); 165c165 < m_button_bw->signal_clicked().connect( bind<Menu *>( mem_fun( *this, &perfedit::popup_menu), m_menu_bw )); --- > m_button_bw->signal_clicked().connect( bind<void>( mem_fun( *this, &perfedit::popup_menu), m_menu_bw ));

yotann commented on 2011-08-29 17:27 (UTC)

Updated, thanks.

falkTX commented on 2011-08-29 16:59 (UTC)

please disable lash (--disable-lash) as it's broken

yotann commented on 2010-12-24 03:31 (UTC)

Updated, thanks.

<deleted-account> commented on 2010-12-14 17:43 (UTC)

you need to add the --install option to autoreconf for it so compile