• Macro Modulation Issue, Need Help

    17
    0 Votes
    17 Posts
    706 Views
    Adam_GA

    @Natan said in Macro Modulation Issue, Need Help:

    @MikeB Thank Dear Mike :folded_hands: But Your Snippet Rejects The Connections Again.

    The Only Solution I Found With Help From @d-healey Was to Store The Names In An Array And Call Them In obj.Text.
    And It Works Just Fine :)

    hey @Natan :) would you mind sharing an example of this? im having the same issue with macros and cant make it work :\

  • I cannot get hte audio analyzer to work.

    9
    0 Votes
    9 Posts
    346 Views
    G

    @gryphonsegg I got it. Just needed to se the index to 1

  • IR's and the best ways....

    3
    0 Votes
    3 Posts
    109 Views
    Dan KorneffD

    I'm sampling my stuff at multiple samplerates and then loading the appropriate IR according to the host samplerate.

  • Plugin Parameter - global disable

    15
    0 Votes
    15 Posts
    438 Views
    LindonL

    @Matt_SF said in Plugin Parameter - global disable:

    @Lindon take the lazy road : grab and store everything you need in an array or object. Write everything in a file. Include that file in your script 😜

    thanks guys I'm taking the even lazier road - copy the project - do it there...it needs its own plugin name anyway...

  • Preset not saving all parameters

    2
    0 Votes
    2 Posts
    199 Views
    LindonL

    @pushkin maybe post a snippet...

  • Viewport Text Alignment

    3
    0 Votes
    3 Posts
    146 Views
    CasmatC

    @ustk thanks!

  • Issue building HISE plugin

    3
    0 Votes
    3 Posts
    286 Views
    toxonicT

    @d-healey Hey David, yeah I did. But I already managed it to compile the plugin, just by changing the path in the juce_VST_Wrapper.cpp to an absolute path on my system.
    Not an elegant solution, but worked for me. But nevertheless, I'd love to know, why it won't compile otherwise.
    I tried to point to the VST3 SDK folder as well as the vst2.x folder inside it, none of them worked.
    I also renamed the VST3 SDK folder, to VST3_SDK , because I thought, it might got something to do with the empty space in the directory name... didn't work either.

  • Where is everyone learning HISE and Scriptnode?

    8
    1 Votes
    8 Posts
    444 Views
    G

    @Matt_SF ok great! Will do.

  • Two Arpeggiators. Bypass/reset independently

    13
    0 Votes
    13 Posts
    553 Views
    hisefiloH

    @ulrik @ustk Wow mates this is so interesting! thank you so much!
    I think this should be added to the HISE source since is the expected behavior for arps. And maybe the KillNotes also as another hardcoded script processor.

  • single slider for multiple parameters with no macro's?

    5
    0 Votes
    5 Posts
    378 Views
    P

    @Lindon Thank you! That worked flawlessly.

  • Fader/mixer between multiple samplers

    7
    1 Votes
    7 Posts
    500 Views
    bendursoB

    @rzrsharpeprod Glad it worked for you :)

  • MultiChannel display...

    4
    0 Votes
    4 Posts
    218 Views
    LindonL

    Okay well this just got - slightly strange......

    Before I set off on the long haul through previous HISE commits trying to find one that worked I remembered I made one small change to the way this thing managed dry/wet signals - so I focused on that:

    Here is the problem child, this innocent looking script node set up:

    09865640-fca2-4054-acca-7ff3f8f4b146-image.png

    -- yeah innocuous enough, its using 4 channels - but it works fine - and its set up to compile using 4 channels:

    71d14c21-dfb9-4600-8626-8534af56c63a-image.png

    So......

    *If you compile this and run it in a HardCodedFX module - then it wont crash...

    BUT:

    if you include the module as is in its uncompiled state - crash every time....

    -- so to be clear: runs perfectly in HISE, compiles perfectly - crashes PluginVal and wont load at all in Reaper...

  • How to make it

    16
    1 Votes
    16 Posts
    881 Views
    JayJ

    @ulrik Thank you so much, you're right

  • One preset name behind on prev/next buttons

    2
    0 Votes
    2 Posts
    223 Views
  • Preset Loading HISE Crash

    2
    0 Votes
    2 Posts
    98 Views
    CasmatC

    @Casmat After some looking, found that my btnPresetBrowserClose call in my load preset listener wasn't defined, works now!

  • Is Double Clicking On Viewport Supported?

    6
    0 Votes
    6 Posts
    244 Views
    CasmatC

    @ustk @ulrik Thanks to both! Makes sense now! Did not know about the event.doubleClick function, pretty useful! I thought I might have to do some ugly timer stuff! 😆

  • MPE mod jassert

    2
    0 Votes
    2 Posts
    108 Views
    d.healeyD

    Bump bump, still getting this issue

  • is this right?

    2
    0 Votes
    2 Posts
    183 Views
    d.healeyD

    This has come up a few times recently - https://forum.hise.audio/topic/7805/save-preset-in-path

    It's better if you give your threads more meaningful titles ;)

  • new preset browser

    3
    0 Votes
    3 Posts
    238 Views
    Dan KorneffD

    I made a little function to pull a file name from a url. Maybe something similar might work for you.

    inline function extractFileName(string) { local fileName = string.split("/").pop(); // Extract the file name return fileName; }
  • 0 Votes
    9 Posts
    451 Views
    Adam_GA

    @gryphonsegg the way ive always done it is per @d-healey tutorials so via combobox. the combobox value is saved in each preset so when you load the preset the combo box sets the loaded sample map. works well

21

Online

1.7k

Users

11.8k

Topics

102.6k

Posts