[beast: 9/29] BEAST: use Bse::MusicalTuning::* instead of Bse::MUSICAL_TUNING_*



commit ba9be02889ce5c1296371f9977c105ee475f7f6b
Author: Tim Janik <timj gnu org>
Date:   Thu Jan 28 16:28:27 2016 +0100

    BEAST: use Bse::MusicalTuning::* instead of Bse::MUSICAL_TUNING_*
    
    Signed-off-by: Tim Janik <timj gnu org>

 beast-gtk/bstpatterncolumns.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/beast-gtk/bstpatterncolumns.cc b/beast-gtk/bstpatterncolumns.cc
index abe5ab1..50af93f 100644
--- a/beast-gtk/bstpatterncolumns.cc
+++ b/beast-gtk/bstpatterncolumns.cc
@@ -101,7 +101,7 @@ pattern_column_note_char (BstPatternColumnNote *self, const Bse::PartNoteSeq &ps
   else if (pseq.size() > 1)
     return '*';
   // pseq.size() == 1
-  Bse::NoteDescription ndesc = bse_server.note_describe (Bse::MUSICAL_TUNING_12_TET, // tuning is irrelevant 
if we ignore ->freq
+  Bse::NoteDescription ndesc = bse_server.note_describe (Bse::MusicalTuning::OD_12_TET, // tuning is 
irrelevant if we ignore ->freq
                                                          pseq[0].note, pseq[0].fine_tune);
   switch (pos)
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]