| |
AKA :
A historical journey of the music in Bonzai
Released At :
Syntax 2020
Credits :
SIDs used in this release :
Download :
Look for downloads on external sites:
Pokefinder.org
User Comment Submitted by Genius on 12 January 2021
Wow! I am REALLY impressed by the scope! I have always wanted to do this myself and I am gonna try this now. | User Comment Submitted by redcrab on 12 January 2021
This is an absolute gem!
I often have music disks playing on real hardware as company while working, and these ones provide hours of fab music. My only complaint would be that the songs loop for little too long imho. My remote controlled spacebar may become reality soon actually :D | User Comment Submitted by Saphir on 25 December 2020
What for a music disk.... Highly impressive quality of the tracks, awesome :) | User Comment Submitted by DKT on 11 December 2020
Oscilloscope (teck and gfx) is awesome, not mentioning the tunes <3 <3 <3 | User Comment Submitted by Dr.j on 9 December 2020
woww..amazing Drax music disk!!! love the Awesome interface !!! just wow... thanks very much for that | User Comment Submitted by Walt on 5 December 2020
@Digger:
The scope is done by reading the SID values $d41b (oscillator voice 3) and $d41c (envelope voice 3). I divide one value with 4 and combine them to do lookup in a 16KB multiply table (In Expand i had 64KB REU memory for this :)) to get the Y position. This is done 97 times per frame.
These Y values are then stored into a memory area in different ways (depending on lines, fill or dots) and plotted into 4 x 3 sprites using classic EOR fill.
The EOR fill uses the most rastertime. That's why you can freeze it to speed up the background loading :)
Code is like this:
lda $d41c
ldy $d41b
lsr
lsr
ora #>MultTables
sta MulPtr+1
lda (MulPtr),y
MultTables start at $4000... | User Comment Submitted by hedning on 3 December 2020 User Comment Submitted by Count Zero on 3 December 2020
Yay!
Includes my personal all time Bonzai faves Bonziied and Jol. Clown ofc.
What would "Jol." stand for? | User Comment Submitted by Digger on 3 December 2020
Awesome beats as always.
And what a scope! How does this even work?
Thank you 馃檹馃徎 | User Comment Submitted by Stinsen on 30 November 2020
Slick UI! And thanks for providing the new fillings of funk from DRAX separately. :D Top notch stuff. | User Comment Submitted by Motion on 29 November 2020
I thought Christmas was a month away? Great work guys! | User Comment Submitted by iAN CooG on 28 November 2020
Walt: I don't miss any, the others are the ones from Expand | User Comment Submitted by KAL_123 on 28 November 2020 User Comment Submitted by Walt on 28 November 2020
Thank you for your kind remarks :)
@iAN CooG: I'm aware that the user interface in regards to selecting tunes could be a lot better (and in this case probably also make it easier for me to finish the code). Lesson learned ;)
Apart from the 5 tunes in the archive, which do you miss (I can upload them here) ?
Oh, I hadn't thought about the tedious work of adding all the tunes for the release on CSDB, sorry about that :( | User Comment Submitted by uctumi on 28 November 2020
Awesome interface, visualization and tune selection!! | User Comment Submitted by Brush on 28 November 2020
Great rendition of our favourite tool from the tech university Carrion/Walt :)
And love the tunes! | User Comment Submitted by iAN CooG on 28 November 2020
Yeah, took me exactly 1 hour to rip and enter them all (10 are new and will be added after HVSC release to the sid list)
While good graphically and the of course good selection of tunes in 4 disks, I would have preferred a selector instead of only having space for next song, and no way to loop back to the first one. | User Comment Submitted by Magic on 28 November 2020
Wowsers.. that are alot of sids ;)
Cool prod.. |
|
|
|
| Search CSDb |
| Navigate | |
|
| Detailed Info | |
|
| Fun Stuff | |
路 Goofs 路 Hidden Parts 路 Trivia
|
|
| Forum | |
|
| Support CSDb | |
|
| |
|