number to string conversion
Posted: Mon Oct 27, 2008 2:39 pm
I am converting (or trying to convert) a rapidq example that generates a sound and plays it..
dim soundstream as memorystream
` I came up with taking the first letter off of many of thier commands and simple replacement
soundstream.writenum(44100, ?4)
soundstream.writenum(1, 2)
I think I have conversion routines for those but I get
soundstream.writenum(num,2)
where num is two bytes with a decimal and I didn`t see a conversion routine.
that allows me to write it as
soundstream.write()
thanks for the help in advance, it will make a cool example.
dim soundstream as memorystream
` I came up with taking the first letter off of many of thier commands and simple replacement
soundstream.writenum(44100, ?4)
soundstream.writenum(1, 2)
I think I have conversion routines for those but I get
soundstream.writenum(num,2)
where num is two bytes with a decimal and I didn`t see a conversion routine.
that allows me to write it as
soundstream.write()
thanks for the help in advance, it will make a cool example.