mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-28 18:10:37 -04:00
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_ALSA_H
|
||||
#define _AUDIO_ALSA_H
|
||||
#ifndef AUDIO_ALSA_H
|
||||
#define AUDIO_ALSA_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_DEVICE_H
|
||||
#define _AUDIO_DEVICE_H
|
||||
#ifndef AUDIO_DEVICE_H
|
||||
#define AUDIO_DEVICE_H
|
||||
|
||||
#include <QtCore/QPair>
|
||||
#include <QtCore/QMutex>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_DUMMY_H
|
||||
#define _AUDIO_DUMMY_H
|
||||
#ifndef AUDIO_DUMMY_H
|
||||
#define AUDIO_DUMMY_H
|
||||
|
||||
#include "AudioDevice.h"
|
||||
#include "MicroTimer.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* AudioFileDevice.h - base-class for audio-device-classes which write
|
||||
* AudioFileDevice.h - base-class for audio-device-classes which write
|
||||
* their output into a file
|
||||
*
|
||||
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_FILE_DEVICE_H
|
||||
#define _AUDIO_FILE_DEVICE_H
|
||||
#ifndef AUDIO_FILE_DEVICE_H
|
||||
#define AUDIO_FILE_DEVICE_H
|
||||
|
||||
#include <QtCore/QFile>
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_FILE_OGG_H
|
||||
#define _AUDIO_FILE_OGG_H
|
||||
#ifndef AUDIO_FILE_OGG_H
|
||||
#define AUDIO_FILE_OGG_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_FILE_WAVE_H
|
||||
#define _AUDIO_FILE_WAVE_H
|
||||
#ifndef AUDIO_FILE_WAVE_H
|
||||
#define AUDIO_FILE_WAVE_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
#include "AudioFileDevice.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_JACK_H
|
||||
#define _AUDIO_JACK_H
|
||||
#ifndef AUDIO_JACK_H
|
||||
#define AUDIO_JACK_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_OSS_H
|
||||
#define _AUDIO_OSS_H
|
||||
#ifndef AUDIO_OSS_H
|
||||
#define AUDIO_OSS_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_PORTAUDIO_H
|
||||
#define _AUDIO_PORTAUDIO_H
|
||||
#ifndef AUDIO_PORTAUDIO_H
|
||||
#define AUDIO_PORTAUDIO_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
@@ -36,7 +36,7 @@ class AudioPortAudioSetupUtil : public QObject
|
||||
public slots:
|
||||
void updateDevices();
|
||||
void updateChannels();
|
||||
|
||||
|
||||
public:
|
||||
ComboBoxModel m_backendModel;
|
||||
ComboBoxModel m_deviceModel;
|
||||
@@ -119,7 +119,7 @@ private:
|
||||
|
||||
typedef double PaTime;
|
||||
typedef PaDeviceID PaDeviceIndex;
|
||||
|
||||
|
||||
typedef struct PaStreamParameters
|
||||
{
|
||||
PaDeviceIndex device;
|
||||
@@ -136,7 +136,7 @@ private:
|
||||
PaStreamParameters m_inputParameters;
|
||||
|
||||
bool m_wasPAInitError;
|
||||
|
||||
|
||||
surroundSampleFrame * m_outBuf;
|
||||
int m_outBufPos;
|
||||
int m_outBufSize;
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_PULSEAUDIO_H
|
||||
#define _AUDIO_PULSEAUDIO_H
|
||||
#ifndef AUDIO_PULSEAUDIO_H
|
||||
#define AUDIO_PULSEAUDIO_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_SAMPLE_RECORDER_H
|
||||
#define _AUDIO_SAMPLE_RECORDER_H
|
||||
#ifndef AUDIO_SAMPLE_RECORDER_H
|
||||
#define AUDIO_SAMPLE_RECORDER_H
|
||||
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QPair>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUDIO_SDL_H
|
||||
#define _AUDIO_SDL_H
|
||||
#ifndef AUDIO_SDL_H
|
||||
#define AUDIO_SDL_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _AUTOMATABLE_MODEL_VIEW_H
|
||||
#define _AUTOMATABLE_MODEL_VIEW_H
|
||||
#ifndef AUTOMATABLE_MODEL_VIEW_H
|
||||
#define AUTOMATABLE_MODEL_VIEW_H
|
||||
|
||||
#include "ModelView.h"
|
||||
#include "AutomatableModel.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _CLIPBOARD_H
|
||||
#define _CLIPBOARD_H
|
||||
#ifndef CLIPBOARD_H
|
||||
#define CLIPBOARD_H
|
||||
|
||||
#include <QtCore/QMap>
|
||||
#include <QDomElement>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _COMBOBOX_MODEL_H
|
||||
#define _COMBOBOX_MODEL_H
|
||||
#ifndef COMBOBOX_MODEL_H
|
||||
#define COMBOBOX_MODEL_H
|
||||
|
||||
#include <QtCore/QVector>
|
||||
#include <QtCore/QPair>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* modify links between controllers and models
|
||||
*
|
||||
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail.com>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _CONTROLLER_CONNECTION_DIALOG_H
|
||||
#define _CONTROLLER_CONNECTION_DIALOG_H
|
||||
#ifndef CONTROLLER_CONNECTION_DIALOG_H
|
||||
#define CONTROLLER_CONNECTION_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QSortFilterProxyModel>
|
||||
@@ -94,7 +94,7 @@ private:
|
||||
Controller * m_controller;
|
||||
const AutomatableModel * m_targetModel;
|
||||
|
||||
// Temporary midiController
|
||||
// Temporary midiController
|
||||
AutoDetectMidiController * m_midiController;
|
||||
} ;
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _CONTROLLER_DIALOG_H
|
||||
#define _CONTROLLER_DIALOG_H
|
||||
#ifndef CONTROLLER_DIALOG_H
|
||||
#define CONTROLLER_DIALOG_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _CONTROLLER_RACK_VIEW_H
|
||||
#define _CONTROLLER_RACK_VIEW_H
|
||||
#ifndef CONTROLLER_RACK_VIEW_H
|
||||
#define CONTROLLER_RACK_VIEW_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* ControllerView.h - view-component for an control
|
||||
*
|
||||
* Copyright (c) 2008 Paul Giblock <drfaygo/at/gmail.com>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _CONTROLLER_VIEW_H
|
||||
#define _CONTROLLER_VIEW_H
|
||||
#ifndef CONTROLLER_VIEW_H
|
||||
#define CONTROLLER_VIEW_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@@ -45,7 +45,7 @@ class ControllerView : public QWidget, public ModelView
|
||||
public:
|
||||
ControllerView( Controller * _controller, QWidget * _parent );
|
||||
virtual ~ControllerView();
|
||||
|
||||
|
||||
inline Controller * getController()
|
||||
{
|
||||
return( castModel<Controller>() );
|
||||
@@ -63,7 +63,7 @@ public slots:
|
||||
void displayHelp();
|
||||
void closeControls();
|
||||
|
||||
|
||||
|
||||
signals:
|
||||
void deleteController( ControllerView * _view );
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* be loaded
|
||||
*
|
||||
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _DUMMY_INSTRUMENT_H
|
||||
#define _DUMMY_INSTRUMENT_H
|
||||
#ifndef DUMMY_INSTRUMENT_H
|
||||
#define DUMMY_INSTRUMENT_H
|
||||
|
||||
#include "Instrument.h"
|
||||
#include "InstrumentView.h"
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _DUMMY_PLUGIN_H
|
||||
#define _DUMMY_PLUGIN_H
|
||||
#ifndef DUMMY_PLUGIN_H
|
||||
#define DUMMY_PLUGIN_H
|
||||
|
||||
#include "Plugin.h"
|
||||
#include "PluginView.h"
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _EFFECT_CHAIN_H
|
||||
#define _EFFECT_CHAIN_H
|
||||
#ifndef EFFECT_CHAIN_H
|
||||
#define EFFECT_CHAIN_H
|
||||
|
||||
#include "Model.h"
|
||||
#include "SerializingObject.h"
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _EFFECT_CONTROL_DIALOG_H
|
||||
#define _EFFECT_CONTROL_DIALOG_H
|
||||
#ifndef EFFECT_CONTROL_DIALOG_H
|
||||
#define EFFECT_CONTROL_DIALOG_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _EFFECT_CONTROLS_H
|
||||
#define _EFFECT_CONTROLS_H
|
||||
#ifndef EFFECT_CONTROLS_H
|
||||
#define EFFECT_CONTROLS_H
|
||||
|
||||
#include "Model.h"
|
||||
#include "JournallingObject.h"
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _EFFECT_RACK_VIEW_H
|
||||
#define _EFFECT_RACK_VIEW_H
|
||||
#ifndef EFFECT_RACK_VIEW_H
|
||||
#define EFFECT_RACK_VIEW_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _EFFECT_SELECT_DIALOG_H
|
||||
#define _EFFECT_SELECT_DIALOG_H
|
||||
#ifndef EFFECT_SELECT_DIALOG_H
|
||||
#define EFFECT_SELECT_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _EFFECT_VIEW_H
|
||||
#define _EFFECT_VIEW_H
|
||||
#ifndef EFFECT_VIEW_H
|
||||
#define EFFECT_VIEW_H
|
||||
|
||||
#include "AutomatableModel.h"
|
||||
#include "PluginView.h"
|
||||
@@ -47,7 +47,7 @@ class EffectView : public PluginView
|
||||
public:
|
||||
EffectView( Effect * _model, QWidget * _parent );
|
||||
virtual ~EffectView();
|
||||
|
||||
|
||||
inline Effect * effect()
|
||||
{
|
||||
return castModel<Effect>();
|
||||
@@ -66,7 +66,7 @@ public slots:
|
||||
void displayHelp();
|
||||
void closeEffects();
|
||||
|
||||
|
||||
|
||||
signals:
|
||||
void moveUp( EffectView * _plugin );
|
||||
void moveDown( EffectView * _plugin );
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _IMPORT_FILTER_H
|
||||
#define _IMPORT_FILTER_H
|
||||
#ifndef IMPORT_FILTER_H
|
||||
#define IMPORT_FILTER_H
|
||||
|
||||
#include <QtCore/QFile>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _INLINE_AUTOMATION_H
|
||||
#define _INLINE_AUTOMATION_H
|
||||
#ifndef INLINE_AUTOMATION_H
|
||||
#define INLINE_AUTOMATION_H
|
||||
|
||||
#include "AutomationPattern.h"
|
||||
#include "shared_object.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _INSTRUMENT_FUNCTION_VIEWS_H
|
||||
#define _INSTRUMENT_FUNCTION_VIEWS_H
|
||||
#ifndef INSTRUMENT_FUNCTION_VIEWS_H
|
||||
#define INSTRUMENT_FUNCTION_VIEWS_H
|
||||
|
||||
#include "ModelView.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _INSTRUMENT_FUNCTIONS_H
|
||||
#define _INSTRUMENT_FUNCTIONS_H
|
||||
#ifndef INSTRUMENT_FUNCTIONS_H
|
||||
#define INSTRUMENT_FUNCTIONS_H
|
||||
|
||||
#include "JournallingObject.h"
|
||||
#include "lmms_basics.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _INSTRUMENT_SOUND_SHAPING_H
|
||||
#define _INSTRUMENT_SOUND_SHAPING_H
|
||||
#ifndef INSTRUMENT_SOUND_SHAPING_H
|
||||
#define INSTRUMENT_SOUND_SHAPING_H
|
||||
|
||||
#include "Mixer.h"
|
||||
#include "ComboBoxModel.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _INSTRUMENT_SOUND_SHAPING_VIEW_H
|
||||
#define _INSTRUMENT_SOUND_SHAPING_VIEW_H
|
||||
#ifndef INSTRUMENT_SOUND_SHAPING_VIEW_H
|
||||
#define INSTRUMENT_SOUND_SHAPING_VIEW_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* instrument_view.h - definition of instrumentView-class
|
||||
*
|
||||
* Copyright (c) 2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _INSTRUMENT_VIEW_H
|
||||
#define _INSTRUMENT_VIEW_H
|
||||
#ifndef INSTRUMENT_VIEW_H
|
||||
#define INSTRUMENT_VIEW_H
|
||||
|
||||
#include "Instrument.h"
|
||||
#include "PluginView.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _JOURNALLING_OBJECT_H
|
||||
#define _JOURNALLING_OBJECT_H
|
||||
#ifndef JOURNALLING_OBJECT_H
|
||||
#define JOURNALLING_OBJECT_H
|
||||
|
||||
#include <QtCore/QStack>
|
||||
|
||||
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
void restoreJournallingState()
|
||||
{
|
||||
if( !isJournallingStateStackEmpty())
|
||||
if( !isJournallingStateStackEmpty())
|
||||
{
|
||||
m_journalling = m_journallingStateStack.pop();
|
||||
}
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _LADSPA_BASE_H
|
||||
#define _LADSPA_BASE_H
|
||||
#ifndef LADSPA_BASE_H
|
||||
#define LADSPA_BASE_H
|
||||
|
||||
#include "ladspa_manager.h"
|
||||
#include "Plugin.h"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (c) 2006-2008 Danny McRae <khjklujn/at/users.sourceforge.net>
|
||||
* Copyright (c) 2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _LADSPA_CONTROL_VIEW_H
|
||||
#define _LADSPA_CONTROL_VIEW_H
|
||||
#ifndef LADSPA_CONTROL_VIEW_H
|
||||
#define LADSPA_CONTROL_VIEW_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@@ -39,7 +39,7 @@ class EXPORT LadspaControlView : public QWidget, public ModelView
|
||||
public:
|
||||
LadspaControlView( QWidget * _parent, LadspaControl * _ctl );
|
||||
virtual ~LadspaControlView();
|
||||
|
||||
|
||||
private:
|
||||
LadspaControl * m_ctl;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* LcdWidget.h - a widget for displaying numbers in LCD style
|
||||
*
|
||||
* Copyright (c) 2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _LCD_WIDGET_H
|
||||
#define _LCD_WIDGET_H
|
||||
#ifndef LCD_WIDGET_H
|
||||
#define LCD_WIDGET_H
|
||||
|
||||
#include <QtCore/QMap>
|
||||
#include <QWidget>
|
||||
@@ -61,7 +61,7 @@ public slots:
|
||||
|
||||
protected:
|
||||
virtual void paintEvent( QPaintEvent * _me );
|
||||
|
||||
|
||||
virtual void updateSize();
|
||||
|
||||
int cellHeight() const
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _METER_DIALOG_H
|
||||
#define _METER_DIALOG_H
|
||||
#ifndef METER_DIALOG_H
|
||||
#define METER_DIALOG_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _METER_MODEL_H
|
||||
#define _METER_MODEL_H
|
||||
#ifndef METER_MODEL_H
|
||||
#define METER_MODEL_H
|
||||
|
||||
#include "AutomatableModel.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MICRO_TIMER
|
||||
#define _MICRO_TIMER
|
||||
#ifndef MICRO_TIMER
|
||||
#define MICRO_TIMER
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIDI_H
|
||||
#define _MIDI_H
|
||||
#ifndef MIDI_H
|
||||
#define MIDI_H
|
||||
|
||||
#include "lmms_basics.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIDI_ALSA_RAW_H
|
||||
#define _MIDI_ALSA_RAW_H
|
||||
#ifndef MIDI_ALSA_RAW_H
|
||||
#define MIDI_ALSA_RAW_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIDI_ALSA_SEQ_H
|
||||
#define _MIDI_ALSA_SEQ_H
|
||||
#ifndef MIDI_ALSA_SEQ_H
|
||||
#define MIDI_ALSA_SEQ_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
@@ -71,7 +71,7 @@ public:
|
||||
virtual void removePort( MidiPort * _port );
|
||||
|
||||
|
||||
// list seq-ports from ALSA
|
||||
// list seq-ports from ALSA
|
||||
virtual QStringList readablePorts() const
|
||||
{
|
||||
return m_readablePorts;
|
||||
@@ -85,7 +85,7 @@ public:
|
||||
// return name of port which specified MIDI event came from
|
||||
virtual QString sourcePortName( const MidiEvent & ) const;
|
||||
|
||||
// (un)subscribe given MidiPort to/from destination-port
|
||||
// (un)subscribe given MidiPort to/from destination-port
|
||||
virtual void subscribeReadablePort( MidiPort * _port,
|
||||
const QString & _dest,
|
||||
bool _subscribe = true );
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIDI_CLIENT_H
|
||||
#define _MIDI_CLIENT_H
|
||||
#ifndef MIDI_CLIENT_H
|
||||
#define MIDI_CLIENT_H
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QVector>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIDI_DUMMY_H
|
||||
#define _MIDI_DUMMY_H
|
||||
#ifndef MIDI_DUMMY_H
|
||||
#define MIDI_DUMMY_H
|
||||
|
||||
#include "MidiClient.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIDI_OSS_H
|
||||
#define _MIDI_OSS_H
|
||||
#ifndef MIDI_OSS_H
|
||||
#define MIDI_OSS_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIDI_PORT_H
|
||||
#define _MIDI_PORT_H
|
||||
#ifndef MIDI_PORT_H
|
||||
#define MIDI_PORT_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QList>
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIDI_PORT_MENU_H
|
||||
#define _MIDI_PORT_MENU_H
|
||||
#ifndef MIDI_PORT_MENU_H
|
||||
#define MIDI_PORT_MENU_H
|
||||
|
||||
#include <QMenu>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* position- and length-variables
|
||||
*
|
||||
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _MIDI_TIME_H
|
||||
#define _MIDI_TIME_H
|
||||
#ifndef MIDI_TIME_H
|
||||
#define MIDI_TIME_H
|
||||
|
||||
#include "lmms_basics.h"
|
||||
#include "export.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIDI_WINMM_H
|
||||
#define _MIDI_WINMM_H
|
||||
#ifndef MIDI_WINMM_H
|
||||
#define MIDI_WINMM_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
@@ -77,7 +77,7 @@ public:
|
||||
// return name of port which specified MIDI event came from
|
||||
virtual QString sourcePortName( const MidiEvent & ) const;
|
||||
|
||||
// (un)subscribe given MidiPort to/from destination-port
|
||||
// (un)subscribe given MidiPort to/from destination-port
|
||||
virtual void subscribeReadablePort( MidiPort * _port,
|
||||
const QString & _dest,
|
||||
bool _subscribe = true );
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _MIXER_H
|
||||
#define _MIXER_H
|
||||
#ifndef MIXER_H
|
||||
#define MIXER_H
|
||||
|
||||
// denormals stripping
|
||||
#ifdef __SSE__
|
||||
@@ -103,7 +103,7 @@ public:
|
||||
Interpolation_SincFastest,
|
||||
Interpolation_SincMedium,
|
||||
Interpolation_SincBest
|
||||
} ;
|
||||
} ;
|
||||
|
||||
enum Oversampling
|
||||
{
|
||||
@@ -309,12 +309,12 @@ public:
|
||||
{
|
||||
m_inputFramesMutex.unlock();
|
||||
}
|
||||
|
||||
|
||||
void lockPlayHandleRemoval()
|
||||
{
|
||||
m_playHandleRemovalMutex.lock();
|
||||
}
|
||||
|
||||
|
||||
void unlockPlayHandleRemoval()
|
||||
{
|
||||
m_playHandleRemovalMutex.unlock();
|
||||
@@ -342,7 +342,7 @@ public:
|
||||
}
|
||||
|
||||
void pushInputFrames( sampleFrame * _ab, const f_cnt_t _frames );
|
||||
|
||||
|
||||
inline const sampleFrame * inputBuffer()
|
||||
{
|
||||
return m_inputBuffer[ m_inputBufferRead ];
|
||||
@@ -414,10 +414,10 @@ private:
|
||||
f_cnt_t m_inputBufferSize[2];
|
||||
int m_inputBufferRead;
|
||||
int m_inputBufferWrite;
|
||||
|
||||
|
||||
surroundSampleFrame * m_readBuf;
|
||||
surroundSampleFrame * m_writeBuf;
|
||||
|
||||
|
||||
QVector<surroundSampleFrame *> m_bufferPool;
|
||||
int m_readBuffer;
|
||||
int m_writeBuffer;
|
||||
@@ -428,7 +428,7 @@ private:
|
||||
fpp_t m_halfStart[SURROUND_CHANNELS];
|
||||
bool m_oldBuffer[SURROUND_CHANNELS];
|
||||
bool m_newBuffer[SURROUND_CHANNELS];
|
||||
|
||||
|
||||
QVector<MixerWorkerThread *> m_workers;
|
||||
int m_numWorkers;
|
||||
QWaitCondition m_queueReadyWaitCond;
|
||||
@@ -454,7 +454,7 @@ private:
|
||||
|
||||
QMutex m_globalMutex;
|
||||
QMutex m_inputFramesMutex;
|
||||
|
||||
|
||||
QMutex m_playHandleRemovalMutex;
|
||||
|
||||
fifo * m_fifo;
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _PIANO_VIEW_H
|
||||
#define _PIANO_VIEW_H
|
||||
#ifndef PIANO_VIEW_H
|
||||
#define PIANO_VIEW_H
|
||||
|
||||
#include <QPixmap>
|
||||
#include <QScrollBar>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _PITCH_H
|
||||
#define _PITCH_H
|
||||
#ifndef PITCH_H
|
||||
#define PITCH_H
|
||||
|
||||
#include "lmms_basics.h"
|
||||
#include "Midi.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _PLUGIN_VIEW_H
|
||||
#define _PLUGIN_VIEW_H
|
||||
#ifndef PLUGIN_VIEW_H
|
||||
#define PLUGIN_VIEW_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _PROJECT_RENDERER_H
|
||||
#define _PROJECT_RENDERER_H
|
||||
#ifndef PROJECT_RENDERER_H
|
||||
#define PROJECT_RENDERER_H
|
||||
|
||||
#include "AudioFileDevice.h"
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _REMOTE_PLUGIN_H
|
||||
#define _REMOTE_PLUGIN_H
|
||||
#ifndef REMOTE_PLUGIN_H
|
||||
#define REMOTE_PLUGIN_H
|
||||
|
||||
#include "export.h"
|
||||
#include "MidiEvent.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* SampleRecordHandle.h - play-handle for recording a sample
|
||||
*
|
||||
* Copyright (c) 2008 Csaba Hruska <csaba.hruska/at/gmail.com>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _SAMPLE_RECORD_HANDLE_H
|
||||
#define _SAMPLE_RECORD_HANDLE_H
|
||||
#ifndef SAMPLE_RECORD_HANDLE_H
|
||||
#define SAMPLE_RECORD_HANDLE_H
|
||||
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QPair>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _SERIALIZING_OBJECT_H
|
||||
#define _SERIALIZING_OBJECT_H
|
||||
#ifndef SERIALIZING_OBJECT_H
|
||||
#define SERIALIZING_OBJECT_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _SIDE_BAR_H
|
||||
#define _SIDE_BAR_H
|
||||
#ifndef SIDE_BAR_H
|
||||
#define SIDE_BAR_H
|
||||
|
||||
#include <QtCore/QMap>
|
||||
#include <QButtonGroup>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _SIDE_BAR_WIDGET_H
|
||||
#define _SIDE_BAR_WIDGET_H
|
||||
#ifndef SIDE_BAR_WIDGET_H
|
||||
#define SIDE_BAR_WIDGET_H
|
||||
|
||||
#include <QPixmap>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* setup your songs
|
||||
*
|
||||
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _SONG_EDITOR_H
|
||||
#define _SONG_EDITOR_H
|
||||
#ifndef SONG_EDITOR_H
|
||||
#define SONG_EDITOR_H
|
||||
|
||||
#include "TrackContainerView.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _SWEEP_OSCILLATOR_H
|
||||
#define _SWEEP_OSCILLATOR_H
|
||||
#ifndef SWEEP_OSCILLATOR_H
|
||||
#define SWEEP_OSCILLATOR_H
|
||||
|
||||
#include "Oscillator.h"
|
||||
#include "DspEffectLibrary.h"
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _TEMPO_SYNC_KNOB_H
|
||||
#define _TEMPO_SYNC_KNOB_H
|
||||
#ifndef TEMPO_SYNC_KNOB_H
|
||||
#define TEMPO_SYNC_KNOB_H
|
||||
|
||||
#include <QPixmap>
|
||||
#include <QtCore/QPointer>
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _TEMPO_SYNC_KNOB_MODEL_H
|
||||
#define _TEMPO_SYNC_KNOB_MODEL_H
|
||||
#ifndef TEMPO_SYNC_KNOB_MODEL_H
|
||||
#define TEMPO_SYNC_KNOB_MODEL_H
|
||||
|
||||
#include "MeterModel.h"
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _TOOL_PLUGIN_H
|
||||
#define _TOOL_PLUGIN_H
|
||||
#ifndef TOOL_PLUGIN_H
|
||||
#define TOOL_PLUGIN_H
|
||||
|
||||
#include "Plugin.h"
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _TOOL_PLUGIN_VIEW_H
|
||||
#define _TOOL_PLUGIN_VIEW_H
|
||||
#ifndef TOOL_PLUGIN_VIEW_H
|
||||
#define TOOL_PLUGIN_VIEW_H
|
||||
|
||||
#include "PluginView.h"
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _TRACK_CONTAINER_H
|
||||
#define _TRACK_CONTAINER_H
|
||||
#ifndef TRACK_CONTAINER_H
|
||||
#define TRACK_CONTAINER_H
|
||||
|
||||
#include <QtCore/QReadWriteLock>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* about_dialog.h - declaration of class aboutDialog
|
||||
*
|
||||
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _ABOUT_DIALOG_H
|
||||
#define _ABOUT_DIALOG_H
|
||||
#ifndef ABOUT_DIALOG_H
|
||||
#define ABOUT_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* aeffectx.h - simple header to allow VeSTige compilation and eventually work
|
||||
*
|
||||
* Copyright (c) 2006 Javier Serrano Polo <jasp00/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _AEFFECTX_H
|
||||
#define _AEFFECTX_H
|
||||
#ifndef AEFFECTX_H
|
||||
#define AEFFECTX_H
|
||||
|
||||
#define CCONST(a, b, c, d)( ( ( (int) a ) << 24 ) | \
|
||||
( ( (int) b ) << 16 ) | \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* automatable_button.h - class automatableButton, the base for all buttons
|
||||
*
|
||||
* Copyright (c) 2006-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _AUTOMATABLE_BUTTON_H
|
||||
#define _AUTOMATABLE_BUTTON_H
|
||||
#ifndef AUTOMATABLE_BUTTON_H
|
||||
#define AUTOMATABLE_BUTTON_H
|
||||
|
||||
#include <QPushButton>
|
||||
|
||||
@@ -38,7 +38,7 @@ class EXPORT automatableButton : public QPushButton, public BoolModelView
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
automatableButton( QWidget * _parent, const QString & _name
|
||||
automatableButton( QWidget * _parent, const QString & _name
|
||||
= QString::null );
|
||||
virtual ~automatableButton();
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* automatable_slider.h - class automatableSlider, a QSlider with automation
|
||||
*
|
||||
* Copyright (c) 2006-2008 Javier Serrano Polo <jasp00/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _AUTOMATABLE_SLIDER_H
|
||||
#define _AUTOMATABLE_SLIDER_H
|
||||
#ifndef AUTOMATABLE_SLIDER_H
|
||||
#define AUTOMATABLE_SLIDER_H
|
||||
|
||||
#include <QSlider>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* bb_track_container.h - model-component of BB-Editor
|
||||
*
|
||||
* Copyright (c) 2004-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _BB_TRACK_CONTAINER_H
|
||||
#define _BB_TRACK_CONTAINER_H
|
||||
#ifndef BB_TRACK_CONTAINER_H
|
||||
#define BB_TRACK_CONTAINER_H
|
||||
|
||||
#include "TrackContainer.h"
|
||||
#include "combobox.h"
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _CAPTION_MENU_H
|
||||
#define _CAPTION_MENU_H
|
||||
#ifndef CAPTION_MENU_H
|
||||
#define CAPTION_MENU_H
|
||||
|
||||
#include <QMenu>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* combobox.h - class ComboBox, a combo box view for models
|
||||
*
|
||||
* Copyright (c) 2006-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _COMBOBOX_H
|
||||
#define _COMBOBOX_H
|
||||
#ifndef COMBOBOX_H
|
||||
#define COMBOBOX_H
|
||||
|
||||
#include <QMenu>
|
||||
#include <QWidget>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Hydrogen's CPU-load-widget)
|
||||
*
|
||||
* Copyright (c) 2005-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _CPULOAD_WIDGET_H
|
||||
#define _CPULOAD_WIDGET_H
|
||||
#ifndef CPULOAD_WIDGET_H
|
||||
#define CPULOAD_WIDGET_H
|
||||
|
||||
#include <QtCore/QTimer>
|
||||
#include <QPixmap>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* custom_events.h - custom event types list
|
||||
*
|
||||
* Copyright (c) 2007 Javier Serrano Polo <jasp00/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _CUSTOM_EVENTS_H
|
||||
#define _CUSTOM_EVENTS_H
|
||||
#ifndef CUSTOM_EVENTS_H
|
||||
#define CUSTOM_EVENTS_H
|
||||
|
||||
|
||||
#include <QtCore/QEvent>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* debug.h - header file to be included for debugging purposes
|
||||
*
|
||||
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _DEBUG_H
|
||||
#define _DEBUG_H
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _EMBED_H
|
||||
#define _EMBED_H
|
||||
#ifndef EMBED_H
|
||||
#define EMBED_H
|
||||
|
||||
#include <QPixmap>
|
||||
#include <QtCore/QString>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _ENDIAN_HANDLING_H
|
||||
#define _ENDIAN_HANDLING_H
|
||||
#ifndef ENDIAN_HANDLING_H
|
||||
#define ENDIAN_HANDLING_H
|
||||
|
||||
#include <QtCore/QSysInfo>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* export.h - macros for export-declarations
|
||||
*
|
||||
* Copyright (c) 2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _EXPORT_H
|
||||
#define _EXPORT_H
|
||||
#ifndef EXPORT_H
|
||||
#define EXPORT_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* responsible for exporting project
|
||||
*
|
||||
* Copyright (c) 2004-2012 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _EXPORT_PROJECT_DIALOG_H
|
||||
#define _EXPORT_PROJECT_DIALOG_H
|
||||
#ifndef EXPORT_PROJECT_DIALOG_H
|
||||
#define EXPORT_PROJECT_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <vector>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* fade_button.h - declaration of class fadeButton
|
||||
* fade_button.h - declaration of class fadeButton
|
||||
*
|
||||
* Copyright (c) 2005-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _FADE_BUTTON_H
|
||||
#define _FADE_BUTTON_H
|
||||
#ifndef FADE_BUTTON_H
|
||||
#define FADE_BUTTON_H
|
||||
|
||||
#include <QtCore/QTime>
|
||||
#include <QAbstractButton>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* fft_helpers.h - some functions around FFT analysis
|
||||
*
|
||||
* Copyright (c) 2008-2012 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _FFT_HELPERS_H
|
||||
#define _FFT_HELPERS_H
|
||||
#ifndef FFT_HELPERS_H
|
||||
#define FFT_HELPERS_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
#include "export.h"
|
||||
@@ -65,7 +65,7 @@ int EXPORT absspec( fftwf_complex * _complex_buffer, float * _absspec_buffer,
|
||||
/* build fewer subbands from many absolute spectrum values
|
||||
* take care that - compressedbands[] array num_new elements long
|
||||
* - num_old > num_new
|
||||
*
|
||||
*
|
||||
* returns 0 on success, else -1
|
||||
*/
|
||||
int EXPORT compressbands( float * _absspec_buffer, float * _compressedband,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* fifo_buffer.h - FIFO fixed-size buffer
|
||||
*
|
||||
* Copyright (c) 2007 Javier Serrano Polo <jasp00/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _FIFO_BUFFER_H
|
||||
#define _FIFO_BUFFER_H
|
||||
#ifndef FIFO_BUFFER_H
|
||||
#define FIFO_BUFFER_H
|
||||
|
||||
#include <QtCore/QSemaphore>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* group_box.h - LMMS-groupbox
|
||||
*
|
||||
* Copyright (c) 2005-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _GROUP_BOX_H
|
||||
#define _GROUP_BOX_H
|
||||
#ifndef GROUP_BOX_H
|
||||
#define GROUP_BOX_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* gui_templates.h - GUI-specific templates
|
||||
*
|
||||
* Copyright (c) 2005-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _GUI_TEMPLATES_H
|
||||
#define _GUI_TEMPLATES_H
|
||||
#ifndef GUI_TEMPLATES_H
|
||||
#define GUI_TEMPLATES_H
|
||||
|
||||
#include "lmmsconfig.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Copyright (c) 2005-2008 Danny McRae <khjklujn@netscape.net>
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
@@ -25,8 +25,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _LADSPA_MANAGER_H
|
||||
#define _LADSPA_MANAGER_H
|
||||
#ifndef LADSPA_MANAGER_H
|
||||
#define LADSPA_MANAGER_H
|
||||
|
||||
#include <ladspa.h>
|
||||
|
||||
@@ -52,12 +52,12 @@ it loads all of the plug-ins found in the LADSPA_PATH environmental variable
|
||||
and stores their access descriptors according in a dictionary keyed on
|
||||
the filename the plug-in was loaded from and the label of the plug-in.
|
||||
|
||||
The can be retrieved by using ladspa_key_t. For example, to get the
|
||||
The can be retrieved by using ladspa_key_t. For example, to get the
|
||||
"Phase Modulated Voice" plug-in from the cmt library, you would perform the
|
||||
calls using:
|
||||
|
||||
ladspa_key_t key( "cmt.so", "phasemod" )
|
||||
|
||||
|
||||
as the plug-in key. */
|
||||
|
||||
enum ladspaPluginType
|
||||
@@ -83,14 +83,14 @@ typedef struct ladspaManagerStorage
|
||||
class EXPORT ladspaManager
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
ladspaManager();
|
||||
virtual ~ladspaManager();
|
||||
|
||||
l_sortable_plugin_t getSortedPlugins();
|
||||
ladspaManagerDescription * getDescription( const ladspa_key_t &
|
||||
ladspaManagerDescription * getDescription( const ladspa_key_t &
|
||||
_plugin );
|
||||
|
||||
|
||||
/* This identifier can be used as a unique, case-sensitive
|
||||
identifier for the plugin type within the plugin file. Plugin
|
||||
types should be identified by file and label rather than by index
|
||||
@@ -103,7 +103,7 @@ public:
|
||||
be cached or subject to significant latency. */
|
||||
bool hasRealTimeDependency( const ladspa_key_t & _plugin );
|
||||
|
||||
/* Indicates that the plugin may cease to work correctly if the
|
||||
/* Indicates that the plugin may cease to work correctly if the
|
||||
host elects to use the same data location for both input and output
|
||||
(see connectPort). */
|
||||
bool isInplaceBroken( const ladspa_key_t & _plugin );
|
||||
@@ -138,13 +138,13 @@ public:
|
||||
/* Indicates that the port is an control. */
|
||||
bool isPortControl( const ladspa_key_t & _plugin, uint32_t _port );
|
||||
|
||||
/* Indicates that any bounds specified should be interpreted as
|
||||
multiples of the sample rate. For instance, a frequency range from
|
||||
0Hz to the Nyquist frequency (half the sample rate) could be requested
|
||||
by this hint in conjunction with LowerBound = 0 and UpperBound = 0.5.
|
||||
/* Indicates that any bounds specified should be interpreted as
|
||||
multiples of the sample rate. For instance, a frequency range from
|
||||
0Hz to the Nyquist frequency (half the sample rate) could be requested
|
||||
by this hint in conjunction with LowerBound = 0 and UpperBound = 0.5.
|
||||
Hosts that support bounds at all must support this hint to retain
|
||||
meaning. */
|
||||
bool areHintsSampleRateDependent( const ladspa_key_t & _plugin,
|
||||
bool areHintsSampleRateDependent( const ladspa_key_t & _plugin,
|
||||
uint32_t _port );
|
||||
|
||||
/* Returns the lower boundary value for the given port. If
|
||||
@@ -172,17 +172,17 @@ public:
|
||||
particularly useful for frequencies and gains. */
|
||||
bool isLogarithmic( const ladspa_key_t & _plugin, uint32_t _port );
|
||||
|
||||
/* Indicates that a user interface would probably wish to provide a
|
||||
stepped control taking only integer values. Any bounds set should be
|
||||
/* Indicates that a user interface would probably wish to provide a
|
||||
stepped control taking only integer values. Any bounds set should be
|
||||
slightly wider than the actual integer range required to avoid floating
|
||||
point rounding errors. For instance, the integer set {0,1,2,3} might
|
||||
point rounding errors. For instance, the integer set {0,1,2,3} might
|
||||
be described as [-0.1, 3.1]. */
|
||||
bool isInteger( const ladspa_key_t & _plugin, uint32_t _port );
|
||||
|
||||
|
||||
/* Returns the name of the port. */
|
||||
QString getPortName( const ladspa_key_t & _plugin, uint32_t _port );
|
||||
|
||||
|
||||
|
||||
|
||||
/* This may be used by the plugin developer to pass any custom
|
||||
implementation data into an instantiate call. It must not be used
|
||||
or interpreted by the host. It is expected that most plugin
|
||||
@@ -190,24 +190,24 @@ public:
|
||||
used to hold instance data. */
|
||||
const void * getImplementationData(
|
||||
const ladspa_key_t & _plugin );
|
||||
|
||||
|
||||
|
||||
|
||||
/* Returns a pointer to the plug-in's descriptor from which control
|
||||
of the plug-in is accessible */
|
||||
const LADSPA_Descriptor * getDescriptor(
|
||||
const ladspa_key_t & _plugin );
|
||||
|
||||
|
||||
|
||||
|
||||
/* The following methods are convenience functions for use during
|
||||
development. A real instrument should use the getDescriptor()
|
||||
method and implement the plug-in manipulations internally to avoid
|
||||
the overhead associated with QMap lookups. */
|
||||
|
||||
|
||||
|
||||
|
||||
/* Returns a handle to an instantiation of the given plug-in. */
|
||||
LADSPA_Handle instantiate( const ladspa_key_t & _plugin,
|
||||
LADSPA_Handle instantiate( const ladspa_key_t & _plugin,
|
||||
uint32_t _sample_rate );
|
||||
|
||||
|
||||
/* This method calls a function pointer that connects a port on an
|
||||
instantiated plugin to a memory location at which a block of data
|
||||
for the port will be read/written. The data location is expected
|
||||
@@ -225,11 +225,11 @@ public:
|
||||
|
||||
connectPort() must be called at least once for each port before
|
||||
run() or runAdding() is called. */
|
||||
bool connectPort( const ladspa_key_t & _plugin,
|
||||
LADSPA_Handle _instance,
|
||||
bool connectPort( const ladspa_key_t & _plugin,
|
||||
LADSPA_Handle _instance,
|
||||
uint32_t _port,
|
||||
LADSPA_Data * _data_location );
|
||||
|
||||
|
||||
/* This method calls a function pointer that initialises a plugin
|
||||
instance and activates it for use. This is separated from
|
||||
instantiate() to aid real-time support and so that hosts can
|
||||
@@ -262,7 +262,7 @@ public:
|
||||
before run() or run_adding(). If deactivate() is called for a
|
||||
plugin instance then the plugin instance may not be reused until
|
||||
activate() has been called again. */
|
||||
bool run( const ladspa_key_t & _plugin,
|
||||
bool run( const ladspa_key_t & _plugin,
|
||||
LADSPA_Handle _instance,
|
||||
uint32_t _sample_count );
|
||||
|
||||
@@ -315,7 +315,7 @@ public:
|
||||
/* Once an instance of a plugin has been finished with it can be
|
||||
deleted using the following function. The instance handle passed
|
||||
ceases to be valid after this call.
|
||||
|
||||
|
||||
If activate() was called for a plugin instance then a
|
||||
corresponding call to deactivate() must be made before cleanup()
|
||||
is called. */
|
||||
@@ -327,7 +327,7 @@ private:
|
||||
const QString & _file );
|
||||
uint16_t getPluginInputs( const LADSPA_Descriptor * _descriptor );
|
||||
uint16_t getPluginOutputs( const LADSPA_Descriptor * _descriptor );
|
||||
|
||||
|
||||
typedef QMap<ladspa_key_t, ladspaManagerDescription *>
|
||||
ladspaManagerMapType;
|
||||
ladspaManagerMapType m_ladspaManagerMap;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* led_checkbox.h - class ledCheckBox, an improved QCheckBox
|
||||
*
|
||||
* Copyright (c) 2005-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _LED_CHECKBOX_H
|
||||
#define _LED_CHECKBOX_H
|
||||
#ifndef LED_CHECKBOX_H
|
||||
#define LED_CHECKBOX_H
|
||||
|
||||
#include "automatable_button.h"
|
||||
|
||||
@@ -70,7 +70,7 @@ protected:
|
||||
private:
|
||||
QPixmap * m_ledOnPixmap;
|
||||
QPixmap * m_ledOffPixmap;
|
||||
|
||||
|
||||
QString m_text;
|
||||
|
||||
void initUi( LedColors _color ); //!< to be called by ctors
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* types.h - typedefs for common types that are used in the whole app
|
||||
*
|
||||
* Copyright (c) 2004-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _TYPES_H
|
||||
#define _TYPES_H
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
#include <limits>
|
||||
|
||||
@@ -95,7 +95,7 @@ inline float typeInfo<float>::minEps()
|
||||
{
|
||||
return 1.0e-10;
|
||||
}
|
||||
|
||||
|
||||
template<>
|
||||
inline bool typeInfo<float>::isEqual( float _x, float _y )
|
||||
{
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _NOTE_H
|
||||
#define _NOTE_H
|
||||
#ifndef NOTE_H
|
||||
#define NOTE_H
|
||||
|
||||
#include <QtCore/QVector>
|
||||
|
||||
@@ -49,7 +49,7 @@ enum Keys
|
||||
Key_GIS = 8, Key_AS = 8,
|
||||
Key_A = 9,
|
||||
Key_AIS = 10, Key_B = 10,
|
||||
Key_H = 11
|
||||
Key_H = 11
|
||||
} ;
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ public:
|
||||
DetuningHelper * _detuning = NULL );
|
||||
note( const note & _note );
|
||||
virtual ~note();
|
||||
|
||||
|
||||
// used by GUI
|
||||
inline void setSelected( const bool _selected ){ m_selected = _selected; }
|
||||
inline void setOldKey( const int _oldKey ){ m_oldKey = _oldKey; }
|
||||
@@ -102,8 +102,8 @@ public:
|
||||
{
|
||||
m_isPlaying = _isPlaying;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void setLength( const MidiTime & _length );
|
||||
void setPos( const MidiTime & _pos );
|
||||
void setKey( const int _key );
|
||||
@@ -216,12 +216,12 @@ protected:
|
||||
|
||||
private:
|
||||
// for piano roll editing
|
||||
bool m_selected;
|
||||
bool m_selected;
|
||||
int m_oldKey;
|
||||
MidiTime m_oldPos;
|
||||
MidiTime m_oldLength;
|
||||
bool m_isPlaying;
|
||||
|
||||
|
||||
int m_key;
|
||||
volume_t m_volume;
|
||||
panning_t m_panning;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* nstate_button.h - declaration of class nStateButton
|
||||
*
|
||||
* Copyright (c) 2005 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _NSTATE_BUTTON_H
|
||||
#define _NSTATE_BUTTON_H
|
||||
#ifndef NSTATE_BUTTON_H
|
||||
#define NSTATE_BUTTON_H
|
||||
|
||||
#include <QPixmap>
|
||||
#include <QtCore/QVector>
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _PANNING_H
|
||||
#define _PANNING_H
|
||||
#ifndef PANNING_H
|
||||
#define PANNING_H
|
||||
|
||||
#include "lmms_basics.h"
|
||||
#include "volume.h"
|
||||
@@ -45,7 +45,7 @@ inline stereoVolumeVector panningToVolumeVector( panning_t _p,
|
||||
inline int panningToMidi( panning_t _p )
|
||||
{
|
||||
return MidiMinPanning + (int) (
|
||||
( (float)( _p - PanningLeft ) ) /
|
||||
( (float)( _p - PanningLeft ) ) /
|
||||
( (float)( PanningRight - PanningLeft ) ) *
|
||||
( (float)( MidiMaxPanning - MidiMinPanning ) ) );
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* panning of a note
|
||||
*
|
||||
* Copyright (c) 2004-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _PANNING_CONSTANTS_H
|
||||
#define _PANNING_CONSTANTS_H
|
||||
#ifndef PANNING_CONSTANTS_H
|
||||
#define PANNING_CONSTANTS_H
|
||||
|
||||
const panning_t PanningRight = ( 0 + 100 );
|
||||
const panning_t PanningLeft = - PanningRight;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* pixmap_button.h - declaration of class pixmapButton
|
||||
*
|
||||
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _PIXMAP_BUTTON_H
|
||||
#define _PIXMAP_BUTTON_H
|
||||
#ifndef PIXMAP_BUTTON_H
|
||||
#define PIXMAP_BUTTON_H
|
||||
|
||||
#include <QPixmap>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* project_notes.h - header for project-notes-editor
|
||||
*
|
||||
* Copyright (c) 2005-2007 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _PROJECT_NOTES_H
|
||||
#define _PROJECT_NOTES_H
|
||||
#ifndef PROJECT_NOTES_H
|
||||
#define PROJECT_NOTES_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* project_version.h - version compared in import upgrades
|
||||
*
|
||||
* Copyright (c) 2007 Javier Serrano Polo <jasp00/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _PROJECT_VERSION_H
|
||||
#define _PROJECT_VERSION_H
|
||||
#ifndef PROJECT_VERSION_H
|
||||
#define PROJECT_VERSION_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* changing the content of a string
|
||||
*
|
||||
* Copyright (c) 2004-2005 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _RENAME_DIALOG_H
|
||||
#define _RENAME_DIALOG_H
|
||||
#ifndef RENAME_DIALOG_H
|
||||
#define RENAME_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Qt4
|
||||
*
|
||||
* Copyright (c) 2006 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
*
|
||||
* This file is part of LMMS - http://lmms.io
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _RUBBERBAND_H
|
||||
#define _RUBBERBAND_H
|
||||
#ifndef RUBBERBAND_H
|
||||
#define RUBBERBAND_H
|
||||
|
||||
#include <QRubberBand>
|
||||
#include <QtCore/QVector>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _SETUP_DIALOG_H
|
||||
#define _SETUP_DIALOG_H
|
||||
#ifndef SETUP_DIALOG_H
|
||||
#define SETUP_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QtCore/QMap>
|
||||
@@ -77,7 +77,7 @@ private slots:
|
||||
void setSTKDir( const QString & _sd );
|
||||
void setDefaultSoundfont( const QString & _sf );
|
||||
void setBackgroundArtwork( const QString & _ba );
|
||||
|
||||
|
||||
// audio settings widget
|
||||
void audioInterfaceChanged( const QString & _driver );
|
||||
void displayAudioHelp();
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user