Live data from Hacker News

Chiptune.app

chiptune.app

51–60 of 186 posts

Re: Chiptune.app

#52
post #30

For people trying to play this in Safari: reload the page if you get no sound. I’ve some experience with safari on mobile and wasm. Audio is unfortunately quite wonky.

Safari specially on mobile usually wants audio to be user initiated (e.g. triggered by a click/tap), to prevent autoplay surprises I guess?

Re: Chiptune.app

#53
post #51

Searched for any chiptunes (in the original meaning) on that site, the only ones I could find are here: https://chiptune.app/browse/ModArchives/Dreamfish . Perhaps there are more? In the 1990s chiptunes meant *tracker (Protracker, etc.) tunes with short loops used as instruments.

For me it meant sid, and a bunch of ym trackers on atari st. The mods where just chip style. That said i really loved those old chip mods

Re: Chiptune.app

#54

Earlier quoted context omitted.

In the scene people always set SIDs and tracker chiptunes apart, because of how technically different the two are. There's an enormous technical complexity of having to emulate not just the SID chip (which still isn't 100% understood) but also the 6510 CPU and even some of the C64's CIA timers to accurately replay SIDs, whereas almost all sample-based tracker music from the Amiga and PC need none of that effort. Repl…

> also the 6510 CPU and even some of the C64's CIA timers yes, but also the VIC timers and the PLA. So basically you need all of the c64 chips emulated, at least in part :) I wrote a simple SID player for fun and I feel like it's 20% shy of being a full c64 emulator, all it needs is video output and keyboard/joystick input.

I have a physical SID chip and I was looking at implementations of players and ... was shocked at how complicated they are. I guess it makes sense though: SID files are tiny because they are in effect full C64 native programs that generate music. It would be hard to do otherwise on that platform.

I wrote a simple program that transformed basic (60hz, no PCM-style hacks) SID programs to like sequence of byte instructions for the SID chip so that I could replay without emulating and the file sizes are massive compared to the original!

Here is an awesome single file SID player written in C,

https://github.com/mlund/csid/blob/master/csid.c

Re: Chiptune.app

#55
post #9

The fact that the songs play instantly when you click makes me sad for literally all modern software.

They don't though? I just clicked between two tracks a few times. Each time I switch there is a very clear delay between the click and the playback starting. You can even visually tell there's a delay because the row only becomes highlighted when playback of that track starts.

Re: Chiptune.app

#56
post #53
post #51

Searched for any chiptunes (in the original meaning) on that site, the only ones I could find are here: https://chiptune.app/browse/ModArchives/Dreamfish . Perhaps there are more? In the 1990s chiptunes meant *tracker (Protracker, etc.) tunes with short loops used as instruments.

For me it meant sid, and a bunch of ym trackers on atari st. The mods where just chip style. That said i really loved those old chip mods

Absolutely no one referred to SID, YM etc. tunes as chiptunes in the nineties.

https://en.wikipedia.org/wiki/Chiptune

"The term is commonly used to refer to tracker format music using extremely basic and small samples that an old computer or console could produce (this is the original meaning of the term)"

Re: Chiptune.app

#57
post #51

Searched for any chiptunes (in the original meaning) on that site, the only ones I could find are here: https://chiptune.app/browse/ModArchives/Dreamfish . Perhaps there are more? In the 1990s chiptunes meant *tracker (Protracker, etc.) tunes with short loops used as instruments.

"Chiptunes" means that some microprocessor was used as a sound synthesizer. In the initial years, you coded the tune. Then a standardization happened, as music code could be generalized in "sound patterns" definition and organization: hence, e.g., Chris Huelsbeck's Soundmonitor (1986). That is one of the first public "trackers". The name comes from the Ultimate Soundtracker on the Amiga (1987) - but the Paula was more typically used as a sampler, not as a synth. Speaking of "chiptunes" implies a style - that may or may not be the output of a tracker (it depends on how it is used).

Re: Chiptune.app

#58
post #4

The folder structure is such a mess that I thought it only does midi but I used the search bar and was amazed by the crisp SID rendition. Should add a filter toggle to remove all the midi spam.

[deleted]

Re: Chiptune.app

#59

Earlier quoted context omitted.

Meanwhile, there's GoatTracker (tracker for SID music).

And SID Factory and a couple of others.

Any recommendation for Multi-SID? There should exist a six channels GoatTracker - I am not sure anything else is available.
Post reply on HN