MusE 3.1.1 released

MusE is a DAW for Linux with both MIDI and Audio editing. https://muse-sequencer.github.io

Moderators: MattKingUSA, khz, spamatica

Post Reply
spamatica
Established Member
Posts: 573
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 80 times
Been thanked: 97 times

MusE 3.1.1 released

Post by spamatica »

Hello all,
This is mostly a bugfix release following 3.1. Links at the bottom.
A number of small and bigger bugs have been squashed (and probably a few added).

Here is a shortened list of changes since 3.1:
* Support midnam controllers (gmsynth.lv2 for example).
* Audio: Fixed bad feedback / pinned meters with muted tracks in play mode.
* Midi patch popup menu: Include patch number in the items' text.
* Fixed issue #830: Wave Editor: Copy-on-write always triggered. Error from 01.01.2020
* Fixed issue #831: Compressed song files (.gz,.bz2): Blank song on load. Error from 01.01.2020
* Fixed issue #790: Crash when dragging parts to blank area.
* Mixer strip shortcuts now configurable and work in both Arranger and Mixer
* Fix slider/meter groove misalignment in mixer strip.
* Midi controller graphs: Moved 'Add ctrl' button from bottom area to menu and toolbar as well.
* Updated Simpledrums so it is possible to actually see the parameter settings.
* Fix main window size/position issues upon startup
* Arranger: Removed the small toggle button for mixer strip display/hide and cleaned up the layouts.
* Fix Qt 5.14 / 5.15 deprecations
* Many new customizing features implemented, internal colors, css properties. New theme (Dark Flat) as a showcase.
* Midi Controller panel redesigned
* Fix regression at 06.04.2020: Can't connect Jack ports to audio input/output tracks R chan.
* Added support for adjusting automation for Global structure cut/insert
* LV2: Fix plugins without 'programs extension' support: Send directly as midi events. Fixes plugins like gmsynth.lv2, which have midnam support but no programs extension support.
* New - PianoRoll Speaker button has two selectable modes, single note and chords:
* New option in Global settings -> GUI tweaks to (not) keep transport window on top
* Fix regression from 12.04.2019: Midi controller cache not proper after loading song.
* Fixed 'drum ordering' bugs (drum notes order) after drag parts or duplicate tracks.
* Added wave part extend beyond end of part if there is more wave file
* Enable multiple resizing in piano roll (#748)
* Enable CTRL+Left Mouse Click item selection in edit mode in piano roll
* Enable Right Mouse Click for exclusive single selection in edit mode/piano roll
* Fix EditPaste cursor HiDPI issue in midi editors->controller views
* Fix tool cursor not changing in midi editors->controller views

For the complete list of changes see:
https://github.com/muse-sequencer/muse/ ... /ChangeLog

The homepage has moved and undergone a much needed refresh, check it out:
https://muse-sequencer.github.io/

Download: https://github.com/muse-sequencer/muse/ ... 1.1.tar.gz

Demos page: https://github.com/muse-sequencer/muse/wiki/Demos
MusE DAW
User avatar
oscillator
Established Member
Posts: 1127
Joined: Sat Jan 17, 2015 6:07 pm
Location: SWEDEN
Has thanked: 725 times
Been thanked: 296 times
Contact:

Re: MusE 3.1.1 released

Post by oscillator »

Awesome! A big thank you to all developers! :)

MusE DAW running on Debian 11 Testing/XFCE4.
https://oscillator.se/musik

Plug&Play
Established Member
Posts: 49
Joined: Sat Jan 14, 2017 2:09 am

Re: MusE 3.1.1 released

Post by Plug&Play »

I am so happy to see that MusE is still being updated!
I have just installed Ubuntu Studio 20.04, and Muse 3.0.2 is the most recent in the repository.

While I rarely install applications from source, I downloaded muse-3.1.1.tar.gz
Unzipped, opened README, and, following the instructions precisely as written, without any difficulties or errors, download pre-requisites, build the code and install a working MusE 3.1.1

So that is very good news!

I am having a problem with midi, I will make a separate post.

Rob

Music Music Music !
User avatar
d.healey
Established Member
Posts: 611
Joined: Fri Sep 22, 2017 8:33 pm
Has thanked: 278 times
Been thanked: 101 times

Re: MusE 3.1.1 released

Post by d.healey »

Hi,

3.1.1 won't build for me. 3.1.0 will. What info do you need from me to find the cause?
David Healey
YouTube - Free HISE scripting and sample library dev tutorials
Libre Wave - Freedom respecting instruments and effects.
spamatica
Established Member
Posts: 573
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 80 times
Been thanked: 97 times

Re: MusE 3.1.1 released

Post by spamatica »

What distribution are you on?
The last lines from the console where you built (including the error) should help a long way.
MusE DAW
User avatar
d.healey
Established Member
Posts: 611
Joined: Fri Sep 22, 2017 8:33 pm
Has thanked: 278 times
Been thanked: 101 times

Re: MusE 3.1.1 released

Post by d.healey »

Linux Mint 19.3

Code: Select all

[ 83%] Linking CXX shared library libmuse_remote.so
/usr/bin/ld: /usr/local/lib/libpython3.7m.a(ceval.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
muse/remote/CMakeFiles/remote.dir/build.make:107: recipe for target 'muse/remote/libmuse_remote.so' failed
make[2]: *** [muse/remote/libmuse_remote.so] Error 1
CMakeFiles/Makefile2:2667: recipe for target 'muse/remote/CMakeFiles/remote.dir/all' failed
make[1]: *** [muse/remote/CMakeFiles/remote.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
David Healey
YouTube - Free HISE scripting and sample library dev tutorials
Libre Wave - Freedom respecting instruments and effects.
spamatica
Established Member
Posts: 573
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 80 times
Been thanked: 97 times

Re: MusE 3.1.1 released

Post by spamatica »

Ah, I believe we changed the default in 3.1.1 so certain python features are compiled in, apparently this needs another look over. For a normal user there are no features that rely on this python support so it can safely be turned off.

Try adding the string -DENABLE_PYTHON=OFF to the cmake line during compilation.
If the compile_muse.sh script is used, change the cmake bit to:
cmake -DENABLE_PYTHON=OFF -DCMAKE_BUILD_TYPE=release ..

When cmake has run, Python support should be listed under components that not will be built.
Hopefully that takes care of it.
MusE DAW
User avatar
d.healey
Established Member
Posts: 611
Joined: Fri Sep 22, 2017 8:33 pm
Has thanked: 278 times
Been thanked: 101 times

Re: MusE 3.1.1 released

Post by d.healey »

Yep that worked, thanks!
David Healey
YouTube - Free HISE scripting and sample library dev tutorials
Libre Wave - Freedom respecting instruments and effects.
Post Reply