aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_console.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-29Fix console interface build on WindowsDavid Robillard1-1/+11
2022-05-27Add Gtk plugin selector UIAlexandros Theodotou1-0/+7
2022-05-27Add version option to console executableDavid Robillard1-0/+16
2022-05-27Flush stdout after printing control valuesDavid Robillard1-0/+2
2022-05-27Add missing option in console help outputDavid Robillard1-0/+1
2022-05-27Sort options in help output by case-insensitive flagDavid Robillard1-1/+1
2022-05-27Format all code with clang-formatDavid Robillard1-190/+188
2022-05-27Avoid "else" after "return"David Robillard1-2/+4
2021-02-15Pass ui:scaleFactor option to UIsAlexandros Theodotou1-0/+6
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-14Fix unused parameter warningsDavid Robillard1-3/+4
2020-12-14Initialize all variablesDavid Robillard1-2/+2
2020-12-14Remove Jack session supportDavid Robillard1-7/+0
2020-09-27Clean up includesDavid Robillard1-0/+5
2020-04-05Add a command line argument to select a specific UIHanspeter Portner1-0/+7
2020-04-05Support port events for ui:showInterface UIsHanspeter Portner1-5/+9
2020-03-17Allocate more space for command prompt commandsDavid Robillard1-1/+1
2020-03-17Fix buffer overrun with very long symbols in commandsDavid Robillard1-4/+4
2019-11-03Use screen refresh rate with Gtk3 and Qt5David Robillard1-0/+6
2019-10-17Clean up includesDavid Robillard1-5/+5
2019-04-21Use modern LV2 includesDavid Robillard1-1/+1
2018-12-27Remove unused jalv_ui_resize()David Robillard1-8/+0
2018-11-10Remove unnecessary preallocationDavid Robillard1-3/+0
2018-11-10Move exit semaphore to Jalv structDavid Robillard1-5/+5
2018-09-24Fix some unnecessary const castsDavid Robillard1-1/+1
2018-09-24Fix unused parameter warningsTimo Wischer1-9/+11
2018-09-22Add commands to set and list presetsDavid Robillard1-0/+20
2018-09-22Add commands to print control valuesDavid Robillard1-0/+21
2018-09-22Add command to set control values by port indexDavid Robillard1-4/+13
2018-09-22Move control printing function to shared internal headerDavid Robillard1-1/+1
2018-09-22Add rudimentary help to console interfaceDavid Robillard1-3/+10
2018-09-22Print error message on unknown command inputDavid Robillard1-0/+2
2018-09-22Simplify control display in console interfaceDavid Robillard1-1/+1
2018-09-21Factor out running show-interface UIs from the console front-endDavid Robillard1-3/+13
2018-09-19Add support for underscore in port names on command lineJośe Fernando Moyano1-1/+1
2017-02-18Sort options in man pages and help outputDavid Robillard1-6/+6
2017-02-18Add jalv -i option to ignore stdin for background useDavid Robillard1-1/+5
2016-10-01Transition away from deprecated _BSD_SOURCEDavid Robillard1-1/+2
2016-08-31Discover presence of UI before jack_activateHanspeter Portner1-2/+6
2016-08-01Add feature test macro for usleep on LignuxDavid Robillard1-0/+1
2016-08-01Use consistent feature test macrosDavid Robillard1-1/+1
2016-08-01Use consistent feature test macrosDavid Robillard1-2/+3
2016-07-31Fix compilation with C++David Robillard1-3/+3
2016-04-25Add documentation for jalv -s optionDavid Robillard1-0/+1
2016-04-25Properly set jalv->has_ui for ui:showInterfaceHanspeter Portner1-1/+2
2016-04-25Fix broken plugin <-> UI comm in jalv_consoleHanspeter Portner1-0/+2
2016-03-15Delete trailing whitespaceDavid Robillard1-2/+2
2015-10-10Add option to enable plugin trace log messagesDavid Robillard1-1/+4
2015-10-09Allow Jack client name to be set from command lineDavid Robillard1-0/+11
2015-03-06Add command prompt to console version for changing controls.David Robillard1-3/+39