KBD To MIDI Piano

An offline piano with MIDI export and audio recording functions

Was ist KBD To MIDI Piano?

KBD To MIDI Piano ist eine Chrome-Erweiterung, die von nikosardas.dev entwickelt wurde, und ihr Hauptmerkmal ist "An offline piano with MIDI export and audio recording functions".

Erweiterungsscreenshots

screenshot

KBD To MIDI Piano-Erweiterungs-CRX-Datei herunterladen

Laden Sie KBD To MIDI Piano-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Features:
-Keyboard and mouse control.
-Midi keyboard support.
-Save session to a MIDI file at 120BPM.
-Record piano audio.
-Record mic input.
-6 Octaves.
-120BPM click.
-Chromatic Chorder.
-Audio file player.
-Velocity values.
-Random velocity variant.
-Audio sustain Mode.
-Completely flexible.
-Use keyboard arrows to quickly change octave and velocity values.                    

Grundlegende Informationen zur Erweiterung

Name KBD To MIDI Piano KBD To MIDI Piano
ID mhchghbhodjlkbkidohbkcelgdknhpdi
Offizielle URL https://chromewebstore.google.com/detail/kbd-to-midi-piano/mhchghbhodjlkbkidohbkcelgdknhpdi
Beschreibung An offline piano with MIDI export and audio recording functions
Dateigröße 5.5 MB
Installationsanzahl 10,000
Aktuelle Version 1.6.5
Letztes Update 2023-12-17
Veröffentlichungsdatum 2020-05-04
Bewertung 3.96/5 Insgesamt 132 Bewertungen
Entwickler nikosardas.dev
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/nikosardas-dev/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KBD To MIDI Piano",
    "short_name": "K2MP",
    "version": "1.6.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "style\/icons\/icon128.png",
        "default_title": "KBD2MIDI"
    },
    "description": "An offline piano with MIDI export and audio recording functions",
    "icons": {
        "128": "style\/icons\/icon128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ]
}