zynjacku is JACK based, GTK (2.x) host for LV2 synths. lv2rack is a host for LV2 effect plugins.
Go to file
Nedko Arnaudov 6e4e5a9cfd Disable -Werror 2023-07-06 00:15:48 +03:00
art New art by Lapo Calamandrei 2009-06-05 19:24:48 +03:00
zynworld Improved handling of synthax errors in ttl files 2011-03-18 05:41:05 +02:00
.gitignore Add .gitignore 2009-02-13 23:16:51 +02:00
AUTHORS Add kfoltman to AUTHORS 2008-11-30 00:28:29 +02:00
INSTALL Initial port of aldrin's audiogui.py knob and box 2009-01-09 00:31:39 +02:00
Makefile.am Disable -Werror 2023-07-06 00:15:48 +03:00
NEWS Update NEWS for version 6 2011-03-27 00:54:32 +02:00
README Mention lv2rack in the README 2008-11-29 22:36:21 +02:00
acinclude.m4 Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
bootstrap Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
configure.ac fix pkg-config check to work with both lv2core and lv2 names 2023-02-15 23:51:51 +02:00
engine.c Remove slv2 usage 2009-02-08 01:20:07 +02:00
engine.h Remove slv2 usage 2009-02-08 01:20:07 +02:00
enum.c Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
enum.h Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
flex_ttl.c Improved handling of synthax errors in ttl files 2011-03-18 05:41:05 +02:00
flex_ttl.h improved report of synthax errors 2011-03-18 05:11:26 +02:00
gpl.txt
gtk2gui.c uiext: call port_event() back only when value has changed 2011-03-26 18:59:06 +02:00
gtk2gui.h Remove slv2 usage 2009-02-08 01:20:07 +02:00
hints.c Make lv2dynparam requirement optional 2009-01-21 01:58:30 +02:00
hints.h Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
jack_compat.c Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
list.h Make container_of() implementation work in c99 mode 2009-01-20 23:05:12 +02:00
log.c Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
log.h Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
lv2-miditype.h
lv2.c Bundle lv2_dyn_manifest.h until there is a better way users can obtain it 2009-09-04 21:15:43 +03:00
lv2.h Switch to new dman (naspro) 2009-06-23 04:37:13 +03:00
lv2_contexts.h Update LV2 contexts extension and zynjacku's support for that extension. 2008-12-29 00:44:20 +00:00
lv2_data_access.h Initial implementation of Dave Robillard's instance-access and data-access extensions 2008-11-06 23:08:52 +00:00
lv2_dyn_manifest.h Bundle lv2_dyn_manifest.h until there is a better way users can obtain it 2009-09-04 21:15:43 +03:00
lv2_event.h
lv2_event_helpers.h
lv2_external_ui.h External UI updates (should be fully functional now) 2009-01-23 01:31:13 +02:00
lv2_progress.h Minor fixes 2009-01-05 19:25:31 +02:00
lv2_string_port.h String port support (only for input ports, no save/load yet, both message and RT contexts supported) 2008-12-08 22:23:53 +00:00
lv2_ui.h Remove carriage return chars from lv2_ui.h (whitspace change only) 2009-02-08 21:19:35 +02:00
lv2_uri_map.h
lv2prof.py Improved handling of synthax errors in ttl files 2011-03-18 05:41:05 +02:00
lv2rack Fix parsing of lv2rack commandline (state file) 2010-09-05 20:50:05 +03:00
midi_cc_map.c Define _ISOC99_SOURCE symbol before including headers. 2009-01-20 22:40:15 +00:00
midi_cc_map.h Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
midi_cc_map_internal.h Use float cc_value for cc map and fix pitch wheel mapping 2009-01-10 21:09:59 +02:00
plugin.c uiext: call port_event() back only when value has changed 2011-03-26 18:59:06 +02:00
plugin.h Remove slv2 usage 2009-02-08 01:20:07 +02:00
plugin_internal.h uiext: call port_event() back only when value has changed 2011-03-26 18:59:06 +02:00
rack.c Remove slv2 usage 2009-02-08 01:20:07 +02:00
rack.h Remove slv2 usage 2009-02-08 01:20:07 +02:00
rtmempool.c Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
rtmempool.h Add year 2009 to my copyright lines 2009-01-01 18:44:33 +02:00
ttl.l Improved handling of synthax errors in ttl files 2011-03-18 05:41:05 +02:00
ttl_lexer.h Fix warning 2009-02-13 22:48:30 +02:00
zynjacku Call gtk.gdk.threads_init() before doing any GTK+ stuff. 2010-03-21 23:40:25 +02:00
zynjacku.glade Make synth load and clear menu items after working again 2008-12-20 14:55:09 +02:00
zynjacku.gladep
zynjacku.h Remove slv2 usage 2009-02-08 01:20:07 +02:00
zynjacku.override Return Py_None if the handle is NULL, instead of a PyCOject referencing NULL. 2011-03-17 18:06:47 +00:00
zynjacku_ttl.c improved report of synthax errors 2011-03-18 05:11:26 +02:00
zynjackumodule.c Fix build on OSX. Patch by Robin Gareus. 2011-02-07 20:56:58 +02:00
zynspect Rename python "executables" and don't symlink 2009-10-12 13:51:53 +03:00

README

zynjacku is JACK based, GTK (2.x) host for LV2 synths. It has one JACK
MIDI input port (routed to all hosted synths) and one (two for stereo
synths) JACK audio output port per plugin. Such design provides
multi-timbral sound by running several synth plugins.

zynjacku is a nunchaku weapon for JACK audio synthesis. You have solid
parts for synthesis itself and you have flexible part that allows
synthesis to suit your needs.

lv2rack is a host for LV2 effect plugins.

http://home.gna.org/zynjacku/