KBD To MIDI Drums
A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
Wat is KBD To MIDI Drums?
KBD To MIDI Drums is een Chrome-extensie ontwikkeld door nikosardas.dev, en de belangrijkste functie is "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".
Extensie Screenshots
Download het CRX-bestand van de extensie KBD To MIDI Drums
Download KBD To MIDI Drums-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:
-Save session to a MIDI file at 120BPM.
-Record session audio.
-Audio file playback.
-120BPM click.
-Keyboard and mouse control.
-Fully flexible.
Eula:
https://sites.google.com/view/nim-extensions/eula Basisinformatie over de Extensie
| Naam | |
| ID | pkonnmkgoekhcpbkoklnhakhlekgjdgj |
| Officiële URL | https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj |
| Beschrijving | A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone |
| Bestandsgrootte | 2.48 MB |
| Aantal Installaties | 6,917 |
| Huidige Versie | 1.3.6 |
| Laatst Bijgewerkt | 2022-02-04 |
| Publicatiedatum | 2020-05-03 |
| Beoordeling | 3.96/5 Totaal 26 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",
"manifest_version": 3,
"version": "1.3.6",
"name": "__MSG_extName__",
"short_name": "__MSG_short__",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "style\/icons\/icon16.png",
"default_title": "KBD2MIDI"
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"128": "style\/icons\/icon128.png"
},
"permissions": [
"storage"
],
"offline_enabled": true
} | |