Assists music production by grouping standalone programs into sessions. Community version of "Non Session Manager".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.4KB

  1. ! title The Non Sequencer
  2. ! author Jonathan Moore Liles #(email,wantingwaiting@users.sf.net)
  3. ! extra #(url,http://non.tuxfamily.org,Home) #(image,logo,logo.png)
  4. --
  5. ; Description
  6. The Non Sequencer is a powerful real-time, pattern-based MIDI sequencer for
  7. Linux--released under the GPL. Filling the void left by countless DAWs,
  8. piano-roll editors, and other purely performance based solutions, it is a
  9. compositional tool--one that transforms MIDI music-making on Linux from a
  10. complex nightmare into a pleasurable, efficient, and streamlined process.
  11. Please see the #(url,MANUAL.html,manual) for more information.
  12. ; What it is not
  13. Non is *not* a plain MIDI recorder, tracker, software synthesizer, notation
  14. editor or AI system. There are other programs available to do those things.
  15. Non is intended to be one tool among many in your Linux audio toolbox.
  16. Everything in Non happens /on-line/, in realtime. Music is composed live,
  17. while the transport is running.
  18. ; Distribution
  19. Development of the Non Sequencer can be followed with Git:
  20. > git clone git://git.tuxfamily.net/gitroot/non/sequencer.git
  21. # or
  22. #
  23. # > git clone git://repo.or.gz/src/git/non.git
  24. There are no pre-compiled binaries available.
  25. ; Requirements
  26. The following libraries are required to build Non.
  27. * FLTK 1.1.x
  28. * JACK >= 0.103.0
  29. * sigc++ 2.0
  30. The following are optional:
  31. * LASH >= 0.5.4