GithubHelp home page GithubHelp logo

hfanieng / nowplaying_rb_blt_udp Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 1.02 MB

combining rekordbox dj, beatlink trigger and udp to show ProDJ Link played tracks

License: MIT License

Python 31.11% Clojure 11.13% Jupyter Notebook 37.51% Swift 8.09% HTML 12.17%
clojure music python rekordbox udp

nowplaying_rb_blt_udp's Introduction

Welcome to the Bridge between Rekordbox, Pro DJ Link via Beat Link Trigger and Python

Aim of the project is to build a bridge from what is now playing on a Pro DJ Link device

Disclaimer: This project is not affiliated with Pioneer Corp. or its related companies in any way and has been written independently! NowPlayingXZ is licensed under the MIT license. The maintainers of the project are not liable for any damages to your Rekordbox library.

Technology

Motivation

For years i like to play my favorite songs with Rekordbox, installed on my Mac. I own some controllers, the DDJ 400, DDJ 800, RB-DMX-1, DDJ-XP2 und the XDJ-XZ as standalone player.

Played around with different solutions like SoundSwitch to get my lighting in sync of the playing song.

Idea

My idea is to bring that together by using Pro DJ Link in combination with Deep Symmetry's great solution Beat Link Trigger and python

Player Status Player Status

UML Class diagramm

classDiagram
    class Song {
        +String trackTitle
        +String artist
        +String genre
        +String key
        +Double bpm
        +String trackBank
        +int masterPlayerNumber
        +String comment
        +String label
        
        +void addBeat(Beat beat)
        +void start()
        +void stop()
        +void updatePhrase(int beatNumber, String phraseType, String phraseSection, int timeReached, bool fill)
    }

    class Beat {
        +int number
        +String phraseType
        +String phraseSection
        +int timeReached
        +bool fill
        
        +void updatePhrase(String phraseType, String phraseSection, int timeReached, bool fill)
    }

    Song "1" --> "4" Beat : has
Loading

nowplaying_rb_blt_udp's People

Contributors

hfanieng avatar

Stargazers

 avatar

Watchers

 avatar  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.