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.

92 lines
3.3KB

  1. ! title The Non Sequencer
  2. ! author Jonathan Moore Liles #(email,male@tuxfamily.org)
  3. ! extra #(image,logo,icon.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 (and 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 one
  33. containing your changes. You can donate your time in testing, documentation,
  34. artwork, indexing, etc. Or, if you don't feel that you possess the time or
  35. skills required for the above forms of donation, you can donate money
  36. instead. Money donated will help to ensure that I have the free time, good
  37. nutrition and enthusiasm required to implement new features. It can also be
  38. a more palpable way of saying "Thanks for caring." or "Job well done!"
  39. If you don't love this software, don't feel guilty about not contributing. If
  40. you do love it, then please help me improve it--in whatever manner you think
  41. is appropriate.
  42. #(url,http:\/\/non.tuxfamily.org\/donation.html,Make a donation)
  43. ; Distribution
  44. Development of the Non Sequencer can be followed with Git:
  45. > git clone git://git.tuxfamily.org/gitroot/non/sequencer.git
  46. # or
  47. #
  48. # > git clone git://repo.or.gz/src/git/non.git
  49. There are no pre-compiled binaries available.
  50. ; Requirements
  51. The following libraries are required to build Non.
  52. * FLTK >= 1.1.7 (with `fluid`)
  53. * JACK >= 0.103.0
  54. * sigc++ 2.0
  55. ; Community
  56. Feel free to drop by the `#non` channel on irc.freenode.net.
  57. There is a mailing list `non-sequencer@lists.tuxfamily.org`.
  58. To subscribe, send a message with the subject 'subscribe' to
  59. #(email,non-sequencer-request@lists.tuxfamily.org).
  60. You can also browse the #(url,http:\/\/listengine.tuxfamily.org\/lists.tuxfamily.org\/non-sequencer\/,archive).