KBD To MIDI Piano

An offline piano with MIDI export and audio recording functions

Qu'est-ce que KBD To MIDI Piano ?

KBD To MIDI Piano est une extension Chrome développée par nikosardas.dev, et sa fonction principale est "An offline piano with MIDI export and audio recording functions".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KBD To MIDI Piano

Téléchargez les fichiers d'extension KBD To MIDI Piano au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom KBD To MIDI Piano KBD To MIDI Piano
ID mhchghbhodjlkbkidohbkcelgdknhpdi
URL Officiel https://chromewebstore.google.com/detail/kbd-to-midi-piano/mhchghbhodjlkbkidohbkcelgdknhpdi
Description An offline piano with MIDI export and audio recording functions
Taille du Fichier 5.5 MB
Nombre d'Installations 10,000
Version Actuelle 1.6.5
Dernière Mise à Jour 2023-12-17
Date de Publication 2020-05-04
Évaluation 3.96/5 Total 132 Évaluations
Développeur nikosardas.dev
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/nikosardas-dev/privacy
Langues Prises en Charge 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"
    ]
}