M_maker

Results 4 issues of M_maker

Hello. I want to report some bugs: ## 1: Sliders * In any app, either it's native windows widgets, or it's UIAApplication, slider values are not readable. ## 2: Text...

Hello. I'm trying to build TTF with SDL3 and CMake and getting these errors. My CMakeLists ``` ExternalProject_Add(SDL3 PREFIX "${CMAKE_BINARY_DIR}/external" GIT_REPOSITORY "https://github.com/libsdl-org/SDL" GIT_TAG "6771a6020da5052e22930c36cb1070a4c048ba3c" CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/external/installed -DSDL_STATIC=ON -DMSVC_RUNTIME_LIBRARY=MultiThreaded -DFORCE_STATIC_VCRT=ON )...

Hello! First, thank you for this great library. I have found it to be an excellent cross-platform solution for creating GUIs! However, I wanted to bring up an accessibility issue....

enhancement

Introduce a new algorithm to prevent audio crackling at high speech rates. *by adding a conditional branch when the timing rate factor exceeds **DECRACKLING_RATE_THRESHOLD. *For mixed and transitional sounds (j...