This website requires JavaScript.
Explore
Help
Sign In
allanger
/
ardour
Watch
1
Star
0
Fork
0
You've already forked ardour
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Activity
Files
cba3ca64b359b32909bc29f5fe75e8e2fd9c83d8
ardour
/
libs
/
surfaces
/
osc
History
Paul Davis
c83389b8ec
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
...
git-svn-id: svn://localhost/ardour2/branches/3.0@6389 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-12-22 20:21:43 +00:00
..
interface.cc
OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to workaround bug in Glib
2009-12-09 18:37:06 +00:00
osc_controllable.cc
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
osc_controllable.h
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
osc.cc
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
osc.h
fully implement and deploy explicit x-thread signal connection syntax (testing comes next)
2009-12-21 18:23:07 +00:00
wscript
OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to workaround bug in Glib
2009-12-09 18:37:06 +00:00