Coder Social home page Coder Social logo

premultiply / x32loudness Goto Github PK

View Code? Open in Web Editor NEW
11.0 4.0 3.0 223 KB

An EBU R128 loudness meter display for Behringer X32 audio mixing console (and similar USB audio devices)

License: GNU General Public License v3.0

Shell 100.00%
behringer x32 r128 ebu loudness metering usb raspberry pi display

x32loudness's Introduction

x32loudness

An realtime EBU R128 loudness meter display for Behringer X32 audio mixing console (and other USB audio devices)

System requierements:

  • Raspberry Pi 3
  • Raspbian Jessie

Options:

  • Raspberry LCD Touchscreen & Case
  • Footswitch or other GPIO-Buttons

Settings:

/boot/config.txt:

dtparam=audio=on
enable_uart=0

#LCD Touchscreen display configuration
lcd_rotate=2
disable_touchscreen=1

#Disable useless wireless stuff
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt

#GPIO3 Shutdown/Reboot Button
dtoverlay=gpio-shutdown

#GPIO4 Quit/Reset Metering Button/Footswitch
dtoverlay=gpio-key,gpio=4,keycode=16,label="KEY_Q",gpio_pull=up

#GPIO17 Toogle screen Button/Footswitch
dtoverlay=gpio-key,gpio=17,keycode=17,label="KEY_W",gpio_pull=up

#GPIO25 Pause/Still/Freeze Button/Footswitch
dtoverlay=gpio-key,gpio=25,keycode=25,label="KEY_P",gpio_pull=up

/etc/apt/sources.list:

deb ftp://ftp.deb-multimedia.org jessie main

Prepare:

sudo systemctl disable dphys-swapfile
sudo systemctl disable hciuart.service

x32loudness's People

Contributors

premultiply avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

x32loudness's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.