index
:
ingen.git
atom-cpp
fix-unused-parameter-warnings
groups
main
newparallel
nodeless
parallel
parallel-work
parameters
sequencefix
serd1
tasks
Ingen modular audio processor
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
server
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-06
Remove unused EventSink
David Robillard
5
-124
/
+0
2011-10-03
Use port type instead of buffer type where appropriate.
David Robillard
5
-27
/
+18
2011-10-03
Remove static PortType enumeration from public/client side interface.
David Robillard
19
-46
/
+181
2011-10-03
Don't stack allocate buffer array unless it's needed.
David Robillard
1
-7
/
+11
2011-10-02
Fix support for ports with multiple lv2:portProperty properties.
David Robillard
2
-3
/
+2
2011-10-01
Make PortImpl::get_buffers const.
David Robillard
7
-7
/
+15
2011-09-24
Fix event throughput for non-creating set events.
David Robillard
1
-1
/
+7
2011-09-24
Fix keyboard shortcuts for copy and paste.
David Robillard
1
-1
/
+0
2011-09-24
Fix crash with parallel execution.
David Robillard
2
-6
/
+12
2011-09-24
Remove concept of "blocking" events in favour of store RWLock.
David Robillard
17
-102
/
+80
2011-09-24
Remove unnecessary request_property() and RequestMetadataEvent.
David Robillard
8
-247
/
+0
2011-09-24
Tidy.
David Robillard
2
-17
/
+13
2011-09-24
Use store lock to avoid race conditions with Get and create/delete events.
David Robillard
8
-11
/
+49
2011-09-24
Only store patch canvas coordinates in containing patch.
David Robillard
1
-5
/
+5
2011-09-23
Fix memory leaks and errors.
David Robillard
9
-16
/
+59
2011-09-23
Animate audio port colours based on levels.
David Robillard
11
-22
/
+67
2011-09-17
Fix RingBuffer underrun and consequent execution of uninitialized Notification.
David Robillard
1
-1
/
+1
2011-09-15
Fix control bindings (MIDI learn).
David Robillard
14
-92
/
+153
2011-09-15
Tidy
David Robillard
2
-16
/
+13
2011-09-15
Fix crash on client event post-processing (e.g. when rapidly manipulating con...
David Robillard
2
-18
/
+20
2011-09-14
Support lv2:sampleRate controls (mostly) correctly.
David Robillard
1
-2
/
+14
2011-08-20
Fix crash when sending port notifications (fix #741).
David Robillard
15
-382
/
+168
2011-07-25
Actually fix compilation against reference extension
David Robillard
2
-7
/
+7
2011-07-25
Update for move of "blob" functionality from atom to reference extension (tic...
David Robillard
1
-0
/
+1
2011-07-07
Obey "special" properties on object creation (patch from Paul Giblock, ticket...
David Robillard
1
-8
/
+5
2011-06-11
Remove dead code.
David Robillard
2
-1
/
+2
2011-05-27
Don't install private headers
David Robillard
1
-3
/
+0
2011-05-25
Move sanitised serialisation headers to public include directory
David Robillard
4
-5
/
+5
2011-05-24
Tidy up headers.
David Robillard
2
-3
/
+2
2011-05-24
Remove use of ingen-config.h in soon-to-be-public headers.
David Robillard
12
-51
/
+10
2011-05-24
Update for new Sord API
David Robillard
1
-1
/
+1
2011-05-23
Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr...
David Robillard
9
-21
/
+23
2011-05-21
Fix patch loading.
David Robillard
1
-3
/
+9
2011-05-20
Correctly set initial value of control ports at creation time.
David Robillard
2
-3
/
+5
2011-05-20
Fix multiple put replies on port creation.
David Robillard
3
-11
/
+18
2011-05-20
Upate for new Raul API
David Robillard
1
-0
/
+2
2011-05-19
Convey put context parameter via OSC.
David Robillard
2
-3
/
+7
2011-05-19
Fix some crashiness in last commit.
David Robillard
1
-0
/
+3
2011-05-19
Fix delta via OSC (OSC bindings should be fully functional again).
David Robillard
3
-1
/
+71
2011-05-18
Remove unnecessary non-portable includes.
David Robillard
5
-16
/
+23
2011-05-18
Use an intrusive linked list for event queue rather than Raul::List.
David Robillard
14
-88
/
+120
2011-05-18
Update for new Serd and Sord APIs.
David Robillard
1
-1
/
+1
2011-05-13
Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...
David Robillard
3
-19
/
+19
2011-05-13
Make models const in client code.
David Robillard
1
-1
/
+1
2011-05-12
Remove dead code.
David Robillard
2
-14
/
+0
2011-04-30
Fix immediate quit due to uninitialised quit flag (fix ticket #677).
David Robillard
1
-0
/
+1
2011-04-30
Cache port RDF node on load instead of searching for it repeatedly.
David Robillard
1
-7
/
+7
2011-04-29
LilvValue => LilvNode.
David Robillard
5
-56
/
+56
2011-04-29
Terser names for value constructors.
David Robillard
2
-14
/
+14
2011-04-29
Don't hide pointers behind typedefs.
David Robillard
6
-36
/
+38
[next]