index
:
jalv.git
fix-ctrl-c-hang
main
osx
serd1
ui-request-parameter
Jalv LV2 host
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-24
Cleanly separate backends from the rest of the application
David Robillard
1
-55
/
+49
2024-11-24
Cleanly separate audio thread from the rest of the application
David Robillard
1
-62
/
+59
2024-11-24
Fix misleading function names
David Robillard
1
-11
/
+13
2024-11-24
Move process thread setup code to a separate file
David Robillard
1
-0
/
+1
2024-11-24
Factor out "settings" that affect the execution process
David Robillard
1
-8
/
+12
2024-11-24
Simplify port buffer allocation
David Robillard
1
-2
/
+3
2024-11-24
Factor out URIDs pointer for brevity
David Robillard
1
-7
/
+8
2024-11-24
Move Jack internal client to a separate compilation unit
David Robillard
1
-99
/
+1
2024-11-24
Rename jalv_internal.h to jalv.h
David Robillard
1
-1
/
+1
2024-11-24
Use angle brackets for library includes
David Robillard
1
-5
/
+5
2024-11-24
Clean up backend allocation and setup
David Robillard
1
-23
/
+24
2024-11-24
Factor out jalv_activate() and jalv_deactivate()
David Robillard
1
-1
/
+4
2024-11-24
Make jalv_open() caller responsible for calling jalv_close()
David Robillard
1
-1
/
+1
2024-11-24
Move control port buffers to a separate array
David Robillard
1
-3
/
+4
2024-11-24
Use message mechanism to pause plugin execution
David Robillard
1
-13
/
+6
2024-11-24
Use message mechanism to request plugin state updates
David Robillard
1
-6
/
+0
2024-11-24
Only send control messages to designated lv2:control ports
David Robillard
1
-4
/
+4
2024-11-24
Factor out process_transport() from Jack process callback
David Robillard
1
-20
/
+31
2024-11-24
Factor out process_silent() from Jack process callback
David Robillard
1
-12
/
+20
2024-11-24
Factor out jalv_write_get_message() from process callbacks
David Robillard
1
-5
/
+1
2024-11-24
Factor out forging a position from Jack transport
David Robillard
1
-26
/
+35
2024-11-24
Use a typedef for port flow and type like other enums
David Robillard
1
-2
/
+2
2024-11-24
Use a typedef for ports like other structs
David Robillard
1
-6
/
+6
2024-11-24
Fix inconsistent case in information message
David Robillard
1
-1
/
+1
2024-11-24
Move process thread code to a separate file
David Robillard
1
-0
/
+1
2024-11-24
Fix Jack latency recomputation when plugin latency changes
David Robillard
1
-4
/
+23
2024-11-24
Improve const-correctness of Jack latency callback
David Robillard
1
-4
/
+4
2024-11-24
Generalize audio/main thread communication
David Robillard
1
-6
/
+1
2024-11-24
Remove transport position dumping from Jack process callback
David Robillard
1
-2
/
+0
2024-11-24
Avoid querying the lilv model in the process callback
David Robillard
1
-2
/
+1
2024-11-24
Move low-level event sending functions to a separate file
David Robillard
1
-0
/
+1
2024-11-24
Move ring error handling and logging to a higher level
David Robillard
1
-2
/
+7
2024-11-17
Move string utilities to a separate compilation unit
David Robillard
1
-0
/
+1
2024-10-12
Merge duplicate branches
David Robillard
1
-7
/
+1
2024-10-12
Remove useless conditions
David Robillard
1
-8
/
+4
2024-10-12
Handle allocation failure in jack_initialize()
David Robillard
1
-4
/
+10
2024-10-12
Return distinct error codes from jack_initialize()
David Robillard
1
-3
/
+13
2024-10-12
Initialize buffer
David Robillard
1
-2
/
+2
2024-10-12
Use exhaustive switch statements everywhere
David Robillard
1
-4
/
+4
2023-09-22
Clean up includes
David Robillard
1
-3
/
+0
2022-08-17
Use logging API for almost all console output
David Robillard
1
-1
/
+1
2022-08-17
Factor out jalv_write_event()
David Robillard
1
-2
/
+3
2022-08-17
Factor out jalv_write_control()
David Robillard
1
-11
/
+1
2022-08-17
Relax unnecessarily narrow types
David Robillard
1
-13
/
+5
2022-08-17
Clean up log messages for consistency
David Robillard
1
-1
/
+1
2022-08-17
Clean up atom dumping code
David Robillard
1
-15
/
+1
2022-08-17
Fix spurious transport messages
David Robillard
1
-3
/
+4
2022-08-17
Use clearer names for communication rings
David Robillard
1
-1
/
+1
2022-08-17
Switch to meson build system
David Robillard
1
-6
/
+6
2022-08-17
Avoid snprintf()
David Robillard
1
-1
/
+2
[next]