This shows you the differences between two versions of the page.
using_20sound_20with_20true_20frequencies [2018/03/31 14:19] 127.0.0.1 external edit |
using_20sound_20with_20true_20frequencies [2018/04/15 13:48] (current) richardrussell Added syntax highlighting |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====Using SOUND with true frequencies===== | =====Using SOUND with true frequencies===== | ||
- | //by Richard Russell, May 2014//\\ \\ The [[http:// | + | //by Richard Russell, May 2014//\\ \\ The [[http:// |
+ | |||
+ | <code bb4w> | ||
FOR freq = 500 TO 1000 | FOR freq = 500 TO 1000 | ||
SOUND 1, -15, FNfreqout(freq), | SOUND 1, -15, FNfreqout(freq), | ||
Line 24: | Line 26: | ||
ftab%!I% = ftab%!I% AND & | ftab%!I% = ftab%!I% AND & | ||
= indx& | = indx& | ||
+ | </ | ||
+ | |||
A limitation of this technique is that a maximum of **255** different frequencies can be ' | A limitation of this technique is that a maximum of **255** different frequencies can be ' | ||
+ |