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
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
2022-08-17
Use a consistent interface for error/warning/debug logging
David Robillard
1
-3
/
+3
2022-08-17
Move REALTIME definition to jack.c
David Robillard
1
-0
/
+6
2022-08-17
Reduce dependence on jalv_internal.h
David Robillard
1
-1
/
+2
2022-08-17
Move Port definition to its own header
David Robillard
1
-0
/
+1
2022-08-17
Separate options.h from jalv_internal.h
David Robillard
1
-0
/
+1
2022-08-17
Move control-related type definitions to control.h
David Robillard
1
-0
/
+1
2022-08-17
Move JalvURIDs and JalvNodes to their own headers
David Robillard
1
-0
/
+2
2022-08-17
Clearly separate frontends from common internals
David Robillard
1
-1
/
+2
2022-08-17
Separate backend.h from jalv_internal.h
David Robillard
1
-0
/
+2
2022-08-17
Separate log.h from jalv_internal.h
David Robillard
1
-0
/
+1
2022-08-17
Adopt REUSE machine-readable licensing standard
David Robillard
1
-15
/
+2
[next]