Skip to content

SimpleVolumeControl/SimpleVolumeControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleVolumeControl

SimpleVolumeControl is a web application that allows the simple remote control of digital mixing consoles.

It is intended to be used with a Raspberry Pi as a local server. The Raspberry Pi must be connected to the local network, from which the web application will be used. A network route must exist on the Raspberry Pi to reach the mixing console.

Currently, only mixing consoles belonging to the Behringer X32/Midas M32 family are supported.

Running SimpleVolumeControl

After installing the dependencies, you can create a production build of SimpleVolumeControl and start it using the following commands:

 $ pnpm install
 $ pnpm build
 $ pnpm start

SimpleVolumeControl is only intended to be run on Linux, but it might very well be possible that it (at least partially) works on other operating systems, too.

Configuration

The configuration file for SimpleVolumeControl can be found at ~/.simplevolumecontrol_config.json. The configuration has the following format:

{
  "ip": "192.168.2.60",
  "mixer": "Behringer X32",
  "mixes": [
    {
      "mix": "bus-01",
      "inputs": ["ch-01", "ch-03", "ch-04", "ch-05"]
    },
    {
      "mix": "bus-02",
      "inputs": ["ch-01", "ch-05"]
    },
    {
      "mix": "bus-03",
      "inputs": ["ch-01", "ch-03", "ch-04", "ch-05"]
    },
    {
      "mix": "bus-04",
      "inputs": ["ch-01", "ch-02", "ch-03", "ch-04", "ch-05"]
    },
    {
      "mix": "bus-05",
      "inputs": ["ch-02", "ch-05"]
    },
    {
      "mix": "bus-06",
      "inputs": ["ch-03", "ch-04", "ch-05"]
    }
  ],
  "password": "foobar"
}

Screenshots

Light Theme Dark Theme
Login Login
Overview Overview
Room Room

License

SimpleVolumeControl is licensed under the MIT License. See LICENSE.txt for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •