aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-24Cleanly separate backends from the rest of the applicationDavid Robillard1-6/+17
2024-11-24Cleanly separate audio thread from the rest of the applicationDavid Robillard1-148/+103
2024-11-24Move process thread setup code to a separate fileDavid Robillard1-32/+1
2024-11-24Factor out "settings" that affect the execution processDavid Robillard1-85/+42
2024-11-24Simplify port buffer allocationDavid Robillard1-14/+14
2024-11-24Move ring size calculation into a function with other similar onesDavid Robillard1-9/+9
2024-11-24Rename jalv_internal.h to jalv.hDavid Robillard1-1/+2
2024-11-24Use angle brackets for library includesDavid Robillard1-21/+21
2024-11-24Move main() and related code to a separate fileDavid Robillard1-59/+0
2024-11-24Clean up backend allocation and setupDavid Robillard1-5/+10
2024-11-24Move control port printing to console clientDavid Robillard1-12/+0
2024-11-24Move general model query functions to a separate fileDavid Robillard1-50/+7
2024-11-24Remove questionable use of exit()David Robillard1-15/+19
2024-11-24Factor out jalv_activate() and jalv_deactivate()David Robillard1-15/+35
2024-11-24Clean up worker interfaceDavid Robillard1-0/+2
2024-11-24Replace misleading function name and documentationDavid Robillard1-2/+2
2024-11-24Factor out atom dumperDavid Robillard1-53/+11
2024-11-24Factor out jalv_free_nodes()David Robillard1-3/+1
2024-11-24Separate URI map implementation from applicationDavid Robillard1-41/+24
2024-11-24Simplify env initializationDavid Robillard1-10/+13
2024-11-24Add state_threadSafeRestore to nodes cacheDavid Robillard1-6/+2
2024-11-24Factor out initial_state()David Robillard1-21/+31
2024-11-24Factor out free_control()David Robillard1-9/+1
2024-11-24Make jalv_open() caller responsible for calling jalv_close()David Robillard1-10/+1
2024-11-24Move control port buffers to a separate arrayDavid Robillard1-15/+12
2024-11-24Use message mechanism to pause plugin executionDavid Robillard1-2/+2
2024-11-24Only send control messages to designated lv2:control portsDavid Robillard1-16/+13
2024-11-24Move utility macros to a separate fileDavid Robillard1-12/+1
2024-11-24Add cached URIDs for atom:Chunk and atom:SequenceDavid Robillard1-6/+3
2024-11-24Move URID and node initialization to a separate fileDavid Robillard1-94/+0
2024-11-24Use a typedef for ports like other structsDavid Robillard1-15/+15
2024-11-24Move process thread code to a separate fileDavid Robillard1-81/+4
2024-11-24Fix Jack latency recomputation when plugin latency changesDavid Robillard1-0/+2
2024-11-24Generalize audio/main thread communicationDavid Robillard1-42/+69
2024-11-24Allocate message buffers with the necessary size during setupDavid Robillard1-32/+18
2024-11-24Rename ambiguous "buffer_size" field to "ring_size"David Robillard1-12/+10
2024-11-24Add support for control outputs with lv2:latency designationDavid Robillard1-2/+28
2024-11-24Avoid querying the lilv model in the process callbackDavid Robillard1-0/+8
2024-11-24Move jalv_send_to_plugin() to avoid the need for a prototypeDavid Robillard1-55/+48
2024-11-24Simplify jalv_send_to_plugin()David Robillard1-43/+19
2024-11-24Move low-level event sending functions to a separate fileDavid Robillard1-50/+1
2024-11-24Move ring error handling and logging to a higher levelDavid Robillard1-36/+42
2024-11-17Rename UI port event function and move it to the appropriate headerDavid Robillard1-2/+3
2024-11-17Move string utilities to a separate compilation unitDavid Robillard1-0/+1
2024-11-17Use portable zix filesystem APIDavid Robillard1-21/+20
2024-11-14Add brief comments for undocumented "public" functionsDavid Robillard1-1/+0
2024-11-14Remove unused prototypes and make functions static where possibleDavid Robillard1-5/+12
2024-10-12Add missing const qualifiersDavid Robillard1-9/+9
2024-10-12Factor frontend command-line arguments into a structDavid Robillard1-7/+10
2024-10-12Remove useless conditionsDavid Robillard1-5/+3