From 84d921588055a324ef07bc8b061f89e492a69fd5 Mon Sep 17 00:00:00 2001 From: Lukas W Date: Wed, 26 Nov 2014 00:47:55 +0100 Subject: [PATCH] Rename drumsynth to DrumSynth --- include/{drumsynth.h => DrumSynth.h} | 2 +- src/core/{drumsynth.cpp => DrumSynth.cpp} | 2 +- src/core/SampleBuffer.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename include/{drumsynth.h => DrumSynth.h} (97%) rename src/core/{drumsynth.cpp => DrumSynth.cpp} (99%) diff --git a/include/drumsynth.h b/include/DrumSynth.h similarity index 97% rename from include/drumsynth.h rename to include/DrumSynth.h index 642325307..e57499038 100644 --- a/include/drumsynth.h +++ b/include/DrumSynth.h @@ -1,5 +1,5 @@ /* - * drumsynth.h - DrumSynth DS file renderer + * DrumSynth.h - DrumSynth DS file renderer * * Copyright (c) 1998-2000 Paul Kellett (mda-vst.com) * Copyright (c) 2007 Paul Giblock diff --git a/src/core/drumsynth.cpp b/src/core/DrumSynth.cpp similarity index 99% rename from src/core/drumsynth.cpp rename to src/core/DrumSynth.cpp index d55f7f8ea..305ed5ae1 100644 --- a/src/core/drumsynth.cpp +++ b/src/core/DrumSynth.cpp @@ -24,7 +24,7 @@ */ -#include "drumsynth.h" +#include "DrumSynth.h" #include "lmmsconfig.h" #include diff --git a/src/core/SampleBuffer.cpp b/src/core/SampleBuffer.cpp index d0e0397fc..eaeb62471 100644 --- a/src/core/SampleBuffer.cpp +++ b/src/core/SampleBuffer.cpp @@ -54,7 +54,7 @@ #include "base64.h" #include "ConfigManager.h" #include "debug.h" -#include "drumsynth.h" +#include "DrumSynth.h" #include "endian_handling.h" #include "engine.h" #include "interpolation.h"