https://github.com/molety/HummingCat
Sound Driver 'Humming Cat' for WonderWitch
https://github.com/molety/HummingCat
Last synced: about 1 month ago
JSON representation
Sound Driver 'Humming Cat' for WonderWitch
- Host: GitHub
- URL: https://github.com/molety/HummingCat
- Owner: molety
- License: mit
- Created: 2019-06-12T01:25:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T06:47:02.000Z (over 5 years ago)
- Last Synced: 2024-11-16T10:31:28.586Z (7 months ago)
- Language: Assembly
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wsdev - HummingCat - work-in-progress sound driver. (WonderWitch / WW open-source homebrew)
README
# HummingCat
Sound Driver 'Humming Cat' for WonderWitch## What's this?
Sound driver for WonderWitch, which is SDK for WonderSwan.## Feature
- V-BLANK driven
- Not available PCM voice
- Not compatible with SoundIL
- Proper(?) detune
- Envelope independent of tempo
- Fast forward & Slow playback
- Open source
- Some features are not implemented yet (portamento / slur / ...)
- Some features are not tested yet (sound effect mode / etc.)## Usage
Send hcat.il & hcplay.fx -> /rom0Send test.fr & Bilder0.fr -> /ram0
Execute "hcat Data Player" on WonderWitch
## Necessary tools for build
- NASM (Netwide Assembler)
- DMC (Digital Mars C/C++ Compiler)
- GNU Make
- JDK (Java SE Development Kit)Work in Progress