@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: 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
-
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
-
RE: Windows installer detected as virus when downloading
@d-healey makes sense. never had to deal with it personally though. virustotal and then windows defender output will tell you if its being flagged for that if im not mistaken . id compare the two. sounds fishy to me
-
RE: Windows installer detected as virus when downloading
@d-healey is that a windows 11 thing? afaik windows hasnt required certificate signing in the same way macos has