hobyst

Results 10 issues of hobyst

## Description This PR creates a Conan recipe (`conanfile.py`) to allow developers to satisfy the pre-built dependency requirements without having to use pre-built binaries provided by the project. It also...

In order to properly port the emulator to mobile devices, finishing the Vulkan backend is needed. - OpenGL ES is limited and several compatibility issues might be encountered in the...

good bounty issue

### Package and Environment Details * Package Name/Version: **xorg/system** * Operating System+version: **Ubuntu 20.04.4 LTS** * Compiler+version: **Clang 10** * Docker image: **none (local build) and GitHub Actions `ubuntu-20.04`** *...

question

After struggling for several days on how to do this, I finally found a way to do it and thought it might be useful for anyone else having the same...

discussion
build

Quantize and toggling automation recording on/off isn't supported yet on the actual MIDI API scope. There's a workaround to get to the quantize buttons by getting into the menus and...

api scope

Follow up issue for #12. S-Series MK2 keyboards have speed-sensitive knobs that report the speed they are being twisted at, allowing for more precise adjustment of parameters the slower they...

enhancement

The articles after "The API" (`./scripting/fl_midi_api.rst`) should talk about the main and most common topics about FL Studio MIDI scripting. - **Input handling:** The article should talk about the ways...

new article

The use of real-time script events on the MIDI scripting API requires to use multiple execution threads in order to achieve optimal performance, but the `threading` Python module isn't compatible...

new article

This kind of MIDI messages are trickier to deal with because they are made of multiple standard MIDI messages (`XX XX XX`). To send it, the information is made out...

new article

This library from the host abstraction layer is meant to contain useful functions and data structures that while might not really fit into a specific category are crucial for Vita3K...