0123456789
list icon
list icon

drumlogue drumlogue

SoundCloud

Condividi

drumlogue SDK

Così come nel prologue e nel minilogue xd, drumlogue offre un'API (Application Programming Interface) che permette a chiunque di estendere le possibilità dell'hardware sviluppando dei plugin chiamati “units”. Utilizzando il drumlogue SDK (Standard Development Kit), è possibile creare unità personalizzate di synth, delay, riverbero ed effetti master, quindi caricarle sul drumlogue tramite una connessione USB. (modalità dispositivo di archiviazione di massa)

Importante:

* The SDK and its documentation is currently available on GitHub

* Gli Units sviluppati per il prologue, minilogue xd e NTS-1 non sono direttamente compatibili con il drumlogue

User Synths

Nella sezione Multi-Engine User possono essere caricate fino a 24 Synth Units personalizzate. Se selezionato, un sintetizzatore costum può essere riprodotto tramite la traccia del sequencer dedicata al Multi-Engine, oltre che via MIDI. Ogni sintetizzatore può disporre fino a 24 parametri personalizzati accessibili tramite gli encoder e il display OLED; ogni parametro può inoltre essere modulato tramite la funzione motion del sequencer.
 
Trattandosi di vere e proprie voci di synth, gli sviluppatori hanno la completa libertà di aggiungere qualsiasi tipo di modulazione interna e articolazione a loro piacimento, inclusa la creazione di sintetizzatori polifonici personalizzati (entro i limiti delle risorse della CPU). Questi possono essere riprodotti polifonicamente solo via MIDI.

Effetti User

Per ogni tipo di effetto (delay, riverbero, master) è possibile caricare nel drumlogue fino a 24 unità di effetti costum. Questi effetti personalizzati appariranno alla fine dell'elenco degli effetti. Ogni effetto personalizzato può possedere fino a 24 parametri accessibili tramite gli encoder e il display OLED e può essere utilizzato allo stesso modo degli effetti interni senza ulteriori restrizioni.

Caricamento dei Custom Synths/Effects

  • Collega la porta USB Device del drumlogue ad un computer 
     
  • Accendi il drumlogue mentre mantieni premuto il tasto record.
     
  • Un’icona USB mass storage device chiamata “drumlogue” comparirà nel tuo computer.
     
  • Copia i file Custom Unit (estensione .drmlgunit) nella cartella dedicata assicurandoti che corrisponda all’adeguato tipo di Unit: Units/Synths/, Units/DelayFXs/, Units/ReverbFXs/, o Units/MasterFXs/.
  • Una volta che hai copiato i dati, espelli la memoria di massa.
  • Premi il tasto“YES” sul drumlogue per avviarlo con le nuove Units installate.

Obtaining Custom Synths/Effects

There is no centralized store for custom synths/effects. 3rd party developers are free to distribute their custom synths/effects through alternative channels such as community websites, forums, GitHub etc and in some cases will be featured on this page. 

Creating Custom Synths/Effects

The drumlogue SDK provides a the required tools to and template projects to create custom Synths and Effects. 

FAQ

Can I use custom oscillator/effects units from prologue, minilogue xd or NTS-1 on drumlogue (and vice versa)?

No, drumlogue’s custom units are not directly compatible with prologue, minilogue xd and NTS-1 units.

The drumlogue synths are conceptually different from the oscillator units of these other products, and master effects do not exist on these other products. However, delay and reverb effects should be fairly fairly easy to convert to the drumlogue format by 3rd party developers.

Do I need programming experience to create my own content?

Yes. Please note that the drumlogue SDK is meant for programmers, and not a neophyte-friendly high-level editor. Some level of software development expertise is expected and required. Please note that the drumlogue SDK is provided as-is, and no official technical support will be provided.

What programming language can I use?

drumlogue custom synth and effect units can be written in C, C++ and make use of ARMv7-A NEON instructions.

What size and memory usage limitations are there?

drumlogue custom synth and effect units are not bound to specific size and memory usage limitations. However, the user storage space of the drumlogue is limited to 32MB, and all custom synth and effects units must be loadable in memory at once, so care must be taken to not use more memory than absolutely necessary.

We use cookies to give you the best experience on this website. Learn more Got it