0 Members and 3 Guests are viewing this topic.
I am working on TRAXE version 2 which is a chiptune tracker with 3 channels and it will be used in combination with the TIMID soundchip. I want it to have calculator generated sound as well for those who don't have the soundchip. Send me a pm and maybe you can help me with that.
Not bad. You should consider adding a noise channel. I did it in Bad Apple by reading from the r register, but having a properly random sequence of bits should sound better.
Quote from: fb39ca4 on January 02, 2014, 02:41:08 pmNot bad. You should consider adding a noise channel. I did it in Bad Apple by reading from the r register, but having a properly random sequence of bits should sound better.A noise channel ? That would be a channel with random noise on it ??
Quote from: Keoni29 on January 02, 2014, 02:35:47 pmI am working on TRAXE version 2 which is a chiptune tracker with 3 channels and it will be used in combination with the TIMID soundchip. I want it to have calculator generated sound as well for those who don't have the soundchip. Send me a pm and maybe you can help me with that.Erm, I didn't understand everything in that post due to the presence of too precise English words What is a "chiptune tracker" exactly ?Is a soundchip external hardware (external from the point of vue of the calculator) ?Quote from: fb39ca4 on January 02, 2014, 02:41:08 pmNot bad. You should consider adding a noise channel. I did it in Bad Apple by reading from the r register, but having a properly random sequence of bits should sound better.A noise channel ? That would be a channel with random noise on it ??
Quote from: Hayleia on January 02, 2014, 02:41:29 pmQuote from: fb39ca4 on January 02, 2014, 02:41:08 pmNot bad. You should consider adding a noise channel. I did it in Bad Apple by reading from the r register, but having a properly random sequence of bits should sound better.A noise channel ? That would be a channel with random noise on it ??Yes. It's commonly used in 1 bit music as a substitute for drums. Here's how I used it in Bad Apple: https://mediacru.sh/0YlhBMdyRnVn.
It's basically an arduino which runs a SID soundchip emulator.