Vincehood Posted January 21, 2017 Share Posted January 21, 2017 Hello, I am wondering if the Tron Deadly discs sounds ("derezzed", blocking disc and throwing disc sounds) are available in Intybasic somewhere. I am also wondering if someone has ever "converted" the Daft Punk "Derezzed" song to Intybasics. Otherwise any tips where to start to achieve that? Thanks Vincent Quote Link to comment Share on other sites More sharing options...
mmarrero Posted January 22, 2017 Share Posted January 22, 2017 Hello Vincent, I decided to make a demo of a sound and test routine I programmed not long ago. I attached source and .rom. It uses SOUND to play frequency data every 30/25 frames. Frequency data can have special meanings: values ending in 1 lowers volume, 1=reset volume, 0=end of data. In the demo, "VolFX" is about 4 different volume effects (volume down, down + no volume reset, up, and static). Press Enter in the controller to change. "SynthFX" (toggles on/off when VolFX goes back to 0) uses 2 sound channels playing similar frequencies. Another way to play sound effects is using the PSG volume envelope (SOUND 3 and 4). I don't use it in the demo. It's tricky to figure out how it works, but it's fantastic for noise/explosions. Unfortunately PSG can only do 1 envelope at a time. SoundPlayer.zip 2 Quote Link to comment Share on other sites More sharing options...
Vincehood Posted January 22, 2017 Author Share Posted January 22, 2017 (edited) Thanks for sharing! You have got some nice sounds there. I will look closer at your code, it is always easier with examples! /V Edited January 22, 2017 by Vincehood Quote Link to comment Share on other sites More sharing options...
Zendocon Posted October 9, 2019 Share Posted October 9, 2019 I'm currently working on a couple of Tron Legacy tunes in IntyBASIC, and Derezzed is going to be one of them. I can let you know when it's ready. 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.