HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. griffinboy
    3. Topics
    • Profile
    • Following 8
    • Followers 7
    • Topics 109
    • Posts 814
    • Groups 1

    Topics

    • griffinboyG

      Add XSIMD to hi_tools by default?

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      5 Votes
      1 Posts
      47 Views
      No one has replied
    • griffinboyG

      Parallel Threaded Voices in Hise?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      45 Views
      griffinboyG

      @Christoph-Hart said in Parallel Threaded Voices in Hise?:

      If your synth is able to max out a single core it won‘t work in a musical context anyway

      Maybe I phrased it a little wrong, I'm talking about SIMD.
      Many synths for example use SIMD for batching unison voices, or voices in general, or left right channels even, and processing them in parallel. This is common, no?

      I was talking about parallelism rather than just threading.

    • griffinboyG

      Do global cables contain a refrence, or real data?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      2
      0 Votes
      2 Posts
      63 Views
      Christoph HartC

      @griffinboy yes it copies the data so that it works across the DLL boundary of the network DLL (otherwise it would be very prone to crashes). Once it's in HISE it will be referenced (so if you attach multiple callbacks they will use the same data object).

    • griffinboyG

      Midi Script Processor - How to callback from a ui control?

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      6
      0 Votes
      6 Posts
      150 Views
      griffinboyG

      @d-healey

      Interesting.
      Okay I've never done this before I didn't know set attribute could be used that way.
      I'll have a go

    • griffinboyG

      Synth.addPitchFade() - Can this be used in a scriptnode synth?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      135 Views
      ulrikU

      @griffinboy Thank you! 👍

    • griffinboyG

      What's the deal with this assert? isMonophonicOrInsideVoiceRendering()

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      3
      0 Votes
      3 Posts
      95 Views
      griffinboyG

      @Christoph-Hart

      Good to know that it wasn't anything bad. It didn't seem to be breaking anything.

      Is it okay for me to use this function then? It says that I shouldn't here unless I'm rendering. But I couldn't really see why, so I've been using it

    • griffinboyG

      c++ callback for voice stop?

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      5
      0 Votes
      5 Posts
      141 Views
      griffinboyG

      @griffinboy

      edit* Rephrased into a more answerable question hopefully!

    • griffinboyG

      Global Cables Don't Work when compiled

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      24
      2 Votes
      24 Posts
      800 Views
      griffinboyG

      @Christoph-Hart

      08acaf42-bb5e-4882-9a57-48678a5a5f49-image.png

      well, all hope is not lost lol

    • griffinboyG

      UI Thread vs Audio Thread (c++ nodes)

      Watching Ignoring Scheduled Pinned Locked Moved Solved C++ Development
      3
      0 Votes
      3 Posts
      135 Views
      griffinboyG

      @Christoph-Hart

      Thanks I'll look into it!

    • griffinboyG

      Feature: Single Channel Audio waveform Display

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      7
      1 Votes
      7 Posts
      136 Views
      A

      @griffinboy i suspect that implementation will just be a stretching of the path across a different area, haha.

      For multiple channels, you'll probably find it easier to do using the new Rectangle() object.

    • griffinboyG

      [Free Dsp] Unfinished Self Oscillating Filter

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      1
      7 Votes
      1 Posts
      70 Views
      No one has replied
    • griffinboyG

      Consistent sensitivity for Sliders / Knobs (size agnostic)

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      0 Votes
      1 Posts
      34 Views
      No one has replied
    • griffinboyG

      Get Modwheel value? (Callback)

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      3
      0 Votes
      3 Posts
      56 Views
      d.healeyD

      @griffinboy said in Get Modwheel value? (Callback):

      if(Message.getControllerNumber() == 128) // Pitchwheel

      There's also a constant for this Message.PITCH_BEND_CC

    • griffinboyG

      Load / Get Audio Files From Folder?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      7
      0 Votes
      7 Posts
      134 Views
      griffinboyG

      @d-healey

      Lol, thanks. I'm definitely still not used to it!

    • griffinboyG

      Customise AudioWaveform to be Mono?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      76 Views
      ChazroxC

      @griffinboy I digress.

    • griffinboyG

      How to Load Audio File Using Scripting? (External Data)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      10
      0 Votes
      10 Posts
      100 Views
      griffinboyG

      @d-healey

      Worked!
      Great, thanks David.

      Answer:

      const var ScriptnodeSynthesiser1 = Synth.getAudioSampleProcessor("Scriptnode Synthesiser1"); inline function onButton1Control(component, value) { if (!value) return; FileSystem.browse(FileSystem.getFolder(FileSystem.Downloads), false, "*.wav", function(file) { if (!isDefined(file) || !file.isFile()) return; ScriptnodeSynthesiser1.setFile(file.toString(file.FullPath)); }); }; Content.getComponent("Button1").setControlCallback(onButton1Control);
    • griffinboyG

      [Free Dsp] Lookahead Limiter (true peak)

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      15
      10 Votes
      15 Posts
      339 Views
      ustkU

      @griffinboy For what I understand, it's not Hise to support latency, be it variable or not. Hise just reports what you want, so if you want it to be variable, technically, you should be able to do it.
      But the DAW might not like it... It doesn't seem to be something "normal" to report a continuously changing value, but I can't refer to anything else than my own perfectible thoughts...

    • griffinboyG

      [Free Dsp] Oberheim-8 Analog Filter

      Watching Ignoring Scheduled Pinned Locked Moved C++ Development
      6
      12 Votes
      6 Posts
      241 Views
      T

      Thank you!!!

    • griffinboyG

      Mac OS troubles - Export as DLL error

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      48 Views
      ustkU

      @griffinboy I am using the DLL export at this very moment with the latest version successfully
      Have you tried to run Export -> Setup Export Wizard ?

      So you are saying it's the old version that doesn't have the new export window,
      and you are trying to build the last version of Hise to get this new window but the build fails?

    • griffinboyG

      How do you query the voice number?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      6
      0 Votes
      6 Posts
      142 Views
      A

      @griffinboy you should set your fictional voice count, assign ids to array indexes and remove them when releasing notes. Then you can check along the array to fill the first empty index with a new od and set event data based on the index.

      Your event data for individual voices is in another array, obviously, all ordered by voice order.