Posts made by Adam_G
-
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?
-
RE: WebView Doesn't Work in Compiled Plugins and Stand-alone Apps
@DabDab did you ever get a resolution for this? my webview is working on one computer but not the other with seemingly the same setup. im a bit lost haha
-
Question about plugin 'Focus'
Hi guys, I've noticed that in FL Studio my plugin basically "takes over" the keyboard. Meaning when it's selected, the spacebar doesnt play/stop as usual. Does anyone know the fix for this?
I see we have Focus in the api now, is this what needs to be called?
-
RE: WebView Doesn't Work in Compiled Plugins and Stand-alone Apps
getting the same issue as @DabDab
-
Tone.js in WebView
Is it possible to use to Tone.js to send sound to Hise through a WebView? trying and Tone js is being loaded but im not getting any sound.
-
RE: Reading DAW Grid Time Value
@ulrik no unfortunately this wouldn’t work as I need the time in samples to be passed and perfectly synced with DSP’s audio buffer. In my second comment there’s a media fire link you can download and
you can see im using the hise:TempoListener in C++this is a very simple and easy thing to do in juce by just calling getAudioPlayhead on the plugin processor and passing it to the dsp processors. But hise doesn’t seem to expose this info in c++ unless im missing it. maybe @Christoph-Hart could clarify that?
-
RE: Reading DAW Grid Time Value
thank you @ulrik and @d-healey
yes i have some existing c++ modules written in juce that i want to add to hise.
@ulrik this seems to be code for getting the beatChange and timeSignatureChange in HISE, what i actually need is for the Host's/Daw's exact time in samples to be passed down to my C++ DSP's processor block. is this possible?
-
RE: Reading DAW Grid Time Value
here is the cpp code im working in https://www.mediafire.com/file_premium/666rbfnyuxrxkjn/message%25283%2529.txt/file
-
Reading DAW Grid Time Value
hey all, im trying to write a juce class to read this value in my hise plugin - -
These work and get called appropriately:
void onTransportChange(bool isPlaying_, double ppqPosition) override
void tempoChanged(double newTempo) overrideThis doesn't work and never gets called:
void onResync(double ppqPosition) override
Does anyone know how to accomplish this?
-
RE: Windows installer detected as virus when downloading
@DanH 6.1.2 is working for me
-
RE: Windows installer detected as virus when downloading
@d-healey well i agree with you but you'd only be "blocked" from downloading an exe on windows that was detected to have a virus. if thats what happened its worth a look