changeset 568:fa32590f5a61

* Make it possible to record live MIDI to a note layer. Now we're a proper MIDI sequencer. Ha, ha.
author Chris Cannam
date Wed, 25 Feb 2009 12:02:53 +0000
parents e6d35670e1df
children 9773aadbae0c
files data/model/DenseThreeDimensionalModel.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/data/model/DenseThreeDimensionalModel.h	Wed Feb 25 11:15:22 2009 +0000
+++ b/data/model/DenseThreeDimensionalModel.h	Wed Feb 25 12:02:53 2009 +0000
@@ -130,7 +130,7 @@
         }
     }
 
-    virtual QVariant getData(int row, int column, int role) const 
+    virtual QVariant getData(int row, int column, int) const 
     {
         switch (column) {
         case 0: {
@@ -148,7 +148,7 @@
     virtual bool isColumnTimeValue(int col) const {
         return col < 2;
     }
-    virtual SortType getSortType(int col) const {
+    virtual SortType getSortType(int) const {
         return SortNumeric;
     }