07-23-2011, 12:56 PM
LTee Wrote:oblo Wrote:Hi allHi oblo,
LTee, How a song created with Beepola can be integrated in ZX Basic? I don't know how to handle the .bbsong format in Basic.
Thanks and regards
You don't have to handle the bbsong format yourself, you can get Beepola to export the song and a player as executable code. On Beepola's 'tools' menu, select 'Compile Song' and you can export in a variety of formats that you can use elsewhere. I compile to a code block only .tap file using an address high in memory (away from ZX Basic code) and then call it with RANDOMIZE USR xxxxx from within my game code (although there are a couple of quirks at the minute, see http://www.boriel.com/forum/help-support...-t633.html).
Hope that helps!
Thanks, good post about it


Cheers