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
2012-05-03
More work towards separating event interfaces from queueing implementation.
David Robillard
5
-13
/
+99
2012-05-02
Separate EventSource interface from EventQueue implementation.
David Robillard
6
-28
/
+25
2012-05-02
Add some assertions to hopefully track down a rare bug.
David Robillard
2
-1
/
+4
2012-05-02
On-demand loading of individual plugins.
David Robillard
2
-5
/
+21
2012-05-02
Preliminary socket control interface, and ingen_cmd command line interface wh...
David Robillard
1
-9
/
+12
2012-04-28
Fix MIDI input.
David Robillard
2
-6
/
+8
2012-04-28
Remove use of std::cerr.
David Robillard
1
-1
/
+2
2012-04-28
Use CV ports on internal modules.
David Robillard
4
-14
/
+14
2012-04-28
Tidy.
David Robillard
5
-30
/
+36
2012-04-28
Gracefully handle UI communication ring overflow.
David Robillard
1
-4
/
+13
2012-04-28
Actually filter redundant port activity messages.
David Robillard
1
-10
/
+7
2012-04-28
Use "tail" and "head" terminology instead of "src_port" and "dst_port".
David Robillard
15
-113
/
+113
2012-04-28
Lint.
David Robillard
13
-40
/
+46
2012-04-28
Remove using declarations from headers.
David Robillard
11
-28
/
+14
2012-04-27
Fix mismatched sample rate and buffer size.
David Robillard
1
-1
/
+1
2012-04-27
Initialise thread system if necessary to work in non-Gtk hosts.
David Robillard
1
-0
/
+4
2012-04-26
Don't send peak values if they're equal to the last sent value.
David Robillard
1
-1
/
+1
2012-04-23
Localise buffer reference stuff.
David Robillard
20
-78
/
+110
2012-04-23
Maybe fix boost compilation errors again.
David Robillard
1
-1
/
+1
2012-04-23
Maybe fix boost compilation errors.
David Robillard
5
-27
/
+39
2012-04-23
Use URI defines where possible.
David Robillard
2
-5
/
+8
2012-04-22
Remove prefix for defunc contexts extension.
David Robillard
1
-2
/
+1
2012-04-16
Update for latest LV2 resize-port extension.
David Robillard
2
-19
/
+18
2012-04-14
Update URIs.
David Robillard
3
-3
/
+3
2012-04-12
Update for latest atom extension.
David Robillard
7
-20
/
+12
2012-04-05
Fix end namespace comments to match reality.
David Robillard
21
-22
/
+21
2012-03-31
Update for latest LV2 state extension.
David Robillard
2
-7
/
+9
2012-03-27
Squeeze blank lines.
David Robillard
109
-110
/
+0
2012-03-27
Delete trailing whitespace.
David Robillard
4
-9
/
+9
2012-03-27
Switch to AGPL3+.
David Robillard
109
-1745
/
+1744
2012-03-26
Update for latest LV2.
David Robillard
1
-2
/
+2
2012-03-25
Update for latest atom extension.
David Robillard
12
-34
/
+21
2012-03-23
Fix compilation with latest LV2.
David Robillard
15
-184
/
+78
2012-03-22
Remove crufty headeres.
David Robillard
2
-2
/
+0
2012-03-20
More complete Ingen plugin <=> UI communication.
David Robillard
1
-1
/
+1
2012-03-20
Sshh.
David Robillard
1
-3
/
+0
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
48
-1091
/
+751
2012-03-16
Preliminary work towards native LV2 UI.
David Robillard
2
-2
/
+1
2012-03-16
Remove ping() from interface, just use a get instead.
David Robillard
2
-7
/
+0
2012-03-16
Merge ClientInterface and ServerInterface.
David Robillard
35
-105
/
+100
2012-03-16
Remove activity from interface and use set_property() instead.
David Robillard
13
-268
/
+54
2012-03-16
Remove ClientInterface::activity and use set_property instead.
David Robillard
2
-10
/
+7
2012-03-15
Remove weird "include" directory and use standard style ("ingen" directory in...
David Robillard
1
-4
/
+4
2012-03-15
Implement new LV2 discovery API.
David Robillard
1
-56
/
+66
2012-03-14
Use the host URI map/unmap when running as a plugin.
David Robillard
25
-32
/
+72
2012-03-12
Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require
David Robillard
1
-49
/
+52
2012-03-12
Fix mysterious undefined reference when running as a plugin.
David Robillard
1
-0
/
+3
2012-03-12
Centralise atom creation in forge object.
David Robillard
21
-113
/
+162
2012-03-12
Unify event response mechanism and make it more appropriate for wire transmis...
David Robillard
27
-341
/
+114
2012-03-12
Allow control and audio ports to be connected to CV ports.
David Robillard
2
-4
/
+8
[prev]
[next]