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
/
ControlBindings.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-09
Clean up includes and forward declarations
David Robillard
1
-7
/
+17
2019-03-08
Pass World everywhere by reference
David Robillard
1
-10
/
+8
2018-09-29
Use nullptr
David Robillard
1
-4
/
+10
2018-09-23
Use lowercase namespace names
David Robillard
1
-11
/
+11
2018-09-22
Use new LV2 include paths
David Robillard
1
-2
/
+2
2018-09-04
Remove pointless type qualifiers
David Robillard
1
-4
/
+4
2018-01-21
Use C++ style includes for standard language headers
David Robillard
1
-1
/
+1
2017-12-25
Remove superfluous using namespace declarations
David Robillard
1
-2
/
+0
2017-12-25
Always use braces
David Robillard
1
-1
/
+2
2017-12-25
Use nullptr
David Robillard
1
-4
/
+4
2017-12-25
Fix inconsistent parameter names
David Robillard
1
-8
/
+8
2017-03-06
Fix crash when run with disconnected control/notify ports
David Robillard
1
-2
/
+4
2017-02-18
Reduce Driver coupling
David Robillard
1
-3
/
+2
2017-02-12
Fix various cast alignment warnings
David Robillard
1
-4
/
+4
2017-02-09
Fix multiple control bindings
David Robillard
1
-4
/
+4
2016-12-14
Fix real-time safety of control bindings
David Robillard
1
-76
/
+62
2016-12-14
Fix real-time issues with buffer allocation
David Robillard
1
-3
/
+3
2016-12-13
Fix some real-time safety issues
David Robillard
1
-5
/
+5
2016-09-18
Clean up code
David Robillard
1
-1
/
+1
2016-09-11
Remove last vestiges of multiple run contexts
David Robillard
1
-20
/
+20
2015-10-24
Zero-copy to/from driver ports where possible
David Robillard
1
-1
/
+1
2015-08-12
Server-side presets.
David Robillard
1
-1
/
+1
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2014-11-17
Fix a few minor/unlikely memory errors.
David Robillard
1
-0
/
+1
2014-08-31
Use float sequences for sample-accurate control ports.
David Robillard
1
-0
/
+1
2014-01-24
Update for latest LV2 Atom Object simplifications.
David Robillard
1
-7
/
+7
2014-01-18
Consolidate URIs.
David Robillard
1
-2
/
+2
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
1
-1
/
+1
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
1
-15
/
+15
2013-02-02
More generic Atom class.
David Robillard
1
-4
/
+4
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-8
/
+8
2013-01-11
Use type safe enumerations.
David Robillard
1
-28
/
+28
2012-08-19
Patch => Graph
David Robillard
1
-1
/
+1
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-12
/
+6
2012-08-14
Use new LV2 MIDI API.
David Robillard
1
-13
/
+14
2012-08-11
Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().
David Robillard
1
-1
/
+2
2012-08-10
Fix various const violations.
David Robillard
1
-2
/
+3
2012-07-31
Merge AudioBuffer into Buffer and avoid all the casting.
David Robillard
1
-1
/
+0
2012-07-31
Move continuous value setting stuff from AudioBuffer to PortImpl.
David Robillard
1
-7
/
+2
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-12
/
+12
2012-07-27
Silence invalid control binding error message.
David Robillard
1
-1
/
+1
2012-07-25
Fix control bindings for logarithmic and sample rate control ports.
David Robillard
1
-24
/
+40
2012-07-18
Working bi-directional UI <=> plugin messaging.
David Robillard
1
-6
/
+42
2012-07-17
Wrap notification stuff behind simple API and hide details in Context.
David Robillard
1
-7
/
+6
2012-06-13
Fix control binding loading.
David Robillard
1
-9
/
+11
2012-06-13
Fix saving of control bindings.
David Robillard
1
-15
/
+28
2012-05-23
Trim unnecessary includes.
David Robillard
1
-2
/
+0
2012-05-14
Tidy.
David Robillard
1
-2
/
+2
2012-05-11
Add missing includes.
David Robillard
1
-0
/
+2
2012-05-11
Clean up and better document World interface.
David Robillard
1
-6
/
+6
[next]