예제 #1
0
		private void btnSAMPLL_Click(object sender, System.EventArgs e)
		{
			float freq;
			DttSP.GetSAMFreq(0, 0, &freq);
			freq = (float)(freq*console.SampleRate1/(2*Math.PI));
			txtSAMPLL.Text = freq.ToString("f0");
		}