{"id":17292629,"url":"https://github.com/philburk/jsyn","last_synced_at":"2025-05-15T11:05:59.666Z","repository":{"id":25226050,"uuid":"28650412","full_name":"philburk/jsyn","owner":"philburk","description":"Modular audio synthesizer library with unit generators in Java","archived":false,"fork":false,"pushed_at":"2025-04-02T16:10:07.000Z","size":1883,"stargazers_count":233,"open_issues_count":31,"forks_count":62,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-14T18:12:00.414Z","etag":null,"topics":["java","jsyn","synthesizer"],"latest_commit_sha":null,"homepage":"http://www.softsynth.com/jsyn","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philburk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-31T00:33:56.000Z","updated_at":"2025-04-04T14:42:20.000Z","dependencies_parsed_at":"2023-01-14T02:21:36.774Z","dependency_job_id":"c54fcb38-5ffb-4905-8b00-8dd723542559","html_url":"https://github.com/philburk/jsyn","commit_stats":{"total_commits":88,"total_committers":10,"mean_commits":8.8,"dds":"0.15909090909090906","last_synced_commit":"0f2bbdb763aae1f55497c73e7e4caa292b370a27"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philburk%2Fjsyn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philburk%2Fjsyn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philburk%2Fjsyn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philburk%2Fjsyn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philburk","download_url":"https://codeload.github.com/philburk/jsyn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248933340,"owners_count":21185460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","jsyn","synthesizer"],"created_at":"2024-10-15T10:44:00.540Z","updated_at":"2025-04-14T18:12:09.859Z","avatar_url":"https://github.com/philburk.png","language":"Java","readme":"# JSyn\n\nJSyn is a modular audio synthesizer for Java by Phil Burk.\n\nYou can use JSyn to create unit generators, such as oscillators, filters,\nand envelopes. Units can be connected together and controlled\nin real-time from a Java program.\n\nMore information about JSyn, including documentation, is at:\n\nhttp://www.softsynth.com/jsyn/\n\nPre-compiled JSyn JAR files are at:\n\nhttp://www.softsynth.com/jsyn/developers/download.php\n\nThe JSyn source code is available at:\n\nhttps://github.com/philburk/jsyn\n\n## Using JSyn in Your Project\n\nIf your project is not using gradle then build or [download](https://github.com/philburk/jsyn/releases)\nthe JSyn jar file and add it to your classpath. See Build section below.\n\nIf you are using gradle then you can simply add a dependency on JSyn to your project.\nThe easiest way is to use jitpack to add the latest release from GitHub.\n\nFor Groovy gradle files use:\n\n    repositories {\n        maven { url  \"https://jitpack.io\" }\n    }\n\n    dependencies {\n        implementation \"com.github.philburk:jsyn:latest.release\"\n    }\n\nThe syntax is slightly different if you are using \".kts\" files.\n\n    repositories {\n        maven { url = uri(\"https://jitpack.io\") }\n    }\n\n    dependencies {\n        implementation(\"com.github.philburk:jsyn:latest.release\")\n    }\n\n## Building JSyn\n\nYou can build JSyn using either Ant or Gradle.\n\nNote that if you clone the repository then you will end up with a folder called \"jsyn\". But if you download the ZIP file it will be called \"jsyn-master\".\n\n### Build Using Ant\n\nYou may need to install Ant first. On Mac you can do:\n\n    brew install ant\n\nThen enter:\n\n    cd jsyn   # or jsyn-master\n    ant\n\nThe resulting jar will be placed in \"dist/lib/\".\n\nTo run the built-in test App on a desktop, enter something like this:\n\n    java -jar dist/lib/jsyn-20230410.jar\n\nbut with the correct date.\n\nTo create javadocs enter:\n\n    ant doc\n\n### Build Using Gradle\n\nEnter:\n\n    cd jsyn   # or jsyn-master\n    ./gradlew assemble\n\nThe resulting jar will be placed in \"build/libs/\".\nTo run the built-in test App on a desktop, enter something like this:\n\n    java -jar build/libs/jsyn-17.1.0.jar\n\nbut with the correct version.\n\n### Test Using Gradle\n\nTo run the unit tests, enter:\n\n    cd jsyn\n    ./gradlew test\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilburk%2Fjsyn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilburk%2Fjsyn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilburk%2Fjsyn/lists"}