Rename song to Song
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "AmplifierControls.h"
|
||||
#include "Amplifier.h"
|
||||
#include "engine.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
|
||||
|
||||
AmplifierControls::AmplifierControls( AmplifierEffect* effect ) :
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "DualFilterControls.h"
|
||||
#include "DualFilter.h"
|
||||
#include "engine.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "basic_filters.h"
|
||||
#include "embed.h"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "LocalFileMng.h"
|
||||
#include "HydrogenImport.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "engine.h"
|
||||
#include "Instrument.h"
|
||||
#include "InstrumentTrack.h"
|
||||
@@ -143,7 +143,7 @@ bool HydrogenImport::readSong()
|
||||
QHash<QString, int> pattern_length;
|
||||
QHash<QString, int> pattern_id;
|
||||
|
||||
song *s = engine::getSong();
|
||||
Song *s = engine::getSong();
|
||||
int song_num_tracks = s->tracks().size();
|
||||
if ( QFile( filename ).exists() == false )
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include "MidiTime.h"
|
||||
#include "debug.h"
|
||||
#include "embed.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
|
||||
#include "portsmf/allegro.h"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <QMessageBox>
|
||||
|
||||
#include "VstEffect.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "text_float.h"
|
||||
#include "VstSubPluginFeatures.h"
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "audio_file_processor.h"
|
||||
#include "engine.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "InstrumentTrack.h"
|
||||
#include "NotePlayHandle.h"
|
||||
#include "interpolation.h"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "pixmap_button.h"
|
||||
#include "templates.h"
|
||||
#include "tooltip.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "interpolation.h"
|
||||
|
||||
#include "embed.cpp"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "delaycontrols.h"
|
||||
#include "delayeffect.h"
|
||||
#include "engine.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
|
||||
DelayControls::DelayControls( DelayEffect* effect ):
|
||||
EffectControls( effect ),
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "base64.h"
|
||||
#include "graph.h"
|
||||
#include "engine.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
|
||||
|
||||
#define onedB 1.1220184543019633f
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
#include "Piano.h"
|
||||
#include "ProjectJournal.h"
|
||||
#include "project_notes.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "TrackContainer.h"
|
||||
#include "embed.h"
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "templates.h"
|
||||
#include "gui_templates.h"
|
||||
#include "tooltip.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "lmms_math.h"
|
||||
#include "interpolation.h"
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "InstrumentTrack.h"
|
||||
#include "templates.h"
|
||||
#include "tooltip.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "lmms_math.h"
|
||||
#include "interpolation.h"
|
||||
#include "Oscillator.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "InstrumentTrack.h"
|
||||
#include "NotePlayHandle.h"
|
||||
#include "pixmap_button.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "string_pair_drag.h"
|
||||
#include "tooltip.h"
|
||||
#include "FileDialog.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
#include "Controller.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "PeakController.h"
|
||||
#include "peak_controller_effect.h"
|
||||
#include "lmms_math.h"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "peak_controller_effect_controls.h"
|
||||
#include "peak_controller_effect.h"
|
||||
#include "PresetPreviewPlayHandle.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
|
||||
|
||||
PeakControllerEffectControls::
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "InstrumentPlayHandle.h"
|
||||
#include "NotePlayHandle.h"
|
||||
#include "knob.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
|
||||
#include "patches_dialog.h"
|
||||
#include "tooltip.h"
|
||||
|
||||
@@ -46,7 +46,7 @@ float frnd(float range)
|
||||
#include "pixmap_button.h"
|
||||
#include "templates.h"
|
||||
#include "tooltip.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "MidiEvent.h"
|
||||
#include "MidiTime.h"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "string_container.h"
|
||||
#include "templates.h"
|
||||
#include "volume.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
|
||||
#include "embed.cpp"
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#include "ConfigManager.h"
|
||||
#include "engine.h"
|
||||
#include "MainWindow.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "templates.h"
|
||||
#include "FileDialog.h"
|
||||
#include <QLayout>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "InstrumentTrack.h"
|
||||
#include "templates.h"
|
||||
#include "tooltip.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
#include "lmms_math.h"
|
||||
#include "interpolation.h"
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "base64.h"
|
||||
#include "graph.h"
|
||||
#include "engine.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
|
||||
|
||||
#define onedB 1.1220184543019633f
|
||||
|
||||
Reference in New Issue
Block a user