@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
-
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