Difference between revisions of "MusE"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
m (source code and more stuff that the average user might find interesting even if only developer looks at... extra fluff.)
Line 25: Line 25:
 
* [http://www.muse-sequencer.org/pic/muse_new_shot.jpg Main Layout] this is a screenshot of MusE main sequencer layout.  
 
* [http://www.muse-sequencer.org/pic/muse_new_shot.jpg Main Layout] this is a screenshot of MusE main sequencer layout.  
 
=Development API=
 
=Development API=
 +
* [http://lmuse.cvs.sourceforge.net/lmuse/ MusE CVS Repository] repository of the source code for the application
 
==External links==
 
==External links==
 
{{stub}}
 
{{stub}}
 
[[Category:MIDI Sequencers]]
 
[[Category:MIDI Sequencers]]

Revision as of 03:49, 18 October 2006

MusE
{{{logo}}}

complete multitrack virtual studio
Developer(s) Werner Schweer
Release information
Initial release {{{released}}}
Stable release 0.8.1
Preview release 1.0p
Compatibility
Operating system Linux
Additional information
Use MIDI Sequencing
License GPL
Website MusE Sequencer

Introduction

What is MusE? MusE is a MIDI sequencer with recording and editing capabilities written by Werner Schweer. MusE aims to be a complete multitrack virtual studio for Linux, it is published under the GNU General Public License. It is very similiar to Rosegarden.

Features

  • Record, edit, and playback MIDI sequences
  • Uses LADSPA, JACK, and ALSA backend.
  • Support for VSTi's
  • Automation architecture for both MIDI and audio
  • Advanced arranger with track and part abstractions
  • Advanced list

Screenshots

  • Main Layout this is a screenshot of MusE main sequencer layout.

Development API

External links