KBD To MIDI Piano

An offline piano with MIDI export and audio recording functions

Hvad er KBD To MIDI Piano?

KBD To MIDI Piano er en Chrome-udvidelse udviklet af nikosardas.dev, og dens hovedfunktion er "An offline piano with MIDI export and audio recording functions".

Udvidelsesskærmbilleder

screenshot

Download KBD To MIDI Piano-udvidelses-CRX-fil

Download KBD To MIDI Piano-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn KBD To MIDI Piano KBD To MIDI Piano
ID mhchghbhodjlkbkidohbkcelgdknhpdi
Officiel URL https://chromewebstore.google.com/detail/kbd-to-midi-piano/mhchghbhodjlkbkidohbkcelgdknhpdi
Beskrivelse An offline piano with MIDI export and audio recording functions
Filstørrelse 5.5 MB
Antal Installationer 10,000
Nuværende Version 1.6.5
Senest Opdateret 2023-12-17
Udgivelsesdato 2020-05-04
Bedømmelse 3.96/5 Samlet 132 Bedømmelser
Udvikler nikosardas.dev
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/nikosardas-dev/privacy
Understøttede Sprog 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"
    ]
}