https://github.com/dannye/waveform-gb
Game Boy Wave Form Visualizer
https://github.com/dannye/waveform-gb
Last synced: 6 months ago
JSON representation
Game Boy Wave Form Visualizer
- Host: GitHub
- URL: https://github.com/dannye/waveform-gb
- Owner: dannye
- Created: 2019-01-08T06:17:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T00:37:41.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T20:16:57.795Z (9 months ago)
- Language: Assembly
- Homepage:
- Size: 52.7 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gbdev - waveform-gb - Program visualizing the wave form used by the wave channel. The wave form can be edited freely and playback of the wave is updated immediately. (Homebrews / ASM)
- awesome-gb-dev-zh - 波形-gb - 程序可视化波形通道使用的波形。波形可以自由编辑,波形回放可以立即更新。 (自制啤酒 / 空对地导弹)
README
# waveform.gb
This program visualizes the wave form used by the wave channel.
The wave form can be edited freely and playback of the wave is updated immediately.
Up to 8 custom wave forms can be saved.
There are 8 built-in wave forms that can be loaded at any time.
## Screenshots
 
 
 
## Building
To build, install [rgbds][rgbds] and put it in your path.
Then run `make`. This will create `waveform.gb`.
This project is based off of [bootstrap.gb][bootstrap.gb] by [yenatch][yenatch].
[rgbds]: https://github.com/rednex/rgbds
[bootstrap.gb]: https://github.com/yenatch/bootstrap.gb
[yenatch]: https://github.com/yenatch