steve wrote:Baudot code is not in itself anything to do with audio. It's just a 5-bit encoding for text.
There's an article about it on Wikipedia: https://en.wikipedia.org/wiki/Baudot_code
steve wrote:I think what you really want to know, is how to produce Frequency-shift keying.
Probably the easiest way to do that is to generate a list in the form:
hf, p, lf, p ...
where hf is the high frequency and lf is the low frequency for the FSK, and p is the time period of a single pulse. Then use Nyquist's PWLVR-LIST function to convert that list into a control signal. The control signal can then be used to modulate a HZOSC function.
Annabelle3985 wrote:So how would I write the code for a plugin of that sort?
steve wrote:I think what you really want to know, is how to produce Frequency-shift keying.
Probably the easiest way to do that is to generate a list in the form:
hf, p, lf, p ...
where hf is the high frequency and lf is the low frequency for the FSK, and p is the time period of a single pulse. Then use Nyquist's PWLVR-LIST function to convert that list into a control signal. The control signal can then be used to modulate a HZOSC function.
Users browsing this forum: Bing [Bot] and 3 guests