All Projects → philburk → Jsyn

philburk / Jsyn

Licence: apache-2.0
Modular audio synthesizer library with unit generators in Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jsyn

Gb303
GB303 wavetable-based TB-303 style synthesizer for the Nintendo Gameboy.
Stars: ✭ 80 (-49.04%)
Mutual labels:  synthesizer
Lira 8
Virtual Lyra 8 in VST3, VST2, AUi, LV2 (Camomile) and Standalone (Pure Data) format.
Stars: ✭ 110 (-29.94%)
Mutual labels:  synthesizer
Wavepad
An experimental synthesizer built using the Web Audio API (PWA).
Stars: ✭ 126 (-19.75%)
Mutual labels:  synthesizer
Beep.js
Beep is a JavaScript toolkit for building browser-based synthesizers.
Stars: ✭ 1,294 (+724.2%)
Mutual labels:  synthesizer
Surge
Synthesizer plug-in (previously released as Vember Audio Surge)
Stars: ✭ 1,382 (+780.25%)
Mutual labels:  synthesizer
Vultmodules
A set of modules written in Vult for VCVRack
Stars: ✭ 114 (-27.39%)
Mutual labels:  synthesizer
Andes
Sound synthesiser based on Perlin noise
Stars: ✭ 69 (-56.05%)
Mutual labels:  synthesizer
Fsynth
Web-based and pixels-based collaborative synthesizer
Stars: ✭ 146 (-7.01%)
Mutual labels:  synthesizer
Miti
miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text. 🎵
Stars: ✭ 103 (-34.39%)
Mutual labels:  synthesizer
Lick
LiCK, Library for ChucK
Stars: ✭ 118 (-24.84%)
Mutual labels:  synthesizer
Zynthian Ui
User Interface for Zynthian
Stars: ✭ 92 (-41.4%)
Mutual labels:  synthesizer
Fas
C Pixels-based graphical audio synthesizer implemented as a WebSocket server
Stars: ✭ 100 (-36.31%)
Mutual labels:  synthesizer
Torch npss
pytorch implementation of Neural Parametric Singing Synthesizer 歌声合成
Stars: ✭ 115 (-26.75%)
Mutual labels:  synthesizer
Audiokitsynthone
AudioKit Synth One: Open-Source iOS Synthesizer App
Stars: ✭ 1,258 (+701.27%)
Mutual labels:  synthesizer
4klang
Official 4klang repository
Stars: ✭ 137 (-12.74%)
Mutual labels:  synthesizer
Dspi
Digital Signal Processing (or Pi). Adventures in making my Raspberry Pi 3 realtime, and running audio DSP.
Stars: ✭ 71 (-54.78%)
Mutual labels:  synthesizer
Granular
HTML5 Granular Synthesiser
Stars: ✭ 113 (-28.03%)
Mutual labels:  synthesizer
Sonant X
Small JavaScript synthesizer library
Stars: ✭ 154 (-1.91%)
Mutual labels:  synthesizer
Vna
Under development open hardware microwave vector network analyzer
Stars: ✭ 140 (-10.83%)
Mutual labels:  synthesizer
Arduinoopl2
Arduino library for use with the OPL2 board (YM3812) and OPL3Duo (YMF262)
Stars: ✭ 117 (-25.48%)
Mutual labels:  synthesizer

JSyn

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.

More information about JSyn, including documentation, is at:

http://www.softsynth.com/jsyn/

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
ant

The resulting jar will be placed in "/dist/lib/". To run the built-in test App on a desktop, enter something like this:

java -jar dist/lib/jsyn-20160203.jar

but with the correct date.

JSyn - Copyright 1997-2014 Mobileer Inc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].