use syntactic sugar
[ardour.git] / gtk2_ardour / note.cc
index 538751f31fb8b0f0264e552d3d0fddc7e2680d18..41c509e6152c04174cc0deeacad2129a572c26a2 100644 (file)
@@ -145,3 +145,10 @@ Note::set_ignore_events (bool ignore)
 {
        _note->set_ignore_events (ignore);
 }
+
+void
+Note::set_velocity (double fract)
+{
+       _note->set_velocity (fract);
+}
+