Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-18 | Sort options in man pages and help output | David Robillard | 1 | -6/+6 | |
2017-02-18 | Add jalv -i option to ignore stdin for background use | David Robillard | 1 | -1/+5 | |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 1 | -1/+2 | |
2016-08-31 | Discover presence of UI before jack_activate | Hanspeter Portner | 1 | -2/+6 | |
jalv.has_ui should be set before jack_activate. If not, patch:Get message may be without effect and parameter replies never be sent from within jack process callback, as the latter may run before the corresponding UI logic (e.g. with jalv.has_ui still being false). | |||||
2016-08-01 | Add feature test macro for usleep on Lignux | David Robillard | 1 | -0/+1 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -1/+1 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -2/+3 | |
2016-07-31 | Fix compilation with C++ | David Robillard | 1 | -3/+3 | |
2016-04-25 | Add documentation for jalv -s option | David Robillard | 1 | -0/+1 | |
2016-04-25 | Properly set jalv->has_ui for ui:showInterface | Hanspeter Portner | 1 | -1/+2 | |
2016-04-25 | Fix broken plugin <-> UI comm in jalv_console | Hanspeter Portner | 1 | -0/+2 | |
Fixes broken plugin <-> UI communication in jalv_console when run on top of showInterface (-s). | |||||
2016-03-15 | Delete trailing whitespace | David Robillard | 1 | -2/+2 | |
2015-10-10 | Add option to enable plugin trace log messages | David Robillard | 1 | -1/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5764 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-09 | Allow Jack client name to be set from command line | David Robillard | 1 | -0/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5760 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-06 | Add command prompt to console version for changing controls. | David Robillard | 1 | -3/+39 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5613 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5426 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-13 | Add option to print control output changes to stdout. | David Robillard | 1 | -1/+4 | |
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 | -11/+35 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5377 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Add -c option for setting controls from the command line (#816). | David Robillard | 1 | -1/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5202 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-03-24 | Fix crash when running "jalv" with bad command line arguments. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5098 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-22 | Fix Jack Session 'save and close' operation. | David Robillard | 1 | -0/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4747 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-02 | Pass parent widget to suil_instance_new. | David Robillard | 1 | -3/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4600 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-27 | Add comm buffer size parameter and use Jack MIDI buffer size by default. | David Robillard | 1 | -0/+7 | |
Fix running console version with arguments. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4281 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-10 | Make controls update when changing presets (except combos). | David Robillard | 1 | -0/+9 | |
Fix scale point value bug. Fix memory leaks. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4158 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-18 | Add -d option and implement proper communication dumping. | David Robillard | 1 | -1/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3986 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-09 | Mac portability fixes. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3978 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3963 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-15 | Lint. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3949 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 1 | -4/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3604 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-20 | Support UI resize extension. | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3552 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-08-21 | Preliminary support for Jack Session and LV2 Persist. | David Robillard | 1 | -2/+41 | |
Real command line argument support. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3441 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-05-30 | Add "Jalv", a stand-alone version of lv2jack that supports plugin UIs via Suil | David Robillard | 1 | -0/+50 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3344 a436a847-0d15-0410-975c-d299462d15a1 |