Fork of https://github.com/lmms/lmms for development. Will update the `master` branch so now and then. Custom branches: [pattern_dnd]

Tres Finocchiaro 828dd625fa Bump version vor 10 Jahren
buildtools fce25dc625 fixed a bunch warnings and remarks issued by Intel Compiler vor 17 Jahren
cmake 059ddc2875 CMake/FindWine: search for wineg++ executable vor 11 Jahren
data 2dd511da7d Merge pull request #1346 from Sti2nd/stable-1.1 vor 10 Jahren
doc 5b13a11748 Add CMake doc target vor 11 Jahren
include e7cbc55c69 Instrument view: Restrict mouse wheel tab switching vor 10 Jahren
plugins e84c2465ee Added checks to vor 10 Jahren
src 4cbb2b721f Update timeline.cpp vor 10 Jahren
tests 4578b7966f first initial "test" vor 17 Jahren
.gitattributes 750b01500b Add .gitignore and .gitattributes vor 12 Jahren
.gitignore bcbf54150f Add zyn makefiles to gitignore vor 11 Jahren
.gitmodules 66c2d620ef ZynAddSubFX: removed submodule vor 11 Jahren
.mailmap 186aedda93 add another mailmap entry vor 11 Jahren
.svnignore ca8d394905 Plugged memleaks in sf2player and lcdSpinbox, reapplied lmmsStyle, enhanced drawing of LCDs, added ignore property for SVN vor 17 Jahren
.travis.yml 941ed33248 Travis: Install nsis vor 10 Jahren
AUTHORS 496e8dc5dc Added myself to the author list. :) vor 11 Jahren
CMakeLists.txt 828dd625fa Bump version vor 10 Jahren
COPYING 8db8ba6f75 updated GPL vor 19 Jahren
INSTALL 586ffe038e INSTALL: added note for systems without sudo support vor 14 Jahren
README d4a8f6c95b More name & site fixes vor 10 Jahren
README.md 180b293ce3 Fix old sourceforge links, update Readme vor 10 Jahren
TODO d9490f9203 TODO list: moved over items from master branch TODO list vor 16 Jahren
build_mingw32 ef68156c71 RemoteVstPlugin: compile with -O3 as otherwise incorrect code is generated vor 12 Jahren
build_mingw64 ef68156c71 RemoteVstPlugin: compile with -O3 as otherwise incorrect code is generated vor 12 Jahren
configure 6bafb7986b added pseudo-configure vor 17 Jahren
lmms.1 9e98dec0c4 Manpage: fixed duplicate help item and updated program description vor 15 Jahren
lmms.rc.in 1b4b34d96b Bump version 1.0.93 vor 11 Jahren
lmms.spec.in d4a8f6c95b More name & site fixes vor 10 Jahren
lmmsconfig.h.in 3a1c117a37 CMakeLists: make fftw3 a requirement and not optional anymore vor 12 Jahren
lmmsversion.h.in 610f01b0f9 moved version information into separate header file to avoid the necessity of a complete recompile each time SVN revision changes vor 15 Jahren

README

LMMS 1.0.93
===========

Copyright (c) 2004-2014 by LMMS developers


This program is free software; you can redistribute it and/or modify
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.

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.



What is LMMS?
--------------

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.


Features
---------

* 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


Requirements
------------

The most important requirement is for sure a fast computer, so don't try to get
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...


Required libraries:

- Qt >= 4.3.0 with devel-files (4.4.x recommended)

Optional, but strongly recommended:
- JACK with devel-files
- libvorbis & libogg with devel-files
- libalsa with devel-files
- SDL with devel-files
- libsamplerate >= 0.1.7 with devel-files
- libsndfile with devel-files
- WINE + WINE-devel-files
- stk, libstk + libstk-dev
- libfluidsynth with devel files
- fftw3 with devel-files
- libfltk1.3 with devel-files (needed by ZynAddSubFx)

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)!



Building
---------

See INSTALL for information on how to build LMMS.




Join LMMS-development
----------------------

If you are interested in LMMS, it's programming, artwork, testing, writing
demo-songs, (and improving this README...) or something like that,
you're welcome to participate on the development of LMMS!

The project-homepage of LMMS, mailingslists and a list of things you can do
can be found at

http://lmms.io/


Details on development can be found in the Wiki:

https://github.com/LMMS/lmms/wiki

Before coding a new big feature, please ALWAYS post your idea and suggestions
about your feature and about the intended implementation to the
LMMS-devel-mailinglist (lmms-devel@lists.sourceforge.net) and wait for replies!
Maybe there're different ideas, improvements, hints or maybe your feature is
not welcome/needed at the moment.