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
/
internals
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-08
Cleanup: Use "using" instead of "typedef" where appropriate
David Robillard
1
-1
/
+1
2019-03-09
Clean up includes and forward declarations
David Robillard
8
-36
/
+51
2018-09-23
Use override specifiers
David Robillard
5
-10
/
+10
2018-09-23
Use lowercase namespace names
David Robillard
10
-65
/
+65
2018-09-22
Use new LV2 include paths
David Robillard
4
-8
/
+8
2018-09-04
Fix unintentional fall-through
David Robillard
1
-0
/
+1
2018-01-21
Use C++ style includes for standard language headers
David Robillard
2
-2
/
+2
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
5
-6
/
+6
2018-01-17
Fix connecting value sequences to CV
David Robillard
1
-1
/
+0
2017-12-25
Remove superfluous using namespace declarations
David Robillard
3
-6
/
+0
2017-12-25
Always use braces
David Robillard
2
-6
/
+12
2017-12-25
Use nullptr
David Robillard
1
-6
/
+6
2017-12-25
Remove trivial destructors and use default where possible
David Robillard
2
-6
/
+0
2017-02-18
Reduce Driver coupling
David Robillard
1
-1
/
+0
2017-02-12
Use smart pointers to handle real-time memory disposal
David Robillard
6
-19
/
+19
2016-12-14
Fix real-time issues with buffer allocation
David Robillard
1
-2
/
+2
2016-10-14
Fix sequence ports with values
David Robillard
1
-2
/
+0
2016-10-02
Add event outputs to Trigger and Controller
David Robillard
4
-50
/
+103
2016-10-02
Add parallelism-aware graph traversal
David Robillard
1
-2
/
+2
2016-10-02
Replace Delay internal with simpler BlockDelay
David Robillard
3
-229
/
+102
2016-09-11
Remove last vestiges of multiple run contexts
David Robillard
10
-41
/
+41
2015-10-30
Update clients when plugins are unloaded/reloaded
David Robillard
2
-12
/
+12
2015-10-26
Use URIDs almost everywhere
David Robillard
1
-1
/
+1
2015-10-24
Zero-copy to/from driver ports where possible
David Robillard
10
-19
/
+19
2015-04-09
Fix multiple note triggers on the same sample.
David Robillard
1
-2
/
+9
2015-04-04
Update copyright dates.
David Robillard
10
-10
/
+10
2014-11-17
Add support for pitch bend and channel/note pressure.
David Robillard
2
-2
/
+60
2014-08-31
Use float sequences for sample-accurate control ports.
David Robillard
10
-56
/
+55
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
4
-5
/
+1
2013-06-09
Inherit certain properties from ports connected to patch ports.
David Robillard
3
-0
/
+6
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
4
-4
/
+4
2013-02-02
Fix trigger and controller learn updating.
David Robillard
2
-2
/
+2
2013-02-02
Add option to enable/disable canvas animation (fix/avoid #879).
David Robillard
2
-2
/
+2
2013-01-11
Use type safe enumerations.
David Robillard
2
-26
/
+26
2013-01-08
Add log plugin.
David Robillard
1
-0
/
+2
2012-11-18
Fix learn for Trigger and Internal nodes.
David Robillard
2
-4
/
+4
2012-11-16
Remove unnecessary include.
David Robillard
1
-1
/
+0
2012-11-16
Add time internal that sends Jack transport updates as LV2 time positions.
David Robillard
2
-0
/
+141
2012-10-27
Replace octaves port with note number port.
David Robillard
2
-12
/
+9
2012-08-20
Replace several assertions with graceful error handling.
David Robillard
1
-1
/
+1
2012-08-20
Add AMS style octaves output to note block.
David Robillard
2
-12
/
+25
2012-08-19
Patch => Graph
David Robillard
8
-10
/
+10
2012-08-18
Node => Block
David Robillard
8
-28
/
+28
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
3
-47
/
+0
2012-08-15
Clean up includes.
David Robillard
8
-11
/
+3
2012-08-15
Rewrite Raul::Maid and eliminate Raul:List.
David Robillard
1
-1
/
+1
2012-08-14
Use new LV2 MIDI API.
David Robillard
4
-29
/
+20
2012-08-14
Update for latest Raul.
David Robillard
4
-4
/
+8
2012-08-12
Stricter symbol construction and conversion.
David Robillard
8
-71
/
+71
2012-08-11
Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().
David Robillard
4
-0
/
+4
[next]