2014-02-19 18:52:39 +01:00
LMMS 0.9.91
2014-02-03 21:47:03 +01:00
===========
2005-09-22 13:49:52 +00:00
2014-02-03 21:47:03 +01:00
Copyright (c) 2004-2014 by LMMS developers
2005-09-22 13:49:52 +00:00
2005-12-05 12:26:16 +00:00
This program is free software; you can redistribute it and/or modify
2005-09-22 13:49:52 +00:00
it under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
2006-08-27 23:24:31 +00:00
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2005-09-22 13:49:52 +00:00
2008-01-24 11:21:22 +00:00
What is LMMS?
2005-09-22 13:49:52 +00:00
--------------
2008-10-20 10:06:40 +00:00
LMMS is a free cross-platform alternative to commercial programs like FL Studio (R), which allow you to produce music with your computer. This includes the creation of melodies and beats, the synthesis and mixing of sounds, and arranging of samples. You can have fun with your MIDI-keyboard and much more; all in a user-friendly and modern interface.
2005-09-22 13:49:52 +00:00
2008-10-20 10:06:40 +00:00
Features
---------
2005-09-22 13:49:52 +00:00
2008-10-20 10:06:40 +00:00
* Song-Editor for composing songs
* A Beat+Bassline-Editor for creating beats and basslines
* An easy-to-use Piano-Roll for editing patterns and melodies
* An FX mixer with 64 FX channels and arbitrary number of effects allow unlimited mixing possibilities
* Many powerful instrument and effect-plugins out of the box
* Full user-defined track-based automation and computer-controlled automation sources
* Compatible with many standards such as SoundFont2, VST(i), LADSPA, GUS Patches, and full MIDI support
* Import of MIDI and FLP (Fruityloops(R) Project) files
2005-09-22 13:49:52 +00:00
Requirements
------------
The most important requirement is for sure a fast computer, so don't try to get
2005-10-20 13:02:26 +00:00
LMMS working on a pentium I with 60 MHz... ;-) Therefore you should have at
least 500 MHz, but for really enjoying LMMS less than 1 GHz makes no sense...
2005-09-22 13:49:52 +00:00
2006-01-03 13:15:42 +00:00
Required libraries:
2005-09-22 13:49:52 +00:00
2008-10-20 10:06:40 +00:00
- Qt >= 4.3.0 with devel-files (4.4.x recommended)
2005-09-22 13:49:52 +00:00
Optional, but strongly recommended:
2009-05-04 12:31:39 +02:00
- JACK with devel-files
2008-12-17 23:29:51 +00:00
- libvorbis & libogg with devel-files
2009-05-04 12:31:39 +02:00
- libalsa with devel-files
2005-09-22 13:49:52 +00:00
- SDL with devel-files
2009-05-04 12:31:39 +02:00
- libsamplerate >= 0.1.7 with devel-files
2005-09-27 13:10:34 +00:00
- libsndfile with devel-files
2007-08-20 12:12:43 +00:00
- WINE + WINE-devel-files
- stk, libstk + libstk-dev
2009-05-04 12:31:39 +02:00
- libfluidsynth with devel files
- fftw3 with devel-files
2014-02-15 10:24:36 +01:00
- libfltk1.3 with devel-files (needed by ZynAddSubFx)
2005-09-22 13:49:52 +00:00
For compiling you should have an up to date GCC with g++.
If you have problems with compiling or running LMMS, find any bug or have
suggestions and so on, please feel free to e-mail me (for mail-address see
below)!
2005-12-05 12:26:16 +00:00
Building
2008-10-20 10:06:40 +00:00
---------
2005-12-05 12:26:16 +00:00
See INSTALL for information on how to build LMMS.
2005-09-22 13:49:52 +00:00
2005-09-27 13:10:34 +00:00
Join LMMS-development
----------------------
2005-09-22 13:49:52 +00:00
If you are interested in LMMS, it's programming, artwork, testing, writing
2008-07-27 17:50:05 +00:00
demo-songs, (and improving this README...) or something like that,
2005-09-22 13:49:52 +00:00
you're welcome to participate on the development of LMMS!
2005-09-27 13:10:34 +00:00
The project-homepage of LMMS, mailingslists and a list of things you can do
can be found at
2005-09-22 13:49:52 +00:00
http://lmms.sourceforge.net
2005-10-20 13:02:26 +00:00
Details on development can be found at
http://lmms.sourceforge.net/development.php
or in the Wiki:
2007-08-20 12:12:43 +00:00
http://lmms.sourceforge.net/wiki/
2005-10-20 13:02:26 +00:00
Before coding a new big feature, please ALWAYS post your idea and suggestions
2006-03-21 13:42:28 +00:00
about your feature and about the intended implementation to the
2005-09-27 13:10:34 +00:00
LMMS-devel-mailinglist (lmms-devel@lists.sourceforge.net) and wait for replies!
Maybe there're different ideas, improvements, hints or maybe your feature is
2007-08-20 12:12:43 +00:00
not welcome/needed at the moment.