Welcome 微信登录

首页 / 操作系统 / Linux / 在Ubuntu 14.04上安装LMMS 1.03

LMMS是一款让可以通过自己的电脑制作音乐的免费跨平台的软件,其中涉及创建歌曲,节奏,合成或混合声音以及编排旋律。你可以用你的MIDI键盘或者其他更多的做一些好玩的事情,这一切都基于一个友好并且现代感十足的交互界面。此外,LMMS集成了许多的预制乐器,音效插件缺省设置及旋律。LMMS 1.03功能
  • 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 MIDI
  • Import of MIDI files, Hydrogen project files and FL Studio ® project files
LMMS 1.03更新修正:
  • Fix zyn GUI crash on win32
  • Fix SF2 note volume
  • Localization updates
  • Updated LADSPA search paths
  • Bugfixes in plugins
Ubuntu 14.04上安装 LMMS 1.0.3sudo apt-get build-dep lmmssudo apt-get install libfltk1.3-dev下载LMMS编译包wget https://github.com/LMMS/lmms/releases/download/v1.0.3/lmms-1.0.3-src.tar.bz2tar -xvf lmms-1.0.3-src.tar.bz2cd lmms-1.0.3/mkdir build targetcd buildcmake .. -DCMAKE_INSTALL_PREFIX=../targetmake -j2sudo make install../target/bin/lmms更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2Linux公社原创翻译频道:http://www.linuxidc.com/topicnews.aspx?tid=15本文永久更新链接地址