@Christoph-Hart you sir are the greatest of all time
Best posts made by Adam_G
-
RE: Note Release - randomly gets stuck
-
RE: Super Mario Made in Hise
thats genius how you did the collision detection. nice job!
-
RE: Windows installer detected as virus when downloading
@ustk hey i use windows+inno setup and ive never experienced this myself. out of curiosity if you upload the downloaded file to virustotal.com whats the result? im just wondering what its being flagged as. edit: ive also never added a windows certificate
-
RE: Faust Compile Error on Windows
@DanH oops brainfart.. :grinning_face_with_sweat: thanks mate
-
RE: Looper / Recorder FX Plugin
@Christoph-Hart thank you i shall wait for your update @Matt_SF thanks ill definitely take you up on that next time. its just the recorder demo atm though
-
RE: FL Studio midi problem
@pushkin that didnt resolve the issue for me but it did reduce the amount of times the stuck note occured
-
RE: Anyone here use Patreon?
@d-healey was a dinner patron for quite a while but finances took a hit. will be back soon as thats sorted. hopefully ill release my plugin one day
Latest posts made by Adam_G
-
RE: Simple Copy Protection MacOS Issue
@Oli-Ullmann again im just using the example project https://github.com/christophhart/hise_tutorial "Simple Copy Protection" so i know its not related to the code
-
RE: Simple Copy Protection MacOS Issue
@Oli-Ullmann sorry no this is in the exported plugin. it works fine on windows but on macos it is not creating the json file with the serial. and prompts for it every time the plugin is loaded
-
RE: Simple Copy Protection MacOS Issue
@Oli-Ullmann imjust using the boiler plate example but the code looks like this
// Stores the file to the hard drive. In HISE it will be the project folder // but in the compiled plugin it will use the parent directory to the // user preset directory (which is usually the app data folder). Engine.dumpAsJSON(data, "../RegistrationInfo.js");
i think the issue is as @aaronventure said and its a flag that im missing but im really not seeing where. it works fine, just under certain condition. the folder needs to be present but empty.. gotta mean im doing something wrong in packages i think
-
RE: Simple Copy Protection MacOS Issue
@aaronventure thanks, where do i enable write permissions? i tried in packages but no luck
-
Simple Copy Protection MacOS Issue
i am attempting to use hise simple copy protection for a plugin. its working fine on windows but on mac the serial is not being written to RegistrationInfo.js file. it just keeps reprompting.
the file needs to be written to the application support/my company/my plugin folder but it seems some hidden permissions setting is preventing it? have any of you had this?
-
RE: Is it possible to set a custom StepSize
@ustk you sir are the man, thank you
-
RE: SliderPack popup value.
do you know if this was ever implemented? @d-healey
-
Is it possible to set a custom StepSize
I want to do this specifically with the sliderpacks. i understand the range needs to be 0.0 to 1.0 but id like to set it to a custom step size like 0.04 etc. is this possible with scripting?