|
|
// | // |
#include "path_data.h" | #include "path_data.h" |
#include <stdio.h> | #include <stdio.h> |
|
#include <stdlib.h> |
| |
string Path_Data::get_home_dir() { | string Path_Data::get_home_dir() { |
| |
|
|
#include <pthread.h> | #include <pthread.h> |
#include <errno.h> | #include <errno.h> |
#include <string.h> | #include <string.h> |
|
#include <stdlib.h> |
/** | /** |
*@author Juan Linietsky | *@author Juan Linietsky |
*/ | */ |
|
|
#include "sound_driver_oss.h" | #include "sound_driver_oss.h" |
#include "math.h" | #include "math.h" |
#include "components/audio/sample_conversion.h" | #include "components/audio/sample_conversion.h" |
|
#include <stdlib.h> |
| |
| |
| |
|
|
* * | * * |
***************************************************************************/ | ***************************************************************************/ |
#include "file_access.h" | #include "file_access.h" |
|
#include <string.h> |
| |
File_Manager::File_Manager() { | File_Manager::File_Manager() { |
| |
|
|
***************************************************************************/ | ***************************************************************************/ |
| |
#include "property_bridges.h" | #include "property_bridges.h" |
|
#include <string.h> |
| |
| |
void Property_Bridge::set_display_preference(string p_pref) { | void Property_Bridge::set_display_preference(string p_pref) { |
|
|
#include "dds_packer.h" | #include "dds_packer.h" |
|
#include <string.h> |
| |
| |
void DDSPacker::pack(DDS* p_struct, data& p_data, Uint32 p_offset) { | void DDSPacker::pack(DDS* p_struct, data& p_data, Uint32 p_offset) { |
|
|
#include "dds.h" | #include "dds.h" |
|
#include <string.h> |
| |
using std::vector; | using std::vector; |
| |
|
|
| |
#include "cycles.h" | #include "cycles.h" |
#include "components/midi/midi_controls.h" | #include "components/midi/midi_controls.h" |
|
#include <string.h> |
| |
#define CYCMSEC(m_parm) (float)( ((double)m_parm/950000000.0) * 1000.0 ) | #define CYCMSEC(m_parm) (float)( ((double)m_parm/950000000.0) * 1000.0 ) |
| |
|
|
#include "bridge_converter.h" | #include "bridge_converter.h" |
|
#include <string.h> |
| |
int BridgeConverter::get_short_string(BufferControl& p_buffer, string& p_string) { | int BridgeConverter::get_short_string(BufferControl& p_buffer, string& p_string) { |
| |
|
|
// | // |
#include "effect_pshift.h" | #include "effect_pshift.h" |
#include "math.h" | #include "math.h" |
|
#include <string.h> |
| |
| |
void Effect_PShift::reset() { | void Effect_PShift::reset() { |
|
|
// | // |
// | // |
#include "effect_echo.h" | #include "effect_echo.h" |
|
#include <string.h> |
| |
| |
void Effect_Echo::reset() { | void Effect_Echo::reset() { |
|
|
// | // |
// | // |
#include "chorus_effect.h" | #include "chorus_effect.h" |
|
#include <string.h> |
| |
#define MIX_CALCULATE_INCREMENT_INTERVAL 8 | #define MIX_CALCULATE_INCREMENT_INTERVAL 8 |
| |
|
|
// | // |
// | // |
#include "effect_stereo_fx.h" | #include "effect_stereo_fx.h" |
|
#include <string.h> |
| |
| |
inline static double get_samples_from_msecs(double p_msecs,double p_mixfreq) { | inline static double get_samples_from_msecs(double p_msecs,double p_mixfreq) { |
|
|
#include <sys/types.h> | #include <sys/types.h> |
#include <dirent.h> | #include <dirent.h> |
#include <dlfcn.h> | #include <dlfcn.h> |
|
#include <string.h> |
| |
| |
| |
|
|
| |
#include "common/plugins/effects/ladspa/ladspa.h" | #include "common/plugins/effects/ladspa/ladspa.h" |
#include "components/audio/effect.h" | #include "components/audio/effect.h" |
|
#include <string.h> |
#include <vector> | #include <vector> |
using std::vector; |
using std::vector; |
| |
/** | /** |
@author Juan Linietsky | @author Juan Linietsky |
|
|
***************************************************************************/ | ***************************************************************************/ |
| |
#include "file_writer.h" | #include "file_writer.h" |
|
#include <string.h> |
| |
File_Writer::File_Writer(){ | File_Writer::File_Writer(){ |
| |
|
|
***************************************************************************/ | ***************************************************************************/ |
| |
#include <cassert> | #include <cassert> |
|
#include <string.h> |
#include "instrument.h" | #include "instrument.h" |
| |
void | void |
|
|
| |
#include "voice_control.h" | #include "voice_control.h" |
#include "freq_conversion.h" | #include "freq_conversion.h" |
|
#include <stdlib.h> |
| |
| |
#define PAN_SURROUND 512 | #define PAN_SURROUND 512 |