• JSON file with Hex values....wont load.

    3
    0 Votes
    3 Posts
    343 Views
    LindonL

    @d-healey Yeah putting the h3x values in quotes seems to have worked...I should have tried that earlier - t-shirt time...

  • Linked SliderPacks with Arpeggiators

    4
    0 Votes
    4 Posts
    250 Views
    d.healeyD

    @bendurso It applies to sliderpacks within MIDI processors (like your interface MIDI processor).

  • Tile SVG pattern

    4
    0 Votes
    4 Posts
    202 Views
    Dan KorneffD

    <3 Best community ever

  • Juce & VST3 License Questions

    10
    0 Votes
    10 Posts
    2k Views
    CasmatC

    @bendurso Man that sucks! Guess I'll have to make due with vst3

  • Help with create script to control dynamics

    5
    0 Votes
    5 Posts
    381 Views
    guang-coderG

    @d-healey Thanks Brother

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • Categorized Sample Maps

    8
    0 Votes
    8 Posts
    355 Views
    Adam_GA

    @Fortune could this snippet be modified to cycle midi files instead of sample maps?

  • Connect Custom Vector Shape to Audio Visualizer

    2
    0 Votes
    2 Posts
    219 Views
    Adam_GA

    hey @Tania-Ghosh did you ever make any progress with this? id like to do something similar

  • Solo/Poly and Glide switch

    4
    1 Votes
    4 Posts
    257 Views
    Adam_GA

    @sjwilliams he also posted a demo project that shows how to use it here https://forum.hise.audio/topic/4621/true-legato-demo-project?_=1687669058934

  • 0 Votes
    3 Posts
    371 Views
    guang-coderG

    @d-healey Thank you brother

  • Move Columns Around In Preset Browser

    4
    0 Votes
    4 Posts
    169 Views
    d.healeyD

    @Casmat Yes, or adapt your design

  • Scriptnode Compressor Gain Reduction

    13
    1 Votes
    13 Posts
    2k Views
    resonantR

    Is it possible to use the scriptnode DisplayBuffer with the MatrixPeakMeter FloatingTile?

    @Christoph-Hart

    Content.makeFrontInterface(600, 600); // Fetch a displaybuffer source reference to the DSP network const var dp = Synth.getDisplayBufferSource("Script FX1"); // Get the first "external" Displaybuffer const var gr = dp.getDisplayBuffer(0); // Set the buffer length to 1024 (about 23ms) // (this correlates with the timer frequency below) gr.setRingBufferProperties({ "BufferLength": 1024, "NumChannels": 1 }); // Get a reference to the FIFO that contains the values const var buffer = gr.getReadBuffer(); const var Knob1 = Content.getComponent("Knob1"); const var t = Engine.createTimerObject(); t.setTimerCallback(function() { // Fetch the maximum value of the last 50ms and display // it on the knob Knob1.setValue(buffer.getMagnitude(0, buffer.length)); }); // Start the timer with ~30Hz. t.startTimer(30);
  • Import settings window broken

    Unsolved
    3
    0 Votes
    3 Posts
    281 Views
    S

    @d-healey went straight to release version. Will try debug

  • Native Apple Silicon AAX

    30
    0 Votes
    30 Posts
    3k Views
    Gabor.KG

    Hi everyone!
    I have the same problem with 2.5.0 (AAX_eStemFormat_Stereo).
    Can anyone share a 2.4.1 AAX SDK with me? It would be greatly appreciated.

  • Dynamics module CPU usage

    3
    0 Votes
    3 Posts
    290 Views
    Christoph HartC

    The performance difference is pretty negligible here.

  • You must first sign the relevant contracts online. (1048)

    3
    0 Votes
    3 Posts
    237 Views
    ?

    @d-healey thank you mate

  • Info Panel in Preset Browser

    5
    0 Votes
    5 Posts
    353 Views
    CasmatC

    @d-healey Ah! That looks interesting, will take a look! Thanks!

  • Server calls not working on plugin in FL Studio

    Unsolved
    1
    0 Votes
    1 Posts
    181 Views
    No one has replied
  • Can we pass in a function argument to a timer CB?

    5
    0 Votes
    5 Posts
    338 Views
    ustkU

    @orange Unfortunately this does not work in ma actual use case.
    Because I need to cancel the previous call if a new one has been made in between. Content.callAfterDelay will execute all previous calls with no way to cancel them.
    But since it was not in the question I asked this function perfectly does what it promises :)

    I'm then relying on a simple timer so I can stop previous call on next one, and use an external variable to copy the parameter. ;)

    Unless if it's possible to add a "cancel call" of some sort to the Content.callAfterDelay function @Christoph-Hart?

  • snex_shaper - argument amount mismatch...

    12
    0 Votes
    12 Posts
    456 Views
    Christoph HartC

    @ustk Yeah, I'm not throwing away 2 years of work out of spite, I just hate the sunken cost fallacy here...

14

Online

2.0k

Users

12.8k

Topics

111.1k

Posts