//--------------------------
//Soundscapes for ge_control
//              by fourtecks
//--------------------------

//----------------------------------------------------------------------
"ge_control.caves"
//----------------------------------------------------------------------

{
	"dsp" "1"
	"SOUNDMIXER" "control_nocrane"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.control"
		"volume"	"1.0"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/cave_outdoor1.wav"
		"volume"	".7"
		"pitch"		"100"		
	}

	"playrandom"
	{
		"time"		"10,20"
		"volume"	".5,.7"
		"pitch"		"100"

		"rndwave"
		{
			"wave"	"ambient/materials/rock1.wav"
			"wave"	"ambient/materials/rock2.wav"
			"wave"	"ambient/materials/rock3.wav"
			"wave"	"ambient/materials/rock4.wav"
			"wave"	"ambient/materials/rock5.wav"
		}
	}
}

//----------------------------------------------------------------------
"ge_control.generatorroom"
//----------------------------------------------------------------------

//position 0 - Generator

{
	"dsp" "1"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.control"
		"volume"	"1.0"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/cargo_hold2.wav"
		"volume"	".7"
		"pitch"		"100"		
	}

	"playlooping"
	{
		"position"	"0"
		"wave"		"ambient/machines/thumper_amb.wav"
		"volume"	".6"
		"pitch"		"110"		
	}

}

//----------------------------------------------------------------------
"ge_control.tunnels"
//----------------------------------------------------------------------

//position 0 - Ventilation Fan

{
	"dsp" "1"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.control"
		"volume"	"1.0"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/tunnel1.wav"
		"volume"	".7"
		"pitch"		"100"		
	}

	"playlooping"
	{
		"position"	"0"
		"wave"		"ambient/machines/engine1.wav"
		"volume"	".6"
		"pitch"		"110"		
	}

}

//----------------------------------------------------------------------
"ge_control.craneroom"
//----------------------------------------------------------------------

//position 0 - Big Wall Fans

{
	"dsp" "21"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.control"
		"volume"	"1.0"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/corridor2.wav"
		"volume"	".7"
		"pitch"		"100"		
	}

	"playlooping"
	{
		"position"	"0"
		"wave"		"ambient/machines/machine6.wav"
		"volume"	"1"
		"pitch"		"110"		
	}

}

//----------------------------------------------------------------------
"ge_control.mainroom"
//----------------------------------------------------------------------

{
	"dsp" "0"
	"SOUNDMIXER" "control_nocrane"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.control"
		"volume"	"1.0"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/machines/lab_loop1.wav"
		"volume"	".7"
		"pitch"		"100"		
	}

}

//----------------------------------------------------------------------
"ge_control.backrooms"
//----------------------------------------------------------------------

{
	"dsp" "0"
	"SOUNDMIXER" "control_nocrane"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.control"
		"volume"	"1.0"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/indoor1.wav"
		"volume"	".5"
		"pitch"		"100"		
	}

}