• Sustain pedal gets stuck on compiled plugin

    3
    0 Votes
    3 Posts
    157 Views
    MorphoiceM

    @aaronventure also held keys just stop when the sustain pedal is released, even though the key is still pressed. this happens with faust envelopes

  • loadEncryptedObject; cant manage to Un-encrypt file data

    8
    0 Votes
    8 Posts
    834 Views
    C

    @ustk said in loadEncryptedObject; cant manage to Un-encrypt file data:

    HiseSnippet 1062.3ocsVstaaaCElxwZXVcsXEXO.B9Wx.Y1xsocC0nnY9VgwZRLlSK19UAMEcLajHEnnRpQgA1i7dC1NjRxR1wsK0.0AH1mq76bgmCmJEDZRhPhrZb4pXJx5GrmshqVNXIlwQSFhrdj8Y3DEU5lwp+pXbRBM.YYczq0LrZTGY97OupONDyIzRVHz6DLB8MrHlpj6zS+cVX3Xb.8RVTEsO4zIDAefHTjB34HaeTLlbM9J54XsZ0rQVe2n.lRHmovJZBnSeQvpYKE2xyz+crD17PplnKZF3nL1nAKYgASKh0DDxp9zxH+nrH+mrOiEv1vuLC7iFAtkVTMGXUaaHUeKH08yAowhv.sC9LvypB7pmAuGaOiHYwpRIZr8.6Ibn3r.Co8pvJSWTs+pt8.AnAW0NBeMcrDH1Xg2y88O18Y99s58PG8e2fktAXE9RwHNQtJV49R2O0bkHMl07EcO107SQyW3utWtxTiZzfgfUFm3zoSgsKXgTWA2cdpRAeQBYjqcX7PFm5tHkSTLfqfmqtFlRQnGQDEK3.fO18FbXJskymbbgOgBBNzc1JnWLZR..rwf6yHaeEUUHvqUOGi9rEd41qox7QoedaBUNcx4faZ18IO8jl81HuSm9RwsITWkvUsjZhhcLVexCYRJAp6qtCRLkVoWEllCSRSnpjVZMlhkP7swCd5zewIr4GacHZqLcIZtdM0Xp8GRZ1p8sRlhlmAoAWL+Cf9daUBOtHVakEiqcV2yonmP61h7sWybK.2lPKpGCvggygqgd6Vnz4Yc0dXVKftPmnvRUZ7cpw4cIWvei.CEnsJn6uPzoyqoJWZQbYJBcDlny04aegv7us5syc9+eAIDBwcqGkEf0lvK6L5zwczGojTEsZtambUuJWTNWnnWvM4uFNqcb2UzhE6UVd8JDRE6SrdFr7KYnGOMZNUV45nQQXvz1S9dv8axGIq0qhhB9DNScQLMmtb1nVVVTWH0GsIXqxpLFqx0DZ6QsRV2czKJ+pgdHbt5fpJyH3GkOBtuYfFhAXrgcdwFYxNUW8gd6DcmSgi.eBmSLUpX5rk0P5MvpwrY6MrGRStVIhM5leeDYYeON1OVdj7SWsg3uCNkkblHB7CVBrspgt6JEXwlHHMDq1damdsdt.nQXq0J5UG7DlZU009eEq.826Jvt6qNbOg6ismxTjk6Gu01Cdg5w2Z7l+fhGZOZwB39eIXqaO9OOzWO7U.k+PjpX7qNCqjLn+v97znYvapHT.IbNMDNHangPapg1WSqyLyn7.Cw+BexE1USakKragPTDlHEumjcCQ+jku2vAvD27ZsFvyFAZ2tEWLrs8a6ihfWR8dBQmJ9Y.662lmb.17zCvlSN.ad1AXyyO.a9kCvle8KZi9Qr+VpRDkcMAXLcjY.kk0HNF5xLcjn+C.30vVU

    Thank you!!!!

  • Timestretch tempo sync, Num Quarters question

    15
    0 Votes
    15 Posts
    685 Views
    d.healeyD

    Ok here's the solution - well it doesn't answer my question but it gets the job done.

    const var Sampler1 = Synth.getSampler("Sampler1"); const th = Engine.createTransportHandler(); th.setOnTempoChange(true, updateTimeStretchRatio); // fetch the current state const var obj = Sampler1.getTimestretchOptions(); // Apply your changes obj.SkipLatency = true; // Update the options Sampler1.setTimestretchOptions(obj); inline function updateTimeStretchRatio(newTempo) { local ratio = newTempo / 140; Sampler1.setTimestretchRatio(ratio); }
  • Number of vst plugin parameters

    4
    0 Votes
    4 Posts
    201 Views
    A

    @Christoph-Hart

    @Christoph-Hart said in Number of vst plugin parameters:

    There are ways to use dynamic plugin parameters for this scenario.

    Thank you! I'll definitely gonna look into that.

    Actually my synth has almost fully separated LR channels, and i really wanna give users an option which is setting some basic stuffs independently on each channel so a lot of these parameters are doubled. Also, there're several complex mod matrices and unison effects need to be done, which probably gonna bring another bunch of parameters here. Anyway I'll keep that number as lower as i can.

  • [SCRIPTNODE] clone_forward to multiple targets?

    4
    0 Votes
    4 Posts
    74 Views
    Christoph HartC

    @ustk ah now I understand, yes I think you need one clone forward node per container.

  • Most Current Packaging Ideas?

    15
    0 Votes
    15 Posts
    244 Views
    d.healeyD

    @Chazrox There is no watermark or paid version of Whitebox Packages, it's free of charge - http://s.sudre.free.fr/Packaging.html

  • I am looking for clarification regarding 'framex_block'

    1
    0 Votes
    1 Posts
    75 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    11
    0 Votes
    11 Posts
    58 Views
  • unsigned VST3 issue on MAC (unknown developer)

    12
    1 Votes
    12 Posts
    674 Views
    A

    @Morphoice that depends on where the file is, right? but if you're gonna do it from the packages installer, then yeah you'll need elevated permissions.

  • Channel amount mismatch when a MIDI port is enabled

    4
  • 1 failure compiling blank project

    18
    0 Votes
    18 Posts
    1k Views
    J

    @EwanBristow No.
    But I'm able to open HISE, code, compile and export VST (plugin and standalone).

  • Airwindows again

    9
    1 Votes
    9 Posts
    951 Views
    Christoph HartC

    @HISEnberg sure, slap that airwindows node into a oversample container and compile the network again. You could also wrap around the oversampling template on the C++ level, but in the end it won't matter on a performance scale as it should compile down to more or less the same machine code.

  • Rnbo patch with multiple buffers

    1
    0 Votes
    1 Posts
    161 Views
    No one has replied
  • How can you tell if you have a VST2 or VST3 license?

    21
    0 Votes
    21 Posts
    2k Views
    hujackusH

    @clevername27 said in How can you tell if you have a VST2 or VST3 license?:

    @hujackus I wouldn't worry about it. Just do your thing. I don't think Steinberg will mind.

    I'm just trying to comply with the open source terms set by HISE. It is impossible for me to release my VST2 version because of not having a VST2 license from Steinberg, and even if I did have a license I would not be able to release it because HISE requires the project to be fully open source under GPLv3 (unless I purchase the Indie commercial license).

    In fact, nobody can release a VST2 under the HISE Open Source License. It was never possible. Therefore, I must consider VST3 only if I am to use HISE. It has taken a lot of review to come to this conclusion. Right now I'm just trying to find out if it is true that I don't need a VST3 license from Steinberg if I only release using GPLv3.

  • VU METER

    22
    0 Votes
    22 Posts
    4k Views
    d.healeyD

    @Chazrox said in VU METER:

    Is there a more comprehensive documentation on HISE anywhere

    There's the tutorial repo (some of the older examples might not run as expected without modification) https://github.com/christophhart/hise_tutorial

    There's also the snippet browser within HISE.

    There's lots of snippets on the forum.

    And there's my YouTube channel.

  • Massive instrument model - is messing with my mind.....

    75
    0 Votes
    75 Posts
    7k Views
    LindonL

    @d-healey okay let me reconfigure like that then and give it a test....

  • Midi Choke Groups? Polyphony modes?

    3
    0 Votes
    3 Posts
    118 Views
    ChazroxC

    @Lindon Thanks! I just found out theres a midi choke module. I can use that to accomplish what I was trying to do I think. Im not familiar with coding so any little bit is alot for me. lol

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • CPU usage - clone container

    3
    0 Votes
    3 Posts
    175 Views
    A

    @Christoph-Hart

    @Christoph-Hart said in CPU usage - clone container:

    have you compiled the network to a C++ node already?

    No, because I'm still working on the faust node inside the container.

    I made it a little bit lighter and the cpu usage dropped down to about 50% now.

  • Gradient banding reduction

    26
    0 Votes
    26 Posts
    1k Views
    ustkU

    @Christoph-Hart In the same vein, mask aren't rescaling properly with the interface zoom. I thought this was fixed long ago.
    There probably are other methods with the same issue...

    maskRescale.gif

14

Online

2.0k

Users

12.8k

Topics

111.1k

Posts