Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-05-05 | make: deprecate efl stuff. make build more modular. | Hanspeter Portner | -3/+3 | |
2016-06-23 | fixes for lv2lint. | Hanspeter Portner | -0/+12 | |
2016-04-08 | annotate realtime functions for stoat analysis. | Hanspeter Portner | -1/+4 | |
2016-03-26 | beautify/fix last commit. | Hanspeter Portner | -0/+9 | |
2016-03-11 | update copyright years. | Hanspeter Portner | -4/+4 | |
2016-01-28 | fix module suffix. | Hanspeter Portner | -10/+10 | |
2016-01-21 | experiment with uncommon translations. | Hanspeter Portner | -5/+13 | |
2016-01-16 | use CMAKE_SHARED_LIBRARY_SUFFIX. | Hanspeter Portner | -18/+10 | |
2016-01-11 | work on ttl translations. | Hanspeter Portner | -29/+35 | |
2016-01-04 | prototype ttl translations. | Hanspeter Portner | -13/+36 | |
2015-12-09 | patcher support subtypes (MIDI, OSC, Time, Patch). | Hanspeter Portner | -0/+10 | |
* add support for atom subtypes (MIDI, OSC, Time, Patch) in patcher * this is based on atom:supports in plugins ttl. | ||||
2015-10-01 | separate comm from transfer events. | Hanspeter Portner | -2/+2 | |
* separate synthpod comm and transfer events * tidy up comm infrastructure accordingly * fix bug in synthpod_alsa | ||||
2015-09-30 | prototype ComPort infrastructure. | Hanspeter Portner | -0/+26 | |
* only ComPort sinks working for now. | ||||
2015-09-28 | fix systemPorts when embedding synthpod in itself. | Hanspeter Portner | -4/+4 | |
2015-09-26 | migrate systemport extension to data-only. | Hanspeter Portner | -1117/+218 | |
2015-09-25 | add changelog, gzip it and also man pages. | Hanspeter Portner | -1/+6 | |
2015-09-21 | remove unnecessary linking of synthpod_bundle.so. | Hanspeter Portner | -1/+0 | |
2015-09-17 | fix warnings reported by -Wall. | Hanspeter Portner | -200/+20 | |
2015-07-01 | increase #ports in synthpod_audio/cv_sink/source. | Hanspeter Portner | -160/+156 | |
2015-06-29 | support dynamic system ports. | Hanspeter Portner | -54/+1421 | |
2015-06-27 | support lv2:minorVersion and lv2:microVersion. | Hanspeter Portner | -0/+4 | |
2015-06-19 | cosmetics at pluglist info entries. | Hanspeter Portner | -1/+1 | |
2015-06-18 | outsource synthpod sink/source as private bundle. | Hanspeter Portner | -42/+579 | |
2015-06-07 | fix bug in sp_app_state_restore. | Hanspeter Portner | -0/+1 | |
* set system.{source,sink} to NULL if host should call port_connect (e.g. Ardour does) while loading a preset. | ||||
2015-06-06 | migrate to file-based state storage/retrieval. | Hanspeter Portner | -0/+41 | |
* synthpod binary and LV2 plugin use the same mechanism and are thus interchangeable * state saved by binary can be loaded as LV2 preset * state saved as LV2 preset can be loaded with binary |