LINUX CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>

7-DAY TOP DOWNLOAD

#
Program
BackTrack 4 Final
9,178
TeamSpeak 2
2.0.32.60

3,920
Wine 1.0.1 / 1.1.38
3,273
VLC 1.0.5
3,185
Charles Web
Debugging Proxy
3.5.1

2,387
Yahoo Messenger
1.0.4

2,346
Adobe Flash Player
for Linux 10.0.42.34
/ 10.1 Beta

1,778
Ubuntu 9.10
1,698
Thunderbird PST
Import plugin 1.2

1,644
Corel Photo-Paint 9
1,492

WEEK'S BEST

  • Ubuntu 9.10
  • Ubuntu Netbook Rem...
  • Pidgin 2.6.5
  • Wine 1.0.1 / 1.1.38
  • Linux Kernel 2.6.3...
  • Mozilla Firefox 3.6
  • Fedora 12
  • OpenOffice.org 3.2.0
  • Firestarter 1.0.3
  • The Gimp 2.6.8 / 2...
  • FileZilla 3.3.1
  • Transmission 1.83
  • Super Grub Disk 0....
  • Gufw 9.10.4
  • Skype 2.0.072 / 2....
  • openSUSE Linux 11....
  • Opera 10.50 Build ...
  • Adobe Flash Player...
  • wine-doors 0.1.3
  • Google Gadgets 0.1...
  • Home / Linux / Multimedia / Audio

    Linux MultiMedia Studio 0.4.6

    Softpedia Pick Award
    Download button

    Downloads: 29,836  Add to download basket  Tell us about an update
    User Rating:
    Rated by:
    Good (3.8/5)
    74 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tobias Doerffel | More programs
    GPL / FREE
    January 6th, 2010, 08:08 GMT [view history]
    ROOT / Multimedia / Audio

     Read user reviews (0)  Add a review  Refer to a friend  Subscribe

     

    Linux MultiMedia Studio description

    LMMS aims to be a free alternative to popular (but commercial and closed-source) programs like FruityLoops, Cubase and Logic.

    LMMS aims to be a free alternative to popular (but commercial and closed- source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds, arranging samples, playing live with keyboard and much more...

    LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/ sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.

    Linux MultiMedia Studio project is still in heavy development, so with this version please don't expect a complete, ready and bugfree program!!

    With LMMS you can produce electronic music via your computer, so you don't have to buy expensive hardware for having great sounds and making cool music. Of course no software can replace real hardware-synths, but you'll have still much fun with LMMS!

    LMMS provides software-synths, cool presets for them and also some essential samples. For getting started with LMMS you can take a look at the demo-songs.

    What's New in This Release: [ read full changelog ]

    · PeakController: always check for m_peakEffect != NULL before using it (closes #2616486)
    · Fixed file mode for files that were executable although they shouldn't be
    · NotePlayHandle: call instrumentTrack::deleteNotePluginData() before invalidating itself in instrumentTrack's m_notes array - fixes recording with instruments like Kicker
    · MidiImport: show an information message if no default soundfont has been set (closes #2660545)
    · MidiImport: per default use bank 0 instead of 128
    · PatternView: if volume of a step is 95 it was not possible to increase it to 100 by scrolling up (closes #2656024)
    · TrackContainerView: when dragging a preset file into TrackContainerView load complete track settings - fixes an issue where the track name was not loaded from the dragged preset
    · PeakControllerEffect: corrected calculation for RMS and moved loops out of if-branches
    · MidiPort: properly emit portChanged signals when loading settings - fixes MidiPortMenu showing devices not checked although actually connected
    · MIDI subsystem: fixed misspelled "writeable" into "writable", minor coding style fixes
    · AutomationPattern: save and restore length of AutomationPattern to avoid confusions with the previous auto-resize behaviour
    · Various fixes for better OpenBSD compatibility (thanks to Jacob Meuser)
    · FX-Fader: added accessibleName property for FX faders for not displaying an empty titlebar in context-menu
    · MidiPortMenu: minor coding style fixes
    · MidiAlsaSeq: fixed typo which made output ports not work at all
    · MidiPort: subscribe writable rather than readable port when settings
    · Fixed various types to be suffixed with "_t".
    · Sf2Player: truncated LOG440 constant
    · AutomationPatternView: fixed painting of automation data
    · Vibed: fixed legacy code in NineButtonSelector
    · MidiImport: fixed mistransposed notes
    · LadspaEffect: fixed controller connections on samplerate changes
    · Oscillator: fixed samplerate dependence of FM/PM
    · ControllerConnection: export symbols for win32 build
    · RemoteVstPlugin: use SplittedThreading model for MDA plugins
    · Oscillator: reverted recent fix for PM
    · VstEffect: set displayName property at initialization
    · LVSL: track samplerate/tempo changes in VstPlugin base class
    · panning.h: fixed compiler warning
    · 3rdparty/libsamplerate: updated to version 0.1.7
    · SongEditor: fixed horizontal scrollbar with Qt 4.5
    · AudioJack: fixed lockup when getting zombified
    · RemoteVstPlugin: use std::vector rather than std::list
    · InstrumentTrack::masterKey(): fixed miscalculation
    · German localization: fixed typo
    · RemoteVstPlugin: fix issues with uniqueID
    · RemoteVstPlugin: removed obsolete warning
    · VstBase/CMakeLists.txt: do not fail with broken wineg++
    · InstrumentTrack: fixed calculation in midiPitch()
    · Plugin: try to load all shared libraries first
    · FileBrowser: added file type VstPluginFile
    · VeSTige: added support for d'n'd DLL files onto VeSTige instrument
    · RemotePlugin: never lock up if remote plugin died
    · PianoView/PianoRoll: fixed keycodes for OS X
    · PianoRoll: do not make notes disappear under certain circumstances
    · ZynAddSubFX: integrated into stable-0.4 series
    · ZynAddSubFX: properly load/save instrument presets
    · ZynAddSubFX: made MIDI pitch bend work
    · RemotePlugin: made lock() and unlock() methods public
    · ZynAddSubFX: do not subclass RemotePlugin
    · RemotePlugin: allow waitForInitDone() without busy waiting
    · ZynAddSubFX: do not lock up after rendering project
    · InstrumentTrackView: save and restore last position of window
    · ZynAddSubFX: added support for d'n'd XIZ files onto ZASF plugin
    · InstrumentTrackWindow: clear focus on closeEvent
    · EffectView: always check whether effect has a control dialog
    · VstPlugin: added hasEditor() method
    · VstEffect: check whether VST effect has an editor
    · LadspaControl: set name property for tempoSyncKnobModel
    · Added universal codebase for dragging plugin-specific presets
    · README: Synced with master branch
    · ZynAddSubFX: added preset collection by Will Godfrey
    · Pass main window as parent for progress dialog when loading project

        


    TAGS:

    audio mixer | sound mixer | music composer | linux | multimedia | studio



    HTML code for linking to this page:


    Go to top

    Windows tabGames tabDrivers tabMac tabLinux tabScripts tabMobile tabHandheld tabGadgets tabNews tab

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   ENTER NEWS SITE   |   ENGLISH BOARD   |   ROMANIAN FORUM