From 03cd58e8ce4c9b05d8b2668061524c505fea8230 Mon Sep 17 00:00:00 2001 From: EvilDragon Date: Mon, 13 Apr 2020 18:31:44 +0200 Subject: [PATCH] Tiny letter case fixes in tunings.cpp (#1714) Midi->MIDI hz->Hz --- src/common/Tunings.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/Tunings.cpp b/src/common/Tunings.cpp index a19fad96db4..b69ffe8626d 100644 --- a/src/common/Tunings.cpp +++ b/src/common/Tunings.cpp @@ -311,8 +311,8 @@ th { << "
  • Jump to Raw SCL.\n" << "
  • Jump to raw KBM.\n" << "
  • Scale position 0 maps to key " - << storage->currentMapping.middleNote << "\n
  • Midi note " << storage->currentMapping.tuningConstantNote << " is set to frequency " - << storage->currentMapping.tuningFrequency << "hz.\n "; + << storage->currentMapping.middleNote << "\n
  • MIDI note " << storage->currentMapping.tuningConstantNote << " is set to frequency " + << storage->currentMapping.tuningFrequency << "Hz.\n "; } else { @@ -362,7 +362,7 @@ R"HTML(

    - + )HTML"; @@ -382,7 +382,7 @@ R"HTML( while( tn < 0 ) tn += count; auto p = storage->note_to_pitch(i); - htmls << ""; + htmls << ""; htmls << "\n"; }
    Midi NoteScale PositionFrequencyMIDI NoteScale PositionFrequency
    " << (tn % count + 1) << "" << 8.175798915 * p << " hz" << (tn % count + 1) << "" << 8.175798915 * p << " Hz