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.

89 lines
3.1KB

  1. ! title The Non Sequencer
  2. ! author Jonathan Moore Liles #(email,wantingwaiting@users.sf.net)
  3. ! extra #(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. ; What does freedom have to do with this software?
  19. Non is /free software/. This means, briefly, that you are free use it as
  20. *you* wish, free to examine and adapt the source code, free to share it with
  21. your friends, and free to publish your changes to the source code.
  22. Furthermore, Non is /copyleft/, which means that you are free from the threat
  23. of some other entity taking over and denying you the above freedoms. The
  24. /free/ part of /free software/ doesn't refer to price any more than the
  25. /free/ in /free speech/ does.
  26. To learn why free software is so important to us (any why it should be
  27. important to you), please see the Free Software Foundation's website:
  28. #(url,http:\/\/www.fsf.org\/licensing\/essays\/free-sw.html,What is Free Software?)
  29. #(url,http:\/\/www.fsf.org\/licensing\/essays\/copyleft.html,What is Copyleft?)
  30. ; Donations
  31. Donations can take many forms. You can donate your time in code, either by
  32. sending it to me for review, or cloning the git repository and publishing your
  33. changes (to be eventually merged back into my tree). You can donate your time
  34. in testing, documentation, artwork, indexing, etc. Or, if you don't feel that
  35. you possess the time or skills required for the above forms of donation, you
  36. can donate money instead. Money donated will help to ensure that I have the
  37. free-time, good nutrition, and enthusiasm required to implement new features.
  38. It can also be a more palpable way of saying "Thanks for caring." or "Job
  39. well done!"
  40. If you don't love this software, don't feel guilty about not contributing. If
  41. you do love it, then please help me improve it--in whatever manner you think
  42. is appropriate.
  43. #(url,http:\/\/non.tuxfamily.org\/donation.html,Make a donation)
  44. ; Distribution
  45. Development of the Non Sequencer can be followed with Git:
  46. > git clone git://git.tuxfamily.org/gitroot/non/sequencer.git
  47. # or
  48. #
  49. # > git clone git://repo.or.gz/src/git/non.git
  50. There are no pre-compiled binaries available.
  51. ; Requirements
  52. The following libraries are required to build Non.
  53. * FLTK >= 1.1.7 (with `fluid`)
  54. * JACK >= 0.103.0
  55. * sigc++ 2.0
  56. The following are optional:
  57. * LASH >= 0.5.4
  58. ; Community
  59. Feel free to drop by the `#non` channel on irc.freenode.net.