Anyone have any comments about Muse 3.1?
muse-sequencer.org is down right now, but their github is up...
I've been on 2.1 as my main sequencer for ages.
--
I don't use Muse much/at all anymore, but it was the first sequencer I
used on linux and I still keep it updated.
One minor issue with building it is the change in the name of
libinstpatch-1.0.pc to libinstpatch.pc in the git version of
libinstpatch. For me it was a simple case of
- pkg_check_modules ( LIBINSTPATCH libinstpatch-1.0 )
+ pkg_check_modules ( LIBINSTPATCH libinstpatch )
in CMakeLists.txt. The above is from fluidsynth git as I was looking to
see if they had done anything clever like checking for both names.
hth