Skip to content

t3knomanzer/maxmix-hardware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub pull requests GitHub commits since latest release (by date)

Paypal donate Github sponsor

Overview

Maxmix is an open-source volume mixer that allows you to control the volume applications from an external custom controller.
It was originally designed to allow to quickly adjust the volume of a game and an external voice chat application like Discord quckly, but it can do so much more...
You can find out more about the system in the project website.

This repository contains the designs to build the official hardware.

Contributing

Most files on this repository are binary and do not allow for changes to be merged.
To prevent changes being overwritten, we use LFS with locking.

Before you start working on a file, you need to lock it. Locks are exclusive so only one user can lock a file at a time. Locking the file will also make it writeable locally and allow you to make changes to it.

Here are a few useful commands:

Lock a file

$ git lfs lock images/foo.jpg
Locked images/foo.jpg

Unlock a file

$ git lfs unlock images/foo.jpg
$ git lfs unlock --id=456

View locked files

$ git lfs locks
images/bar.jpg  jane   ID:123
images/foo.jpg  alice  ID:456

Typical workflow

$ git lfs lock images/foo.jpg
$ git commit images/foo.jpg -m "My changes"
$ git lfs unlock images/foo.jpg
$ git push

Community

You can join these groups and chats to discuss your-project related questions:

Website
Twitter
Reddit
Discord
Github
Thingiverse
Prusaprinters
Buy
Donate