Code Monkey home page Code Monkey logo

ledmusicrework's Introduction

led music rework

Music visualizer Idea and execution by UsatiyNyan

code for rpi 4

https://github.com/UsatiyNyan/ledmusicreworkembedded

preview of desktop

https://www.youtube.com/watch?v=wxvgvQ8Cv6c

desktop preview

preview of embedded rpi

https://www.youtube.com/watch?v=zalfF9knbv4

led preview

NOTE

App is written with Qt version 5.13.2 (you might need to install Qt5::SerialPort additionally). PulseAudio sound server is used to read from soundcard(it might be already installed on your computer). Choose sound card which has .monitor in it's name)

known bugs

  1. polygons are not working for now (expansion is not working properly)
  2. changing size of LED matrix through desktop causes SEGFAULT;) (feel free to change defaults in code which is pretty self explanatory)
  3. might crash if you choose wrong audio source
  4. with dark theme checkbox on the left side of enable preview becomes invisible on the left

PREREQUISITES

ZERO step - install qt5

sudo apt-get install qt5-default

first give access to whatever device you will be using as embedded

sudo chmod 666 /dev/ttyUSB0

then install additional libs

sudo apt-get install libpulse-dev libqt5serialport5-dev

then update submodules

git submodule update --init

HOW TO BUILD

git submodule update --init
mkdir build
cd build
cmake ..
make

or just build target led_player

HOW TO RUN

in your build directory

cd build
cd project
./led_player

and then play with it! don't forget about invisible checkbox on the left side of enable preview in the bottom right corner

ledmusicrework's People

Contributors

usatiynyan avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.