@ustk ahh that's what I was doing wrong. I didn't set the buttons to isMomentary. That just fixed it. Thank you !
Best posts made by kameron
-
RE: One Click Button Instead of Two Clicks
-
RE: macOS Big Sur Xcode Compile Semantic Fail Errors
@nouslou No I ended up disabling IPP.
I was getting IPP errors even though I had it installed. I haven't gone back to try to enable it yet
Latest posts made by kameron
-
Sample Import Root Note
I am trying to create a way where users can manually set the root note of an imported sampled. I am using the custom import sample demo project but am looking to add in this function.
The idea would be to have a combo box or knob with note values and when one is selected it changes the root note of the imported sample.
I can't seem to figure out how to do this. Is this possible? Can anyone direct me on how to do this?
-
RE: Faust DSP to DLL errors
@HISEnberg thanks for the advice :folded_hands: I was able to get it to work after installing the most recent Develop Branch.
I also installed an older version of faust which may have helped
-
RE: Faust On Latest Windows..
Update..Hise build worked and faust errors have been fixed with the latest Develop branch that was just updated for latest Visual Studio 2022
-
Faust On Latest Windows..
Uploaded a post yesterday with compiling issues for faust effects on Windows (https://forum.hise.audio/topic/9683/faust-dsp-to-dll-errors/2?_=1716485513103)
I've Been trying to debug this for a few days now
What I am noticing is there is an issue either coming from the latest Visual Studio 2022 or the latest Faust.
I've also noticed that the latest Visual Studio 2022 will not successfully build Hise :
https://forum.hise.audio/topic/9675/snex-types-spanoperators-float-assign-is-not-a-valid-template-type-argument-for-parameter-_ty2/6This is what I am trying to build with currently:
Visual Studio 2022 v17.10
Faust v2.72.14I've also tried to roll back VS2022 to 17.8. This seems to build HISE but shows an error when trying to compile "The System Cannot Find the Path Specified"
My question is, those who are successfully creating faust effect plugins on Windows what Visual Studio 2022 version are you using and what Faust version are you using?
-
RE: 'snex::Types::SpanOperators<float *>::assign' is not a valid template type argument for parameter '_Ty2'
@Orvillain what version of Visual Studio are you using? I just updated to the latest VS2022 and I am getting the same errors
-
Faust DSP to DLL errors
I have just started to work with Faust. I was able to create some effects and successfully export them on Mac.
When I move over to windows I keep getting the same error every time I try to compile DSP to DLL. No matter what faust effect I have loaded up this same error shows:
I went ahead and made an empty project with one Faust effect loaded in and tried to compile and received the same error
I have faust installed at C:\Program Files\Faust and I have it enabled in my HISE build. Does anyone have any idea why I keep getting this same error ?
-
Custom Sample Import Save
I have been experimenting with the Custom Sample Import tutorial.
I was able to copy over the core code into a project I am working on.
Everything works as expected when dragging in samples. However, I noticed when I save a project in my DAW with a preset that contains a custom sample imported, once I re-open that project the imported sample is no longer there. I have to re import it.
Is there a way to get these imported samples to properly save?
-
RE: Reduce Width Of One Preset Browser Column
@d-healey just tried in another HISE build I have and it worked. So there must have been some type of error in the build I was using. Thanks for the response !
-
RE: Reduce Width Of One Preset Browser Column
This is what I first tried. However, no matter what I change the values to none of the columns change. Everything else seems to work such as the ColumnRowPadding but for some reason the width won't change
-
Reduce Width Of One Preset Browser Column
I am working on a new project and I am beginning to learn LAF and customizing the default preset browser.
I have a two column preset browser. I want to reduce the width of the categories column to allow more space for the presets column. Is this possible to do? If so, how can I do this?