A Chipful of Love For You
I made a schlager chiptune for Gubbdata 2013, and it won the C64 Music compo!
It is inherently impossible to parody Schlager music with its abundance of clichés, because if you try to overdo it, your song will just end up sounding like a sincere attempt. So the ambition here was to make a real and proper Schlager, if only for the lulz.
It turned out to be quite fun, actually, in particular the challenge of inventing a new catchy melody that goes with a standard chord progression, feels familiar, is simple, doesn't stray far from the norms, yet is substantially different from all existing songs.
I can't know for sure if I succeeded, of course, as I haven't heard all existing songs.
Download
- A Chipful of Love For You (SID tune, 5.2 kB)
- Linus Akesson - A Chipful of Love For You (MP3, 2.7 MB)
A Chipful of Love For You on csdb.
Posted Monday 6-May-2013 22:07
Discuss this page
Disclaimer: I am not responsible for what people (other than myself) write in the forums. Please report any abuse, such as insults, slander, spam and illegal material, and I will take appropriate actions. Don't feed the trolls.
Jag tar inget ansvar för det som skrivs i forumet, förutom mina egna inlägg. Vänligen rapportera alla inlägg som bryter mot reglerna, så ska jag se vad jag kan göra. Som regelbrott räknas till exempel förolämpningar, förtal, spam och olagligt material. Mata inte trålarna.
Thu 9-May-2013 01:11
Mon 1-Jul-2013 22:13
Thu 7-Aug-2014 03:41
Mon 9-Feb-2015 18:47
Fri 10-Jun-2016 10:48
https://github.com/pik33/Retromachine-SID-player
When I tried to play this tune I got only silence.
"A_Chipful_of_Love_For_You.sid" outputs the silence too...
So now I have to find a bug in my player...
...but I have a question: is there something not typical in these .sid files (SID registers not at D400 for example?)
Fri 10-Jun-2016 12:03
pik33 wrote:
I wrote the sid player for the raspberry pi(still in alpha state but it works and it can play most of PSID files.https://github.com/pik33/Retromachine-SID-player
When I tried to play this tune I got only silence.
"A_Chipful_of_Love_For_You.sid" outputs the silence too...
So now I have to find a bug in my player...
...but I have a question: is there something not typical in these .sid files (SID registers not at D400 for example?)
Oops.. This comment had to be placed in "A computer in my backpack". This file outputs silence, too
Linus Åkesson
Wed 15-Jun-2016 21:43
pik33 wrote:
...but I have a question: is there something not typical in these .sid files (SID registers not at D400 for example?)One thing I can think of is that I use so called illegal opcodes. These were undocumented and generally considered unreliable back in the day, but they work perfectly fine on any C64. But they're not used in older playroutines, and perhaps your 6502 emulator doesn't support them.
Tue 21-Jun-2016 09:15
Maybe this can cause silence. 65C02 opcode executed instead of illegal 6502 opcode. I have to compare the opcode table.
The 6502 is doing something, I got finite time of jsr play so it does something and returns, but there is no sound from emulated SID as if no valid values are stored into SID registers
Sat 17-Dec-2016 13:43