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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-24
Only send control messages to designated lv2:control ports
David Robillard
4
-22
/
+19
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
4
-11
/
+26
2024-11-24
Use a consistent naming scheme for class members in Qt frontend
David Robillard
2
-91
/
+92
2024-11-24
Move utility macros to a separate file
David Robillard
2
-12
/
+20
2024-11-24
Reuse jalv_port_by_symbol() and eliminate duplicated code
David Robillard
1
-9
/
+1
2024-11-24
Factor out forging a position from Jack transport
David Robillard
1
-26
/
+35
2024-11-24
Add cached URIDs for atom:Chunk and atom:Sequence
David Robillard
3
-6
/
+7
2024-11-24
Move URID and node initialization to a separate file
David Robillard
5
-94
/
+127
2024-11-24
Use a typedef for port flow and type like other enums
David Robillard
2
-6
/
+12
2024-11-24
Use a typedef for ports like other structs
David Robillard
13
-50
/
+47
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
6
-85
/
+140
2024-11-24
Remove redundant condition
David Robillard
1
-24
/
+26
2024-11-24
Fix Jack latency recomputation when plugin latency changes
David Robillard
5
-4
/
+45
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
6
-75
/
+127
2024-11-24
Allocate message buffers with the necessary size during setup
David Robillard
2
-33
/
+21
2024-11-24
Rename ambiguous "buffer_size" field to "ring_size"
David Robillard
4
-15
/
+13
2024-11-24
Remove transport position dumping from Jack process callback
David Robillard
1
-2
/
+0
2024-11-24
Add support for control outputs with lv2:latency designation
David Robillard
2
-2
/
+30
2024-11-24
Avoid querying the lilv model in the process callback
David Robillard
3
-11
/
+19
2024-11-24
Move jalv_send_to_plugin() to avoid the need for a prototype
David Robillard
1
-55
/
+48
2024-11-24
Simplify jalv_send_to_plugin()
David Robillard
1
-43
/
+19
2024-11-24
Move low-level event sending functions to a separate file
David Robillard
7
-86
/
+139
2024-11-24
Move ring error handling and logging to a higher level
David Robillard
5
-52
/
+72
2024-11-17
Rename UI port event function and move it to the appropriate header
David Robillard
6
-25
/
+26
2024-11-17
Use fewer platform-specific APIs
David Robillard
1
-15
/
+0
2024-11-17
Use nanosleep() instead of usleep()
David Robillard
1
-2
/
+3
2024-11-17
Move string utilities to a separate compilation unit
David Robillard
9
-35
/
+57
2024-11-17
Use portable zix filesystem API
David Robillard
1
-21
/
+20
2024-11-17
Update clang-format configuration
David Robillard
2
-8
/
+4
2024-11-14
Add brief comments for undocumented "public" functions
David Robillard
4
-1
/
+24
2024-11-14
Remove unused prototypes and make functions static where possible
David Robillard
6
-34
/
+16
2024-10-12
Avoid static downcasts
David Robillard
1
-12
/
+17
2024-10-12
Merge duplicate branches
David Robillard
1
-7
/
+1
2024-10-12
Use anonymous namespaces
David Robillard
1
-44
/
+52
2024-10-12
Remove more old-style casts in C++
David Robillard
1
-1
/
+2
2024-10-12
Remove unused constructor
David Robillard
1
-10
/
+0
2024-10-12
Add missing const qualifiers
David Robillard
12
-52
/
+54
2024-10-12
Factor frontend command-line arguments into a struct
David Robillard
5
-43
/
+60
2024-10-12
Use conventional POSIX format for command-line messages
David Robillard
1
-29
/
+33
2024-10-12
Remove useless conditions
David Robillard
2
-13
/
+7
2024-10-12
Add field width to scanf pattern to protect against huge inputs
David Robillard
1
-3
/
+3
2024-10-12
Handle realloc failure everywhere
David Robillard
3
-8
/
+22
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
Reduce variable scope
David Robillard
1
-3
/
+2
[next]