A nice little bongo cat themed drum machine.
Be warned: This is a work in progress.
Bongo Cat for Twitch lets the popular meme cat appear on your screen whenever someone in your Twitch chat issues a command.
- Add a new browser source and point it to https://jvpeek.de/ext/bc/#yourchannel
- Set the size of the browser to 1920x1080 pixels. Done.
If you want to modify the sounds or the behavior you can also run it locally.
-
Start Http-Daemon with
docker compose up -d
. The Webserver will listen on Port 8080. -
Point your OBS browser source to the index.html file and add your channel name as a hash. Example:
http://localhost:8080/#jvpeek
-
Set the size of the browser to 1920x1080 pixels.
-
Install a Webserver (Xampp, lamp, MAMP, Apache2, Nginx...)
-
Configure Webroot to ./src
-
Point your OBS browser source to the index.html file and add your channel name as a hash. Example:
http://localhost/#jvpeek
-
Set the size of the browser to 1920x1080 pixels.
There are two commands:
!bpm
Lets you choose the speed of the song.!bongo [notes]
Plays back the sounds in chunks. Notes are divided into chunks by spaces.12 34
would result in two chunks. The first one containing notes1
and2
, the second one containing3
and4
.
As of now, there are the same instruments as on https://bongo.cat.
Yes. And please show us the results.
The code was written by CodeHustle and JvPeek
The initial compilation of sounds and images was done by Externalizable
Bongo cat was drawn by StrayRogue