apiel

Results 9 issues of apiel

**The feature you'd like** Would be great to have an example combining midi output and Tone.Sampler or Tone.Synth. **Additional context** From my understanding, Tone.Transport.scheduleRepeat callback trigger a little bit before...

feature request

Allow user to provide custom options for cookie storage like httpOnly mode or custom expiration date: ```ts const keycloak = new Keycloak( { cookies: true, cookieOptions: { maxAge: 900000, httpOnly:...

Would it be possible to publish this package on NPM? And even better to have typescript support to it :-)

Would be great to have a port for each controller in the LV2 plugin, so we could easily use the geonkick headless with custom UI. The only thing that might...

Does anyone has a full arduino example for the Ai-Thinker ESP32? (I think the codec is ES8388) ![image](https://user-images.githubusercontent.com/5873198/221935636-ddb193fe-aa38-4eae-87a9-3725096bb26f.png)

When creating the server, the jack connection are not create automatically. How can we programatically make those connections?

Hi, I couldn't find an email, so I create an issue. Your lib was very helpful to build https://github.com/apiel/opz-display The idea was to extend this https://www.reddit.com/r/OPZuser/comments/vxknwd/small_display_for_opz_knob/ that is using CC...

It might be great to speak in your README about other method, like using remote secret manager and explain the advantage/disadvantage of each method... Actually, I really like the idea...

How to rotate the screen without X? Using `video=DSI-1:480x640e,rotate=270` work for the console but doesn't work if we start an application that use directly the framebuffer (e.g. an SDL application).