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
    • YinxiY

      Display slider value with custom font, size, and position

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      6
      0 Votes
      6 Posts
      237 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
      270 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
      375 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
      255 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
      775 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
      186 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
      354 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
      813 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
      104 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
      272 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
      263 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
      127 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
      179 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!

    • MorphoiceM

      Saturation Models (Neve, Tweaker, Oxford Inflator) in FAUST

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      23
      5 Votes
      23 Posts
      6k Views
      YarostY

      that its awesome!! can you make with SSL and API?

    • S

      Neural Amp Modeler (NAM) in HISE

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      39
      0 Votes
      39 Posts
      6k Views
      pcs800P

      @sinewavekid Yes, i would love an example snippet too