From 55a24eacd5f4481d6768ae5e0f2a5758e4292706 Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Wed, 5 Aug 2009 18:13:42 +0000 Subject: fixed wrong indentation moved notetable to static scope svn-id: r43074 --- sound/mods/tfmx.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sound/mods/tfmx.cpp') diff --git a/sound/mods/tfmx.cpp b/sound/mods/tfmx.cpp index b26d3ab27b..0fd9de0d54 100644 --- a/sound/mods/tfmx.cpp +++ b/sound/mods/tfmx.cpp @@ -38,17 +38,17 @@ namespace { void displayPatternstep(const void *const vptr); void displayMacroStep(const void *const vptr); -} - -namespace Audio { -const uint16 Tfmx::noteIntervalls[64] = { + const uint16 noteIntervalls[64] = { 1710, 1614, 1524, 1438, 1357, 1281, 1209, 1141, 1077, 1017, 960, 908, 856, 810, 764, 720, 680, 642, 606, 571, 539, 509, 480, 454, 428, 404, 381, 360, 340, 320, 303, 286, 270, 254, 240, 227, 214, 202, 191, 180, 170, 160, 151, 143, 135, 127, 120, 113, 214, 202, 191, 180, 170, 160, 151, 143, 135, 127, 120, 113, 214, 202, 191, 180 }; +} + +namespace Audio { Tfmx::Tfmx(int rate, bool stereo) : Paula(stereo, rate), -- cgit v1.2.3