• Convert object to string

    3
    0 Votes
    3 Posts
    390 Views
    T

    @d-healey perfect, thank you. Is that somewhere in the documentation? I didn’t see it.

  • Hise will not build. Please help

    14
    0 Votes
    14 Posts
    574 Views
    d.healeyD

    @gryphonsegg Excellent! :)

  • Plugins in App Store?

    3
    0 Votes
    3 Posts
    259 Views
    CasmatC

    @Soundavid Hm, Thanks for the info! Will keep it in mind!

  • 0 Votes
    4 Posts
    398 Views
    O

    @d-healey Hello, everyone. I'm also trying the same thing, I have three samplers, and when I play notes, it causes me to play the notes of all the samplers simultaneously. I tried using the sampler component in the script, but I'm not sure how to make the notes play a particular sampler when a button is pressed instead of all the samplers' notes. Can someone provide me a code snippet for that? It would be really helpful for me. I am new to HISE.

  • Ask about combo box function

    8
    0 Votes
    8 Posts
    833 Views
    guang-coderG

    @d-healey I got it, Thank so much Brother 👍 👍

  • 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
    366 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
    354 Views
    guang-coderG

    @d-healey Thank you brother

  • Move Columns Around In Preset Browser

    4
    0 Votes
    4 Posts
    167 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
    278 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
    287 Views
    Christoph HartC

    The performance difference is pretty negligible here.

14

Online

2.0k

Users

12.8k

Topics

110.9k

Posts