View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-2 / +19 lines)
 Lines 27-32    Link Here 
//
//
#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() {
 Lines 39-44    Link Here 
#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
  */
  */
 Lines 38-43    Link Here 
#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>
 Lines 14-19    Link Here 
 *                                                                         *
 *                                                                         *
 ***************************************************************************/
 ***************************************************************************/
#include "file_access.h"
#include "file_access.h"
#include <string.h>
File_Manager::File_Manager() {
File_Manager::File_Manager() {
 Lines 31-36    Link Here 
 ***************************************************************************/
 ***************************************************************************/
#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) {
 Lines 1-4    Link Here 
#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) {
 Lines 1-4    Link Here 
#include "dds.h"
#include "dds.h"
#include <string.h>
using std::vector;
using std::vector;
 Lines 35-40    Link Here 
#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 )
 Lines 1-4    Link Here 
#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) {
 Lines 11-16    Link Here 
//
//
#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() {
 Lines 10-15    Link Here 
//
//
//
//
#include "effect_echo.h"
#include "effect_echo.h"
#include <string.h>
void Effect_Echo::reset() {
void Effect_Echo::reset() {
 Lines 10-16    Link Here 
//
//
//
//
#include "chorus_effect.h"
#include "chorus_effect.h"
#include <string.h>
#define MIX_CALCULATE_INCREMENT_INTERVAL 8
#define MIX_CALCULATE_INCREMENT_INTERVAL 8
 Lines 10-15    Link Here 
//
//
//
//
#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) {
 Lines 17-22    Link Here 
#include <sys/types.h>
#include <sys/types.h>
#include <dirent.h>
#include <dirent.h>
#include <dlfcn.h>
#include <dlfcn.h>
#include <string.h>
 Lines 18-25    Link Here 
#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
 Lines 31-36    Link Here 
 ***************************************************************************/
 ***************************************************************************/
#include "file_writer.h"
#include "file_writer.h"
#include <string.h>
File_Writer::File_Writer(){
File_Writer::File_Writer(){
 Lines 31-36    Link Here 
 ***************************************************************************/
 ***************************************************************************/
#include <cassert>
#include <cassert>
#include <string.h>
#include "instrument.h"
#include "instrument.h"
void
void
 Lines 16-21    Link Here 
#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