HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • Oli UllmannO

      SlotFX.getParameterProperties() gives back undefined value

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      0 Votes
      7 Posts
      215 Views
      Oli UllmannO

      @d-healey
      Great, thanks. I'll see if I can learn something... :-)

    • U

      Calling an Envelope on a Timer

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      3
      0 Votes
      3 Posts
      138 Views
      ulrikU

      @Unversed said in Calling an Envelope on a Timer:

      Hello!

      I am new to HISE, and I have an idea for a "pumper" style effect that I just can't figure out.

      I want to create an effect that essentially triggers an Envelope on an adjustable tempo-based timer. It isn't revolutionary, but it is an interesting effect I would like to use.

      Hi and welcome!

      I've attempted a few iterations of this concept, but I end up getting snagged at the end by something I didn't understand about the fundamental program (LFOs not exporting with Effects was a big one), so I figured I would ask here before I spend some time on the next iteration.

      Is the LFO triggered by midi?
      In that case, not all daws let FX plugins to read midi, that might be the problem

      With the Envelope approach, I can't seem to figure out how even to get an Envelope onto the Master at all. Do I need to create a separate container? Through scripting, does it even matter where the said Envelope is, as long as I can call it to run and push its value onto the gain?

      Anything would be appreciated, thanks :)

      Could you provide a snippet of what you have tried?

    • YinxiY

      Display slider value with custom font, size, and position

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      6
      0 Votes
      6 Posts
      241 Views
      YinxiY

      @It_Used wow thanks that’s awesome ! I’ll be able to dig into all of this.

    • elemen8tE

      Panel Callback with fx

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      275 Views
      elemen8tE

      @HISEnberg alright got it! Never worked with the autocomplete, but seems like a grea idea :D

    • HISEnbergH

      Reference External C++ Node as Audio Sample script - is it possible?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Feature Requests
      11
      1 Votes
      11 Posts
      376 Views
      HISEnbergH

      @Christoph-Hart I'll try it again but last time I tried it failed to compile. The recorder node is more or less what I am after though. There's a number of features my node possesses that aren't featured here like playback speed, reversing, etc. But I should study this node and see if I can't replicate it.

    • D

      [Feature Request] Quickly open files

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      8
      0 Votes
      8 Posts
      257 Views
      D

      @daniloprates said in [Feature Request] Quickly open files:

      hi_scripting/scripting/components/ScriptingCodeEditorHelpers.cpp:117

      Ops, line 717, not 117

    • Christoph HartC

      The big bug tier list

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      72
      9 Votes
      72 Posts
      25k Views
      It_UsedI
      Envelopes in the scriptnode modulator - not recive Midi CC messages.

      How recive midi cc events in scriptnode envelope mod? I has been add a Flex AHDSR, but this is no recive midi cc messages. i tried a more methods for a day, but i didnt take a resault.
      Without scriptnode, build-in envelopes has recive midi cc messages...
      i use it in sampler gain modulator, use it with sustain pedal, if i use midi_cc node - this is working, progress slider on this node - changed while i press/release my sustain pedal, but if i press pedal - any envelope do not apply sustain on sound.
      https://github.com/christophhart/HISE/issues/782

    • D

      callWithPOST change content type

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      19
      0 Votes
      19 Posts
      777 Views
      d.healeyD

      @Christoph-Hart I think the first one is the safest option

    • pcs800P

      Setting analyser colors when source is a parametric

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      189 Views
      ChazroxC

      @pcs800 can you screenshot your property editor for your analyzer?

    • ILIAMI

      Bypassing scriptnode Bypass node via knob

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      7
      0 Votes
      7 Posts
      359 Views
      ILIAMI

      @ulrik Awesome, thank you so much

    • d.healeyD

      Moonbase

      Watching Ignoring Scheduled Pinned Locked Moved General Questions moonbase
      15
      0 Votes
      15 Posts
      819 Views
      HISEnbergH

      @tobbentm This looks like excellent work and sounds very promising. Please keep us updated when you integrate JUCE 6 compatibility. Would really love to see a HISE-example integrating Moonbase as well for us here to test out when it's ready :)

    • P

      Modwheel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      163 Views
      d.healeyD

      @paper_lung Isn't that what you want?

    • D

      Full file paths shown after using `setCurrentExpansion`

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      105 Views
      D

      @Christoph-Hart awesome, thanks!

    • ulrikU

      Export sample map as monolith

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      8
      1 Votes
      8 Posts
      274 Views
      ulrikU

      @d-healey Yes that is what I showed in the video, that it is possible

    • Dan KorneffD

      AAX compile error - Develop branch

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      12
      0 Votes
      12 Posts
      2k Views
      ustkU

      @Dan-Korneff No worries mate! 🤗

    • C

      VST quite large

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      7
      0 Votes
      7 Posts
      266 Views
      Christoph HartC

      @coupe70 ah yes, iPlug has a notoriously small binary size and a very basic feature set if you compile a minimal example. Any JUCE made plugin has at least ~12MB of size because there are more things included (graphics frameworks, plugin wrappers, other stuff). HISE adds some things onto that - even if you just compile a effect plugin with a simple filter, the binary will include the code for the streaming sampler module, the scripting engine and all the rest.

    • M

      HISE crashes when setOnGridChange(true, onGrid) is used

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      2
      0 Votes
      2 Posts
      140 Views
      M

      I figured it out.
      In case someone else gets stuck at this point. When calling synchronously, the parameters of the function must be complete:

      const var th = Engine.createTransportHandler(); th.setSyncMode(1); th.setEnableGrid(true, 5); inline function onGrid(grid, timestamp, first) // Parameters need to be complete { Console.print(grid); } th.setOnGridChange(true, onGrid);
    • pcs800P

      Latency issuewith fx.pitch_shift

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      128 Views
      iamlampreyI

      @pcs800 the pitch shifter node is broken, you can roll your own using Rubberand (or signalsmith or any other license-compatible library)

      https://forum.hise.audio/topic/13256/tutorial-real-time-pitch-shifting-with-rubberband?_=1760500331839

      FFT-based pitch shifters will always introduce some latency, it's unavoidable

    • iamlampreyI

      LAF that keeps the text-entry field?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      180 Views
      iamlampreyI

      @d-healey jesus christ im so embarrased to have never tried that

    • elemen8tE

      Arp doesn't trigger global Envelopes

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      89 Views
      elemen8tE

      @Christoph-Hart Ah yes that fixed it thanks!