diff options
author | nia <nia@pkgsrc.org> | 2020-07-07 12:40:58 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-07 12:40:58 +0000 |
commit | a3c8a0e1ef5c46d8e036330c100e73476f15f9b6 (patch) | |
tree | 6d750a95b0ea584af151fbef0ad37208ba8dbbff /audio/lmms/PLIST | |
parent | fb93cd333c7d79eac5bb118e87db62f2b960a855 (diff) | |
download | pkgsrc-a3c8a0e1ef5c46d8e036330c100e73476f15f9b6.tar.gz |
lmms: Update to 1.2.2
New changes in 1.2.2: (2020-06-25)
* General improvements
* Stop filtering out valid characters from file name while
exporting tracks (#5282)
* Fix Invalid warning about "dummy-MIDI-client" (#5509)
* UI improvements
* Note selection: Editing values works in dialog (#5438)
* Bug Fixes
* Piano Roll - Fix retrigger with vol/pan sliders (#5271)
* Fix a rare crash on export (#5293)
* Fix LMMS not launching when AppImage has spaces in name (#5297)
* Fix vertical piano being unresponsive when clicked too fast
(#5262)
* Fix crash with Grooove VST (#5300)
* Fix crash on deleting instrument with controller connections on
knobs (#5306)
* Fix notes being placed at negative positions on MIDI import
(#5343)
* Fix scrolling direction in the song editor due to stuck
Ctrl/Shift (#5286)
* Fix stuck notes with Helm VST on tempo automation (#5365)
* Fix file factory delimeter position (#5378)
* Fix a muted demo project "Greippi - Krem Kaakkuja (Second Flight
Remix)" (aeac24c)
* Fix controls linking misbehaviors (#5336)
* Fix loading and saving of .fxb/.fxp files on Windows (#5411)
* Fix crashes and hangs on importing some Hydrogen drum kit songs
(#5420)
* Fix freeze when replacing Mallets with another instrument (#5428)
* DrumSynth: ensure correct envelope length in any sample rate
(#5467)
* AFP: fix loading start and loop points if the loop point is
automated (#5472)
* Select the correct piano key for marking semitones (#5478)
* Ensure consistent use of effect gate (#5475)
* Fix Piano roll crashing when window is vertically scaled too
large (#5449)
* Fix some memory errors with JACK audio/MIDI (#5452)
* JackMidi: Remove confusing warnings at shutdown (737fcd3)
* Fix SF2 player crashing when file is not a soundfont, with
FluidSynth 2 (#5487)
* BB editor: fix mouse event affecting wrong beats due to the
cursor shape (#5489)
* Fix knobs moving too fast on some platforms (#5360)
* Fix notes created in BB editor resizing incorrectly when resizing
a selection (#5515)
* Fix some patterns not being saved in project (#5537)
Diffstat (limited to 'audio/lmms/PLIST')
-rw-r--r-- | audio/lmms/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/lmms/PLIST b/audio/lmms/PLIST index 35d16033d3d..ebdd837e987 100644 --- a/audio/lmms/PLIST +++ b/audio/lmms/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2019/06/10 19:08:42 nia Exp $ +@comment $NetBSD: PLIST,v 1.6 2020/07/07 12:40:58 nia Exp $ bin/lmms include/lmms/AboutDialog.h include/lmms/ActionGroup.h @@ -283,7 +283,6 @@ lib/lmms/ladspa/imp_1199.so lib/lmms/ladspa/impulse_1885.so lib/lmms/ladspa/inv_1429.so lib/lmms/ladspa/karaoke_1409.so -lib/lmms/ladspa/ladspa-util.so lib/lmms/ladspa/latency_1914.so lib/lmms/ladspa/lcr_delay_1436.so lib/lmms/ladspa/lowpass_iir_1891.so |