https://github.com/benbjohnson/hackerbeeper
A dumb utility for playing generated notes when you type.
https://github.com/benbjohnson/hackerbeeper
go music synthesizer
Last synced: 9 months ago
JSON representation
A dumb utility for playing generated notes when you type.
- Host: GitHub
- URL: https://github.com/benbjohnson/hackerbeeper
- Owner: benbjohnson
- License: mit
- Created: 2017-07-13T20:23:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T21:13:00.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T16:06:41.292Z (9 months ago)
- Topics: go, music, synthesizer
- Language: Go
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hackerbeeper
============
This is a tool for playing generated notes when you hit keys in the terminal
window. It's just for fun. It plays some of Flight of the Bumblebees.
## Usage
To install `hackerbeeper`, install Go and run:
```sh
$ go get github.com/benbjohnson/hackerbeeper
```
Then run the program:
```sh
$ hackerbeeper
```
You can also play the song automatically using the `autoplay` command:
```sh
$ hackerbeeper autoplay
```