From 48206fccf6319433d0c57d846f1da84a574183d1 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Sun, 21 Apr 2019 15:26:51 -0700 Subject: reorganize README.md --- README.md | 15 +++++---------- 1 file 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 -- cgit v1.2.3