OK Andrew. Thanks
A lot of words there I'm not totally conversant with.
I did find that when I saved just the data between quotes in a file (I called it noise.txt) I can import it as raw data into Audacity.
It magically plays a very short mono popping sound. 0.036 sec long.
From Audacity the "file > export > export audio...." option allows an export as a noise3.wav with encoding "signed 32 bit PCM".
The resulting noise3,wav file plays a similar sound on Audaciy and Music.app
Opening noise3.wav in BBEdit.app shows what looks to be exactly the same data as the original string from wavetables.xtm except that each pair of characters is separated from neighbouring pairs by double inverted red question marks which render like so in the BBEdit find dialog : \x{00}\x{00}
When I eliminate all these characters it seems I get back to the original !
Anyhow in this roundabout way I think I could get a short wav sample from somewhere and construct a set of characters to make an alternative wavetables.xtm file of about the same length and see what effects that has. Presumably there will be some changes the standard syn1, syn2, syn3 sounds.
Not sure what "interleaved" means. Nor "number of frames". I see the AudioBuffer specifies 600 frames ??
Is this worth a try or am I barking up the wrong tree here?
Regards
George