KBD To MIDI Piano
An offline piano with MIDI export and audio recording functions
Wat is KBD To MIDI Piano?
KBD To MIDI Piano is een Chrome-extensie ontwikkeld door nikosardas.dev, en de belangrijkste functie is "An offline piano with MIDI export and audio recording functions".
Extensie Screenshots
Download het CRX-bestand van de extensie KBD To MIDI Piano
Download KBD To MIDI Piano-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mhchghbhodjlkbkidohbkcelgdknhpdi |
| Officiële URL | https://chromewebstore.google.com/detail/kbd-to-midi-piano/mhchghbhodjlkbkidohbkcelgdknhpdi |
| Beschrijving | An offline piano with MIDI export and audio recording functions |
| Bestandsgrootte | 5.5 MB |
| Aantal Installaties | 10,000 |
| Huidige Versie | 1.6.5 |
| Laatst Bijgewerkt | 2023-12-17 |
| Publicatiedatum | 2020-05-04 |
| Beoordeling | 3.96/5 Totaal 132 Beoordelingen |
| Ontwikkelaar | nikosardas.dev |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://sites.google.com/view/nikosardas-dev/privacy |
| Ondersteunde Talen | 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"
]
} | |