aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Burk <[email protected]>2019-04-21 15:26:51 -0700
committerGitHub <[email protected]>2019-04-21 15:26:51 -0700
commit48206fccf6319433d0c57d846f1da84a574183d1 (patch)
tree24bf4ba7aad2fea638b909ef301ac07f7f58e3be
parent2607d26ca1c5a86875351710ea48545a8a70bfd8 (diff)
reorganize README.md
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index 43425dd..9148771 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,12 @@
JSyn
====
-Java synthesizer library with unit generators
-
-JSyn - Copyright 1997-2014 Mobileer Inc
-
-JSyn was released under Apache License Version 2.0 in December 2014.
-
JSyn is a modular audio synthesizer for Java by Phil Burk.
You can use JSyn to create unit generators, such as oscillators, filters,
and envelopes. Units can be connected together and controlled
in real-time from a Java program.
-The JSyn source code is available at:
-
-https://github.com/philburk/jsyn
-
More information about JSyn, including documentation, is at:
http://www.softsynth.com/jsyn/
@@ -25,6 +15,10 @@ Pre-compiled JSyn JAR files are at:
http://www.softsynth.com/jsyn/developers/download.php
+The JSyn source code is available at:
+
+https://github.com/philburk/jsyn
+
To build JSyn, use ant. Just enter:
cd jsyn
@@ -37,3 +31,4 @@ To run the built-in test App on a desktop, enter something like this:
but with the correct date.
+JSyn - Copyright 1997-2014 Mobileer Inc