summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 7500f6e..03ff365 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -33,11 +33,7 @@ class PatchageEvent;
class PatchageModule;
class PatchagePort;
-/** Handles all externally driven functionality, registering ports etc.
- *
- * Jack callbacks and connect methods and things like that live here.
- * Right now just for jack ports, but that will change...
- */
+/// Driver for JACK audio and midi ports
class JackDriver : public Driver
{
public: