summaryrefslogtreecommitdiffstats
path: root/src/server/Notification.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-1/+1
2012-05-11Move Forge to the appropriate namespace.David Robillard1-1/+1
2012-05-11Clean up and better document World interface.David Robillard1-1/+1
2012-05-10LV2URIMap => URIMap.David Robillard1-1/+0
2012-05-09Factor audio thread execution stuff out of JackDriver into Engine::run().David Robillard1-0/+1
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-1/+1
2012-03-16Remove ClientInterface::activity and use set_property instead.David Robillard1-5/+7
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-0/+1
2012-03-12Centralise atom creation in forge object.David Robillard1-7/+10
2012-03-10Use new LV2 MIDI definitions.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-09-23Animate audio port colours based on levels.David Robillard1-1/+1
2011-09-15Fix control bindings (MIDI learn).David Robillard1-22/+11
2011-08-20Fix crash when sending port notifications (fix #741).David Robillard1-0/+86