-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1653 from teeberg/master
Format and reword README
- Loading branch information
Showing
2 changed files
with
35 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
LMMS 1.0.93 | ||
LMMS 1.1.0 | ||
=========== | ||
|
||
Copyright (c) 2004-2014 by LMMS developers | ||
Copyright (c) 2004-2015 by LMMS developers | ||
|
||
|
||
This program is free software; you can redistribute it and/or modify | ||
|
@@ -23,7 +23,11 @@ with this program; if not, write to the Free Software Foundation, Inc., | |
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. | ||
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 | ||
|
@@ -83,11 +87,11 @@ 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! | ||
If you are interested in LMMS, its programming, artwork, testing, writing | ||
demo songs, (and improving this README...) or something like that, | ||
you're welcome to participate in the development of LMMS! | ||
|
||
The project-homepage of LMMS, mailingslists and a list of things you can do | ||
The project homepage of LMMS, mailing lists and a list of things you can do | ||
can be found at | ||
|
||
http://lmms.io/ | ||
|
@@ -97,8 +101,10 @@ 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 ([email protected]) and wait for replies! | ||
Maybe there're different ideas, improvements, hints or maybe your feature is | ||
|
||
Before coding a new big feature, please ALWAYS file an issue at | ||
https://github.com/LMMS/lmms/issues/new for your idea and suggestions about your | ||
feature and about the intended implementation or post to the LMMS developers | ||
mailing list ([email protected]) and wait for replies! | ||
Maybe there are different ideas, improvements, hints or maybe your feature is | ||
not welcome/needed at the moment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,11 @@ | |
What is LMMS? | ||
-------------- | ||
|
||
LMMS is a free cross-platform alternative to commercial programs like FL Studio®, 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. | ||
LMMS is a free cross-platform alternative to commercial programs like | ||
FL Studio®, 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. | ||
|
||
[Homepage](http://lmms.io)<br> | ||
[Downloads/Releases](https://github.com/LMMS/lmms/releases)<br> | ||
|
@@ -40,14 +44,23 @@ Features | |
Building | ||
--------- | ||
|
||
See [Compiling LMMS](https://github.com/LMMS/lmms/wiki/Compiling-lmms) on our wiki for information on how to build LMMS. | ||
See [Compiling LMMS](https://github.com/LMMS/lmms/wiki/Compiling-lmms) on our | ||
wiki 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! | ||
If you are interested in LMMS, its programming, artwork, testing, writing demo | ||
songs, (and improving this README...) or something like that, you're welcome | ||
to participate in the development of LMMS! | ||
|
||
Information about what you can do and how can be found in the [wiki](https://github.com/LMMS/lmms/wiki). | ||
Information about what you can do and how can be found in the | ||
[wiki](https://github.com/LMMS/lmms/wiki). | ||
|
||
Before coding a new big feature, please _always_ [file an issue](https://github.com/LMMS/lmms/issues/new) for your idea and suggestions about your feature and about the intended implementation on GitHub or post to the LMMS-devel-mailinglist ([email protected]) and wait for replies! Maybe there're different ideas, improvements, hints or maybe your feature is not welcome/needed at the moment. | ||
Before coding a new big feature, please _always_ | ||
[file an issue](https://github.com/LMMS/lmms/issues/new) for your idea and | ||
suggestions about your feature and about the intended implementation on GitHub | ||
or post to the LMMS developers mailinglist ([email protected]) | ||
and wait for replies! Maybe there are different ideas, improvements, hints or | ||
maybe your feature is not welcome/needed at the moment. |