• Customize Dialog and Procedure On First Plugin Load (hr1 sample archive)

    8
    0 Votes
    8 Posts
    863 Views
    gorangroovesG

    @LeeC I have not created a solution for this as of yet. I was planning to set up the installer to create the necessary reference file. There was some talk about this same issue recently here on the forum. Have a look at the recent posts, there may be an answer to it.

  • Changing CTRL+S shortcut to Save as XML in source?

    9
    3 Votes
    9 Posts
    637 Views
    ustkU

    @d-healey Absolutely, whatever shortcut as long as we have both ;)

  • DSP Development Pipeline

    5
    0 Votes
    5 Posts
    559 Views
    Christoph HartC

    Hmm, actually it would also be possible to create a static library that you can use in the compiled plugin, but this complicated the build process a little bit.

    If you can rewrite it in SNEX, then obviously yes, that would be the best option (also SNEX is a 100% standard compliant subset of C++, so the conversion to a compiled node is pretty straightforward).

  • Scriptnode - halve frequency

    14
    0 Votes
    14 Posts
    1k Views
    C

    Great it's fixed, thanks @Christoph-Hart

  • Export - System can not found a chosen path WIN10

    14
    0 Votes
    14 Posts
    1k Views
    Christoph HartC

    the last error message just tells you that you can't run a .dll on its own (but the compilation went through fine). That is most likely because you have built the plugin version of HISE. You either need to build the standalone project or load this plugin into a host.

  • Can multiple plugins have the same plugin code?

    2
    0 Votes
    2 Posts
    141 Views
    LindonL

    @TNTHM yes.

  • samples not working after instalation

    4
    0 Votes
    4 Posts
    475 Views
    M

    @d-healey I compiled the vsti again and now it works after i restart the plugin..could it be because I was transfering the plugin to the vst3 folder? Now that i had all the files in the vst plugins folder it worked...anyway thank you (and also for the great video tutorials)! :)

  • 0 Votes
    11 Posts
    1k Views
    D

    @ustk
    I have watched all of them, but because it is not in my 1st language and I am in a huge time press I might have missed something... I will try something tomorow... I had enough today :D thanks man :)

  • Analyser Oscilloscope Waveform On/Off (SOLVED)

    7
    0 Votes
    7 Posts
    533 Views
    ustkU

    @SteveRiggs
    @Lindon's right, that's easier this way, even if both are good....

  • scriptnode - filtering Half-Rectified signal not possible

    1
    0 Votes
    1 Posts
    247 Views
    No one has replied
  • Mojave - Signing Plugins

    2
    0 Votes
    2 Posts
    175 Views
    Christoph HartC

    Just like any other app with the codesign command line tool

  • How do you get the numbers to appear when you control a custom knob?

    3
    0 Votes
    3 Posts
    367 Views
    SteveRiggsS

    @Eskano Bear in mind that they only appear if you're controlling the slider with the mouse though. If you are using a MIDI controller they won't pop up. It only seems to work when moving them with the mouse.

  • Reskin your knobs

    3
    0 Votes
    3 Posts
    617 Views
    T

    @d-healey Thanks a million!

  • Change filmstrip on button click?

    16
    0 Votes
    16 Posts
    919 Views
    T

    @d-healey , @Christoph-Hart , @ulrik , @Lindon , thanks so much for your help! I managed to get it to work thanks to your suggestions :-) Cheers!

  • Sampler Offset ?

    2
    0 Votes
    2 Posts
    284 Views
    Christoph HartC

    Take a look at Message.delayEvent(), this function should provide anything you need. Just make sure that you delay the note-off for the function too or you might end up with stuck notes (if you play fast notes and delay the note on it might come after the undelayed note off and will ring forever).

  • Dumb Question - How to Extract

    3
    0 Votes
    3 Posts
    404 Views
    M

    Got it thanks....

  • Direct HISE to Xcode version

    2
    0 Votes
    2 Posts
    208 Views
    Christoph HartC

    Looks like you‘ve pasted the solution along with your problem.

    Apparently there‘s some weird command line call you have to make to set the XCode version and it has nothing to do with HISE but a global OS setting.

  • MdaEffectWrapper

    8
    0 Votes
    8 Posts
    687 Views
    C

    @ustk hehe, yeah sorry this turned into a personal mind mapping thread about how to create a subharmonic synthesizer for real-time audio :)

    So the simplest way to create subharmonics one or two octaves below the fundamental would be to halve the frequency of the fundamental, that’s what I’m struggling with in scriptnode

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • Installer Scripts: Window : inno

    7
    2 Votes
    7 Posts
    776 Views
    Christoph HartC

    Not sure where I stole this Pascal script stuff from, but it was lying around in some public forum (either JUCE or KVR).

16

Online

2.0k

Users

12.8k

Topics

110.9k

Posts