Meo-Ada Mespotine
Meo-Ada Mespotine
I would like to as for an API-function, that returns the version-number of the currently installed Osara-extension. Something like: string version, string pre_buildnumber = reaper.osara_GetInstalledVersion() I would like to use...
I would like to ask for some toggle-actions, that allow turning on/off the various options you can currently only set in the Osara Preferences. Some of these are helpful but...
I would like to ask for a way to run an installer script right after ReaPack has installed my scripts on the user's computer, so I can do some preparations/setup...
### Pitch I would like to be able to add CWs to Boosts to protect my followers from non-cw'ed toots. ### Motivation To protect my followers from non-cw'ed toots that...
I'm not sure if this already works this way or if it's hard to do, but I would like to ask for a dedicated function to output messages to a...
theme.lua ``` local fonts = (os:match("Win") and osFonts.Windows) or (os:match("OSX") and osFonts.OSX) or osFonts.Linux ``` needs to be altered to check for "macOS-arm64" as well
Hey Adam, as I've read, that you can't go on with Scythe anymore, I would like to overtake the project and fully integrate it into Ultraschall-API so your valueable work...
27 Dinowitze von Meo-Ada Mespotine
In Core.lua ``` GUI.get_OS_fonts = function() local os = reaper.GetOS() if os:match("Win") then return GUI.OS_fonts.Windows elseif os:match("OSX") then return GUI.OS_fonts.OSX else return GUI.OS_fonts.Linux end end ``` needs to be altered...
localized internal variable _ I don't think, it had a negative impact, but nevertheless, I localized it, to be safe.