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

    8
    0 Votes
    8 Posts
    689 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
    335 Views
    ustkU

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

  • DSP Development Pipeline

    5
    0 Votes
    5 Posts
    393 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
    729 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
    124 Views
    LindonL

    @TNTHM yes.

  • samples not working after instalation

    4
    0 Votes
    4 Posts
    366 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)! :)

  • Can you export LFO as an fx plugin?

    7
    0 Votes
    7 Posts
    499 Views
    C

    Like @d-healey said
    @TNTHM you can modulate almost any parameter within the HISE environment. But you can’t use a exported HISE FX plugin to modulate parameters of a DAW as far as I know.

    So if you’re trying to do a simple volume chopper for example you can always modulate the gain parameter of a Gain module in HISE. Same goes for Pan or whatever.

  • 0 Votes
    11 Posts
    883 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
    425 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
    210 Views
    No one has replied
  • Mojave - Signing Plugins

    2
    0 Votes
    2 Posts
    162 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
    256 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
    517 Views
    T

    @d-healey Thanks a million!

  • Change filmstrip on button click?

    16
    0 Votes
    16 Posts
    831 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
    213 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
    250 Views
    M

    Got it thanks....

  • Direct HISE to Xcode version

    2
    0 Votes
    2 Posts
    177 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.

  • Syncing/Time stretching via Sampler

    5
    1 Votes
    5 Posts
    256 Views
    B

    @d-healey Thank you for answering.

  • MdaEffectWrapper

    8
    0 Votes
    8 Posts
    435 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

19

Online

1.6k

Users

11.5k

Topics

99.6k

Posts