Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-10 | Support rdfs:label for port groups | David Robillard | 1 | -1/+2 | |
2019-11-03 | Use screen refresh rate with Gtk3 and Qt5 | David Robillard | 1 | -0/+6 | |
2019-06-06 | Jalv 1.6.2v1.6.2 | David Robillard | 1 | -2/+2 | |
2018-11-10 | Add support for running as an internal Jack client | Timo Wischer | 1 | -1/+2 | |
2018-09-23 | Remove support for deprecated event and uri-map extensions | David Robillard | 1 | -1/+2 | |
2018-09-22 | Document command syntax in man page | David Robillard | 1 | -1/+2 | |
2018-09-21 | Make Suil dependency optional | David Robillard | 1 | -1/+2 | |
2018-09-20 | Use sigaction() instead of signal() | Laxmi Devi | 1 | -1/+2 | |
Issue is that even after ctrl+c, fgets is waiting for a newline. See signal(7) for details. We have to either use siginterrupt() together with signal(), or use sigaction() instead of signal() for registering the signal handler, in order to disable restarting a read() system call after a signal. Signed-off-by: Laxmi Devi <Laxmi.Devi@in.bosch.com> Signed-off-by: Timo Wischer <twischer@de.adit-jv.com> | |||||
2018-09-20 | Update NEWS | David Robillard | 1 | -1/+4 | |
2017-05-07 | Fix Jack deactivation | David Robillard | 1 | -1/+2 | |
2017-02-18 | Add jalv -i option to ignore stdin for background use | David Robillard | 1 | -1/+2 | |
2017-02-12 | Fix compilation with recent Gtkmm versions that require C++11 | David Robillard | 1 | -0/+6 | |
2017-01-04 | Jalv 0.6.0v1.6.0 | David Robillard | 1 | -2/+2 | |
2016-10-05 | Add PortAudio backend | David Robillard | 1 | -1/+2 | |
2016-09-16 | Fix memory error on preset save | David Robillard | 1 | -1/+2 | |
2016-09-05 | Update NEWS | David Robillard | 1 | -1/+2 | |
2016-07-31 | Support thread-safe state restoration | David Robillard | 1 | -0/+1 | |
2016-07-31 | Clean up log output | David Robillard | 1 | -3/+3 | |
2016-07-09 | Add support for lv2:CVPort via JACK metadata API | Hanspeter Portner | 1 | -3/+4 | |
2015-11-08 | Support numeric and string plugin properties | David Robillard | 1 | -1/+3 | |
Also: * Print plugin/UI communication log in colour if supported * Update UI when internal plugin state is changed during preset load git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5812 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-10 | Support more parameter types | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5765 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-10 | Add option to enable plugin trace log messages | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5764 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-10 | Support numeric plugin properties | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5762 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-09 | Allow Jack client name to be set from command line | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5760 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-12 | Add Qt5 version. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5726 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-08 | Add generic Qt control UI from Amadeus Folego. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5670 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-07 | Improve preset support. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5618 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-06 | Add command prompt to console version for changing controls. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5613 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-22 | Set Jack port order metadata. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5597 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Exit GUI versions on interrupt. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5558 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Report Jack latency (Patch from Robin Gareus). | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5557 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-11-07 | Use moc-qt4 if present for systems with multiple Qt versions. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5479 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-09-28 | Update NEWS. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5471 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-09-28 | Fix semaphore try_wait on windows (Patch from Robin Gareus) (fix #984). | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5469 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-09-27 | Exit on Jack shutdown (close #978). | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5468 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Jalv 1.4.6. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5442 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-15 | Support saving the same preset several times. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5414 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-13 | Add option to print control output changes to stdout. | David Robillard | 1 | -1/+3 | |
Update man pages and console jalv help output for new options. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5410 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-27 | Support new UI show/hide interface in console version. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5377 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-26 | Add support for data-access extension (close #967). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5368 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-06 | Support port pretty names via new Jack metadata API. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5357 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5321 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-13 | Generate Qt moc nonsense at build time (fix #948). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5312 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-12 | Show newly saved presets in the preset menu. | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5311 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Jalv 1.4.4 | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5269 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-30 | Preset menu support for Qt (patch from Timo Westkämper) (#930). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5227 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-28 | Don't expose non-MIDI event ports to Jack (fix #907). | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5220 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Add -c option for setting controls from the command line (#816). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5202 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-19 | Add --no-menu option to jalv.gtk. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5187 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-11-01 | Support ui:portMap feature to allow UIs to avoid hard-coded port indices | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5170 a436a847-0d15-0410-975c-d299462d15a1 |