KBD To MIDI Drums
A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
Was ist KBD To MIDI Drums?
KBD To MIDI Drums ist eine Chrome-Erweiterung, die von nikosardas.dev entwickelt wurde, und ihr Hauptmerkmal ist "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".
Erweiterungsscreenshots
KBD To MIDI Drums-Erweiterungs-CRX-Datei herunterladen
Laden Sie KBD To MIDI Drums-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: -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
Grundlegende Informationen zur Erweiterung
Name | KBD To MIDI Drums |
ID | pkonnmkgoekhcpbkoklnhakhlekgjdgj |
Offizielle URL | https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj |
Beschreibung | A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone |
Dateigröße | 2.48 MB |
Installationsanzahl | 6,917 |
Aktuelle Version | 1.3.6 |
Letztes Update | 2022-02-04 |
Veröffentlichungsdatum | 2020-05-03 |
Bewertung | 3.96/5 Insgesamt 26 Bewertungen |
Entwickler | nikosardas.dev |
[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", "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 } |