Giter VIP home page Giter VIP logo

piano-addon's Introduction

Piano Addon

Banner

This addon connects to your MIDI piano and displays the keyboard on your screen.
There are two types of modules:

  • Mini Piano: displays a simple piano keyboard for your Windows taskbar
  • Piano Tutorial: displays a bigger piano keyboard with a timeline of pressed keys

Installation

This addon requires the core application DesktopModules

You can download the addon jar file here
Put the built jar file into the following directory: C:/Users/<name>/AppData/Roaming/DesktopModules/addons/
And then you are ready to launch the core application.

Configuration:

To set up your MIDI device, you have to enable it in devices.
If show_mini_piano_on_detect is set to true, the mini piano will enable itself once it detects a MIDI device.
You can additionally broadcast the MIDI messages to your other applications by setting broadcast_to_server to true.

{
  "devices": {
    "Real Time Sequencer": false,
    "AudioBox USB": false,
    "CASIO USB-MIDI": true
  },
  "show_mini_piano_on_detect": false,
  "broadcast_to_server": {
    "enabled": false,
    "address": "localhost",
    "port": 0
  }
}

Run in IDE

Launch the main class StartPiano

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.