https://github.com/2bt/fakesid
SID-based chiptune tracker for android
https://github.com/2bt/fakesid
android c64 chiptune-tracker fakesid sid
Last synced: about 1 month ago
JSON representation
SID-based chiptune tracker for android
- Host: GitHub
- URL: https://github.com/2bt/fakesid
- Owner: 2bt
- Created: 2019-07-11T22:06:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T07:15:08.000Z (about 1 year ago)
- Last Synced: 2024-04-20T08:27:01.423Z (about 1 year ago)
- Topics: android, c64, chiptune-tracker, fakesid, sid
- Language: C
- Homepage:
- Size: 1.56 MB
- Stars: 26
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fake SID
This is a chiptune tracker for android that's trying to sound a lot like the MOS Technology SID.
The synth code is based on TinySID by Tammo Hinrichs (kb).
Some details of the SID chip aren't emulated correctly but it's close enough, I think.
Also, I added a fourth voice (but you don't have to use it if you don't want to, of course).
The tracker is highly inspired by [lft's Blackbird](https://csdb.dk/release/?id=161554).Check it out on [Google Play Store](https://play.google.com/store/apps/details?id=com.twobit.fakesid)!
Listen to the demo songs on [SoundCloud](https://soundcloud.com/dnllngnr/sets/fake-sid-demo-songs)!
## Documentation
+ [Reference Manual](docs/manual/readme.md)
+ [Tutorial – A Basic Song](docs/tut-01/readme.md) (WIP)