KBD To MIDI Drums
A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone
Hvad er KBD To MIDI Drums?
KBD To MIDI Drums er en Chrome-udvidelse udviklet af nikosardas.dev, og dens hovedfunktion er "A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone".
Udvidelsesskærmbilleder
Download KBD To MIDI Drums-udvidelses-CRX-fil
Download KBD To MIDI Drums-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:
-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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pkonnmkgoekhcpbkoklnhakhlekgjdgj |
| Officiel URL | https://chromewebstore.google.com/detail/kbd-to-midi-drums/pkonnmkgoekhcpbkoklnhakhlekgjdgj |
| Beskrivelse | A keyboard controlled Drum Machine that can export your session to a MIDI file and record through your microphone |
| Filstørrelse | 2.48 MB |
| Antal Installationer | 6,917 |
| Nuværende Version | 1.3.6 |
| Senest Opdateret | 2022-02-04 |
| Udgivelsesdato | 2020-05-03 |
| Bedømmelse | 3.96/5 Samlet 26 Bedømmelser |
| Udvikler | nikosardas.dev |
| [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",
"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
} | |