Forum
    • Categories
    • Register
    • Login
    1. Home
    2. pcs800
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 84
    • Posts 424
    • Groups 0

    Topics

    • pcs800P

      writeAudioFile help

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      33 Views
      ustkU

      @pcs800 Or an array of buffers for stero/multichannel

    • pcs800P

      Auto Wah

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      190 Views
      pcs800P

      @pcs800 Never mind, I got it working.
      I forgot to connect the modulation target
      Thanks for the help.

    • pcs800P

      Writing data to a file

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      61 Views
      pcs800P

      @pcs800 Looks like I may have found my own answer.
      File.writeAudioFile(var audioData, double sampleRate, int bitDepth)

    • pcs800P

      Latency compensation not being triggered in daw

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      702 Views
      dannytaurusD

      @pcs800 Awesome! 🙌

    • pcs800P

      Making a counter

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      110 Views
      Dan KorneffD

      I'm using Activity Watch to track time on an app.
      ActivityWatch - Open-source time tracker https://share.google/Edb7SuzvFWQrHf5ZR

      Maybe you can borrow some code

    • pcs800P

      AI and Hise

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      165 Views
      pcs800P

      @David-Healey Ok, I will keep that in mind

    • pcs800P

      expr needs to be wrapped into a compileable DSP network

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      231 Views
      David HealeyD

      @pcs800 I found two related threads that might help

      https://forum.hise.audio/topic/7976/wrap-midi-node-in-compileable-dsp-network
      https://forum.hise.audio/topic/4364/snex_node-needs-to-be-wrapped-into-a-compileable-dsp-network

    • pcs800P

      Example snippets that cause Hise to crash on load.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      163 Views
      pcs800P

      @Christoph-Hart I updated to the latest dev build and the crashing no longer happens

    • pcs800P

      Splitting incoming signal

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      413 Views
      LindonL

      @pcs800 well 95 samples would make hardly any difference at all... whats the measured latency of your plugin?

      oh hang on youve already said:

      95.9ms, that's great. But how do I get the plugin to report that to the daw?

      Go read what @ustk said above.....

    • pcs800P

      Text input

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      249 Views
      David HealeyD

      @pcs800 said in Text input:

      Yes, but you cannot hit enter to move down a line.

      f431de1d-b0a3-4a75-8085-8a8271617a26-image.png

    • pcs800P

      Exporting a Script FX node and importing into another project

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      1 Votes
      5 Posts
      331 Views
      dannytaurusD

      @Lindon Makes sense 😀

    • pcs800P

      Muting bands in a script fx network

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      480 Views
      ustkU

      @resonant Not on happening on my end but, perhaps just interfacing a control.smoothed_parameter can help.

    • pcs800P

      How to get values from script fx node

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      753 Views
      HISEnbergH

      @pcs800 Ah ya it is a little hidden. In scriptnode click the arrows icon next to the parameter (on your compressor). Then right click the parameter and select "Copy range to source" and it will set the Macro control to the same values.

      example.png

      example2.png

    • pcs800P

      How to display dynamics.comp meter in plugin gui

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      845 Views
      LindonL

      @pcs800 all good then, have fun...

    • pcs800P

      Script FX gain node

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      697 Views
      pcs800P

      @Lindon I swear I tried that before and it didn't work, but of course now it does :-/
      Thanks!

    • pcs800P

      properly displaying frequency in a panel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      243 Views
      pcs800P

      @Lindon Well that was easy. I can't believe I overlooked that. I had copied the code from another project I did a while back. Thanks for pointing it out.;

    • pcs800P

      Setting analyser colors when source is a parametric

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

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

    • pcs800P

      Latency issuewith fx.pitch_shift

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      291 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

    • pcs800P

      haas is glitchy

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      260 Views
      HISEnbergH

      @pcs800 You can right-click any parameter in Scriptnode and change it's settings including the min-max values. There's also a bunch of control-nodes (checkout the control.minmax node) which allows you to map parameters that have different values.