sudo add-apt-repository ppa:tobydox/lmms && sudo aptitude update && sudo aptitude install lmms
deb http://ppa.launchpad.net/tobydox/lmms/ubuntu jaunty main
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ADDE29B2
sudo apt-get update && sudo apt-get install lmms
0.4.2 Changes:
* fixed crash when adding VST effects
* fixed broken version comparing which indicated 0.x.y to be less than 0.x.y-patch - fixes messed up projects when loading files created with LMMS 0.4.0
0.4.1 Changes:
* heavily improved Piano-Roll:
- support for editing panning for individual notes
- easy selection of notes
- easy move of selected notes
* rewritten FLP import filter which now works properly and imports about 70% of
settings in an FLP file:
- support projects from FL Studio 3 to 8
- import volume, panning, pitch and FX channel for instrument tracks
- import various settings (such as reversed sample) into AudioFileProcessor
- import FX mixer settings and effects
- import automation data
- import channel- and pattern names
- import volume and panning settings of individual notes
- copy patterns from layer master to all layer children
- map more instruments to various LMMS instruments
- fixed importing steps/dots
- fixed scaling factor of various controls
* rewrote wide parts of LVSL (LMMS VST Support Layer) backend:
- win32: fixed crash when using VST plugins which do not have a GUI
- support more VST plugins (Linux+win32) thanks to a new threading model
- suppress warning message when loading KarmaSynth VST
- try more symbol names for entry procedure
* in TripleOscillator per default set sub-octaves for Osc2 & Osc3
* minimal step of volume and panning knobs now is 0.1 instead of 1.0
* added Japanese localization files
* added STK support to win32 version
* various GUI performance tunings
Bugfixes:
* fixed saving/loading automations on basic effect controls
* fixed loops when adding a controller to a model which is linked to another
model (e.g. knobs in stereo LADSPA effects)
* fixed crash when loading a certain soundfont for a second time
* fixed crash when trying to load preset files and required plugin is not
available
* fixed glitch with autoscroll buttons in Song-Editor, Piano-Roll etc.
* fixed a bug where automation pattern was disabled when editing first point
LMMS 0.4.3 Changes:
Core:
* fixed various bugs regarding MIDI recording and record accompany
* do not lockup when freezing pattern
* sampleBuffer: fixed small bug in usage of libsamplerate API which caused lots of zero samples at the end of various samples (e.g. in AudioFileProcessor)
* sampleBuffer: do not load samples bigger than 100 MB
* integrated latest libsamplerate which is both faster and more reliable
* various fixes to allow compilation with upcoming GCC 4.4
* simplified formulas for calculating envelope and LFO data resulting in about 3x performance when changing envelope or LFO parameter frequently (e.g. by automation)
* audio mixer: heavily improved organization of worker-threads resulting in much better performance and stability (especially with Hyperthreading-enabled CPUs)
GUI:
* update patternView after freezing
* fixed painting of frozen patterns
* make space always play song when in Song-Editor regardless of last button pressed
* rewrote timing of fading animation for not postponing updates of hidden fadeButton until it becomes visible
* disable output monitor per default and show a hint on how to enable
* small cosmetic improvements
* Piano-Roll: fixed bug that alloed to move notes past the beginning via shift+left
* fixed unquantized BB-objects dragging in Song-Editor, use Alt modified instead Ctrl
* fixed cloning of Beat/Bassline track
* fixed infinite recursion in mouse-event-handling of knob on Mac OSX
Plugins:
* Sf2Player: update patch after loading settings (i.e. project or preset)
* FLP import: properly initialize isMuted member - fixes muted FX channels when importing older FL files
Win32 build:
* used latest snapshot of GCC 4.3.x series for compiling
* integrated latest snapshots of Qt 4.4.x
* upgraded libsndfile from 1.0.17 to 1.0.18
LMMS-Extras 0.4.3 Changes:
follow recent changes in ZynAddSubFX CVS:
- Made several functions accept 'constant char' over 'char' to prevent warnings
- Changed several 'delete' operations to 'delete []' based upon the usage of 'new []'
- Gave dials tooltips showing their value when they are being moved
- Gave dials the ability to have normal tooltips when the mouse hovers over them
- Created tooltips for the effects knobs
- Standardized the code, so it could compile with pedantic without errors
Summary for version 0.4.5:
==========================
* heavily improved VST support, allowing to run many more VST plugins
* ship CALF LADSPA plugins with LMMS
* fixed graphical glitches with Qt 4.5
* added panning and volume envelope support to Sf2Player plugin
* properly build on OS X