aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_gtkmm2.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-08-31Discover presence of UI before jack_activateHanspeter Portner1-1/+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).
2015-02-14Exit GUI versions on interrupt.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5558 a436a847-0d15-0410-975c-d299462d15a1
2014-08-08Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5426 a436a847-0d15-0410-975c-d299462d15a1
2013-08-08Fix controls with Gtkmm UI.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5146 a436a847-0d15-0410-975c-d299462d15a1
2012-08-22Fix Jack Session 'save and close' operation.David Robillard1-0/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4747 a436a847-0d15-0410-975c-d299462d15a1
2012-08-02Pass parent widget to suil_instance_new.David Robillard1-7/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4600 a436a847-0d15-0410-975c-d299462d15a1
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4355 a436a847-0d15-0410-975c-d299462d15a1
2012-04-28Tune UI update rate and ring size based on JACK rate and MIDI buffer size to ↵David Robillard1-1/+1
handle the handle the maximum message rate the plugin can send. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4298 a436a847-0d15-0410-975c-d299462d15a1
2012-04-10Make controls update when changing presets (except combos).David Robillard1-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-03-20Propertly implement resizable for GtkmmDavid Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4084 a436a847-0d15-0410-975c-d299462d15a1
2012-02-11Add gtkmm version for testing.David Robillard1-0/+80
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3981 a436a847-0d15-0410-975c-d299462d15a1