Skip to content
/ gomix Public

A simple MIDI to Pipewire mixer built Golang. It's hardcoded for my pipewire setup.

License

Notifications You must be signed in to change notification settings

pernydev/gomix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomix

A simple MIDI to Pipewire mixer built Golang. It's hardcoded for my pipewire setup.

Installation

Clone the repository and copy the binary to /usr/local/bin. Then, copy the systemd service file to $HOME/.local/share/systemd/user and enable it.

git clone https://github.com/pernydev/gomix.git
sudo cp gomix/gomix /usr/local/bin
sudo chmod +x /usr/local/bin/gomix
cp gomix/gomix.service $HOME/.local/share/systemd/user
systemctl --user enable gomix.service
systemctl --user start gomix.service

IMG_20240107_142516471 image image

About

A simple MIDI to Pipewire mixer built Golang. It's hardcoded for my pipewire setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages