Difference between revisions of "Package:Lmms"

From Funtoo
Jump to navigation Jump to search
(USe)
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=LMMS is a free cross-platform software for music production.  
|Summary=LMMS is a cross-platform software for music production.
|CatPkg=media-sound/lmms
|CatPkg=media-sound/lmms
|Maintainer=
|Maintainer=
|Homepage=http://lmms.sourceforge.net/
|Homepage=http://lmms.sourceforge.net/
}}
}}
LMMS is a free cross-platform software which allows you to produce music with your computer. This covers creating melodies and beats, synthesizing and mixing sounds and arranging samples. LMMS comes with many ready-to-use instrument and effect plugins, presets and samples. In Linux it has support for SoundFont2, VST(i) (through the use of Wine), LADSPA, GUS Patches, and MIDI.


== USE flags ==
{| class="wikitable"
|-
! Name !! Description
|-
| alsa || Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
|-
| debug || Enable extra debug codepaths, like asserts and extra output.
|-
| fluidsynth || Enables Fluidsynth MIDI software synthesis plugin.
|-
| jack || Add support for the  [[Package:JACK Audio Connection Kit|JACK Audio Connection Kit]].
|-
| ogg || Add support for the Ogg container format (commonly used by Vorbis, Theora and flac).
|-
| portaudio || Add support for the crossplatform portaudio audio API.
|-
| sdl || Add support for Simple Direct Layer (media library).
|-
| stk || Enables STK Mallet plugin.
|}
== Installation ==
<console>
###i## emerge -a lmms
</console>
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 05:37, September 26, 2014

Lmms

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

LMMS is a free cross-platform software which allows you to produce music with your computer. This covers creating melodies and beats, synthesizing and mixing sounds and arranging samples. LMMS comes with many ready-to-use instrument and effect plugins, presets and samples. In Linux it has support for SoundFont2, VST(i) (through the use of Wine), LADSPA, GUS Patches, and MIDI.

USE flags

Name Description
alsa Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
debug Enable extra debug codepaths, like asserts and extra output.
fluidsynth Enables Fluidsynth MIDI software synthesis plugin.
jack Add support for the JACK Audio Connection Kit.
ogg Add support for the Ogg container format (commonly used by Vorbis, Theora and flac).
portaudio Add support for the crossplatform portaudio audio API.
sdl Add support for Simple Direct Layer (media library).
stk Enables STK Mallet plugin.

Installation

root # emerge -a lmms