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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-26
Tinker subpatch polyphony logic.
David Robillard
1
-1
/
+1
2010-02-26
Fix bad LADSPA plugin names when using -l from command line (fix ticket #485).
David Robillard
1
-0
/
+2
2010-02-26
Arrange at the top left and scroll to top left corner by default.
David Robillard
2
-2
/
+4
2010-02-26
Fix queued connections (e.g. event input => print).
David Robillard
5
-16
/
+26
2010-02-26
Perform all mixing for an audio input in a single mix operation (instead of a...
David Robillard
15
-185
/
+123
2010-02-26
Show control ports in control dialog (fix regression from r2492).
David Robillard
1
-1
/
+2
2010-02-25
Work on contexts and polymorphic ports.
David Robillard
36
-202
/
+260
2010-02-25
Store patch connections in a map using a lexicographic <Port*,Port*> key for
David Robillard
17
-91
/
+112
2010-02-25
Fix (remove) use of PatchImpl::_connections in the audio thread.
David Robillard
2
-17
/
+23
2010-02-25
Fix cross-context (audio -> message) connections.
David Robillard
1
-0
/
+1
2010-02-25
Use put instead of looped indidivual property sets.
David Robillard
1
-5
/
+2
2010-02-24
Tidy up Context and ProcessContext interfaces (ProcessContext only lives on a...
David Robillard
5
-33
/
+43
2010-02-24
Merge NodeBase and NodeImpl.
David Robillard
22
-533
/
+158
2010-02-24
Add new Delay internal.
David Robillard
31
-75
/
+414
2010-02-23
Fix various code issues discovered by cppcheck.
David Robillard
27
-37
/
+42
2010-02-23
Working dynamic polyphony in the root patch.
David Robillard
4
-4
/
+18
2010-02-23
Free plugin instances when decreasing polyphony.
David Robillard
4
-48
/
+62
2010-02-23
Tidy.
David Robillard
1
-1
/
+0
2010-02-22
Fix crash when dynamically reducing polyphony.
David Robillard
1
-1
/
+2
2010-02-22
Don't respond with PUT (creating empty nodes) when plugin instantiation fails.
David Robillard
20
-26
/
+16
2010-02-22
Fail gracefully when LV2 plugins have illegal symbols.
David Robillard
1
-6
/
+19
2010-02-21
Remove accidental absolute include (fix ticket #484).
David Robillard
1
-3
/
+0
2010-02-20
Reset PropertiesWindow on hide (fix crashes when modifying objects formerly s...
David Robillard
2
-6
/
+17
2010-02-20
Heavy overhaul of buffer management and polyphony.
David Robillard
74
-634
/
+787
2010-02-20
Remove no longer used AudioDriver.hpp.
David Robillard
2
-66
/
+2
2010-02-19
Fix audio->control connections.
David Robillard
1
-2
/
+10
2010-02-18
Refuse to delete /control_in or /control_out (fix crashes e.g. select-all + d...
David Robillard
1
-11
/
+12
2010-02-18
Use property_visible instead of set_visible which is apparently missing from ...
David Robillard
1
-5
/
+5
2010-02-17
Fix double error.
David Robillard
1
-0
/
+1
2010-02-17
Fix crash when rapidly decreasing polyphony (make SetMetadataEvent blocking i...
David Robillard
4
-10
/
+21
2010-02-17
Stub liblo bundle receiving support (patch on liblo-dev).
David Robillard
2
-4
/
+35
2010-02-17
Fix liblo varargs argument termination.
David Robillard
2
-3
/
+3
2010-02-14
Ssshh.
David Robillard
1
-3
/
+0
2010-02-14
Toggle sensitivity of voices spinbutton according to radio buttons.
David Robillard
2
-21
/
+6
2010-02-14
Merge LoadPatchWindow and LoadSubpatchWindow.
David Robillard
13
-576
/
+203
2010-02-14
Set unique keyboard mnemonics for widgets.
David Robillard
2
-86
/
+31
2010-02-14
Fix plugin and subpatch name offsets.
David Robillard
2
-13
/
+7
2010-02-14
Ssshh.
David Robillard
1
-1
/
+0
2010-02-14
Fix loading of subpatches.
David Robillard
10
-348
/
+361
2010-02-14
Preserve patch port indices across saves.
David Robillard
4
-0
/
+53
2010-02-14
Add human name to internal nodes (fix ticket #479).
David Robillard
4
-2
/
+19
2010-02-14
Remove obsolete wrapper scripts.
David Robillard
2
-10
/
+0
2010-02-14
Fix typo.
David Robillard
1
-1
/
+1
2010-02-14
Remove voice specific control setting.
David Robillard
28
-352
/
+13
2010-02-14
Correctly initialise object buffers.
David Robillard
2
-2
/
+10
2010-02-13
Fix node creation via HTTP (port parsing from string).
David Robillard
1
-1
/
+1
2010-02-13
Learn and remove bindings exclusively through property interface.
David Robillard
42
-378
/
+454
2010-02-13
Make preset menu work when clicking items (previously only worked when pressi...
David Robillard
2
-11
/
+27
2010-02-10
Don't double-serialise port values.
David Robillard
1
-4
/
+0
2010-02-09
Fix port value broadcasting to work with all types.
David Robillard
2
-4
/
+4
[next]