quit chipmusic again
33 April 10, 2012 9:00 pm
Re: What do you do when you get writer's block? (49 replies, posted in General Discussion)
34 April 9, 2012 4:50 pm
Re: revision party releases (11 replies, posted in Releases)
wow i have been sat here for a while listening/watching these now.
they are really cool, wish i could understand them a bit more.
this is probably as close as demoscene gets to a 'reformat the planet' sort of primer. switch on the subtitles.
35 April 9, 2012 1:46 pm
Topic: revision party releases (11 replies, posted in Releases)
I'm going to start posting relevant demoscene releases from parties here. (until people tell me to stop) As people
work in both scenes it's likely a lot of this stuff wouldn't be seen in this community.
So, here's some stuff from Revision party. Held over Easter in Germany.
Rez and Dubmood in the 64k compo

Dual Crew & Shining winning the oldskool compo with a GBC demo
Brainstorm giving some textmode love

Viznut procedurally generating some photos in 4k
lft creating his own FPGA and making a demo for it
Full results. Lot of music to download on various systems
US guys feeling left out? Blockparty is coming:
36 April 6, 2012 7:42 pm
Topic: "the art of the algorithm" - demoscene documentary (1 replies, posted in General Discussion)
can be downloaded here
The interviews are mostly in Hungarian but it comes with subtitles. (watch the youtube on youtube rather than embedded)
38 April 1, 2012 2:06 pm
Re: Funky Characters (76 replies, posted in General Discussion)
half the avatars here are glitchy anyway.
39 March 31, 2012 2:19 pm
Re: MOS Technology VIC (vic-20) (13 replies, posted in Commodore Computers)
aha, found the new waveforms doc
40 March 31, 2012 1:52 pm
Re: MOS Technology VIC (vic-20) (13 replies, posted in Commodore Computers)
41 March 31, 2012 11:35 am
Re: MOS Technology VIC (vic-20) (13 replies, posted in Commodore Computers)
viznut wrote a doc about it and it's in with one of this demos I think. but yeah, that's about right. in my driver I just had a bit of code that would switch the note to $fe for a few cycles before playing the right one. so I got the new waveforms but it was more of a "new waveforms on/off" than being able to choose what I got. (see this ) each waveform requires a particular set of switching to get it accurate.
I don't think you'd be able to do it in an existing tracker though as each note would be potentially playing for a frame, which is probably too long. (perhaps if it's done in an arpeggio table it might work) Anyway coding music drivers in 6502 isn't particularly tough work so it's worth experimenting.
can't find the info on either of viznut's blogs but it is in one of the demo archives.
42 March 31, 2012 1:17 am
Re: MOS Technology VIC (vic-20) (13 replies, posted in Commodore Computers)
it's been a while since I've done any vic-20 stuff, but I think it's combinations of the channel pitch at $ff , $fe and then set to 'off' (<$80) give you about 13 different wave combinations.
you can hear an example in here, listen to the lead melody with it's bell tones:
43 March 31, 2012 12:46 am
Re: MOS Technology VIC (vic-20) (13 replies, posted in Commodore Computers)
there are stacks of vic-20 demos here for download:
http://pouet.net/prodlist.php?platform[]=VIC%2020(can't link it with the usual url link) The chip isn't quite as basic as it appears, you can get extra waveforms out of the square channels with some trickery. (discovered by viznut iirc, have a listen to some of the PWP demos) There are a few trackers around (like Aleksi Eeben's Fisichella and Vic-Tracker) or if you want to go source dirty I put my driver in with Orbtraxx1.
44 March 25, 2012 8:39 pm
Re: awesome isometric pixel artists? (6 replies, posted in Graphics, Artwork & Design)
worked with army of trolls on a couple of things before.
45 March 25, 2012 8:14 pm
Re: I'm sick of Chipmusic because... (165 replies, posted in General Discussion)
and the next logical step is writing each other's tracks.
46 March 25, 2012 6:40 pm
Re: I'm sick of Chipmusic because... (165 replies, posted in General Discussion)
Heosphoros wrote:You guys actually listen to chip music?
yeah dude, I found this sweet tumblr you should check out:
http://heossentials.tumblr.com/^_^
it's very "chipmusic chipmusic" though. I mean, that's the stuff the guy is trying to get away from isn't it?
47 March 21, 2012 1:41 pm
Re: real 8-bit minimalism (13 replies, posted in Commodore Computers)
4mat, what kind of environment are you using for your c64 codings? Coupled with what emu, etc?
I use c64asm (dasm when coding with Ultra), notepad, couple of batch files and Vice.
haha glitchshifter has best music big_smile not so sure about the visuals,,, can we get a SID??
not sure if a sid could be done, it's using the internal clock to play the notes so that'd have to be emulated.
48 March 20, 2012 5:49 pm
Re: Chiptune Music Videos? Are they a good idea. (18 replies, posted in General Discussion)
if you've got access to the song data (I used a tracker) you can attach it to the visuals which saves having to do much sync work.
