• Markdown Panel Update

    1
    0 Votes
    1 Posts
    130 Views
    No one has replied
  • Not really a recursive problem...

    5
    0 Votes
    5 Posts
    182 Views
    ustkU

    @d-healey Hum... That does seem possible as I still need to update those components...
    I'll try with a general flag to see if it's not too dirty (well, it can't be worse anyway...☺ )

  • SNEX For dummies 2

    5
    0 Votes
    5 Posts
    356 Views
    hisefiloH

    @Christoph-Hart said in SNEX For dummies 2:

    Same with the Math class. There won't be a Synth class though and most probably no Engine class - I'll think about the latter, but SNEX has to be useable in multiple spots where the access to the "global engine" might not be available.

    Thanks mate!
    My goal is to build a synth capable to generate multiple sine waves using data frames like this one below . I'm in the right place (SNEX) for my future devs???

    [#sine osc: freq, amplitude, phase] 1TRC 1 0 0.0249887 1TRC 0x0004 26 4 0 4720.89 0.000139671 -0.806801 1 4450.89 0.000184206 0.256434 2 3970.74 0.000126725 -0.242524 3 3735.95 0.000125689 1.58192 4 3510.61 0.000173862 0.272434 5 3342.09 0.000151657 0.521128 6 3000.99 0.000464915 -2.15388 7 518.579 0.0129921 0.942587 8 659.448 0.0225252 -0.377563 9 785.758 0.00866297 1.20015 10 926.962 0.0124319 -0.55132 11 1057.06 0.00364636 0.910611 12 1438.79 0.00743512 1.2696 13 1699.71 0.00493992 -2.72891 14 1834.94 0.00237093 -2.24004 15 1961.01 0.00362062 -0.517616 17 2223.36 0.00232627 1.38036 18 2362.46 0.00196192 0.670547 19 2483.28 0.00127425 -2.12119 20 2623.2 0.00156323 3.03368 21 2742.53 0.00078575 0.680789 22 2883.19 0.00119679 -0.48985 23 3144.71 0.000859497 1.47357 24 269.348 0.021707 1.14387 25 130.604 0.00496798 2.30956 26 390.77 0.0226341 -0.0619304 1TRC 1 0 0.0499773 1TRC 0x0004 27 4 0 4719.22 0.00041282 -0.68785 1 4451.15 0.000578673 1.61273 2 3977.44 0.000254083 0.174588 3 3738.57 0.000309721 -2.88493
  • Samplers as round robins?

    29
    0 Votes
    29 Posts
    2k Views
    Christoph HartC

    Hmm, maybe you need to send me the project so I can debug it. Not sure why this happens, but there might be a few edge cases that cause these issues.

  • Module Parameter Index list? where to find?

    3
    0 Votes
    3 Posts
    206 Views
    ten7kurT

    @d-healey said in Module Parameter Index list? where to find?:

    customise the interf

    Got It!!
    Thanks very much!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • master vu meter

    1
    0 Votes
    1 Posts
    143 Views
    No one has replied
  • Pitch audio loop player

    9
    0 Votes
    9 Posts
    422 Views
    d.healeyD

    The only way to do that is with an array of values. Like this: https://forum.hise.audio/topic/1976/slider-value-display-customisation/5

  • Vst Built, samples imported, but no sound in reaper

    29
    0 Votes
    29 Posts
    1k Views
    smarquesS

    And...... YOU WERE RIGHT!
    It works now, thank you so much, David.

  • Show All/Hide All buttons for 4 panels

    2
    0 Votes
    2 Posts
    191 Views
    d.healeyD

    @musictop

    In the button's callback put a loop that hides all of the panels if the button's value is 0 and show's them if the button's value is 1.

  • controlling Sliderpack idx from a different OnControl??

    39
    0 Votes
    39 Posts
    2k Views
    ten7kurT

    @d-healey said in controlling Sliderpack idx from a different OnControl??:

    also used in the vol.getSliderValu

    Aha, ok. Working!
    Thanks so much for your patience and help!!

    @Lindon ......?😬
    I dont know what your problem is. Not sure why you getting all hi-and-mighty here.
    For me, nothing is crashing so far. So if it works for me, its good enough for me. Time will tell.

  • Concatenate multiple arrays into one

    7
    0 Votes
    7 Posts
    297 Views
    d.healeyD

    @ustk I have a video about it on Patreon. :)

  • Create Interfase on HISE to be used on JUCE

    32
    1 Votes
    32 Posts
    2k Views
    hisefiloH

    @Christoph-Hart @d-healey already diving into (yeah I'm that anxious) . I need to solve a DSP thingy some how... so I will adapt it later to the new SNEX I guess.

    I'm sketching in Faust, and trying to reproduce that on SNEX....

  • dsp network file_player for fx plugin

    6
    0 Votes
    6 Posts
    219 Views
    ustkU

    @dustbro It's because the player was in a multi, which separates left and right channels... For parallel treatment, you need to use a split instead

  • AAX - getting in touch with Avid

    11
    0 Votes
    11 Posts
    402 Views
    T

    Ok, that's where I applied for the past few months ;-) Hopefully Ed will get back to me. Thanks!

  • Samplemap Prev/Next

    7
    0 Votes
    7 Posts
    368 Views
    ten7kurT

    😬 👍 👍
    Thanks!

  • Namespace != object

    25
    0 Votes
    25 Posts
    1k Views
    LindonL

    @Christoph-Hart well you're going to have to excuse me I'm an old SmallTalk programmer - encapsulation is nearly everything...

  • How to shuffle one slider packs values based on the indexes of another?

    14
    0 Votes
    14 Posts
    448 Views
    L

    That's it @d-healey ☺ ☺ ☺ 🖖
    Wow, I'm blown away by the speed with which you work all this out!

    True legend!

  • Find out how many items are inside an Array/var?

    3
    0 Votes
    3 Posts
    230 Views
    ten7kurT

    duuh! i knew that!😬
    Thanks for answering!..a stupid question.

  • Basic info

    8
    1 Votes
    8 Posts
    277 Views
    LindonL

    @d-healey said in Basic info:

    @Lindon Only if it needs to be changed at run time

    of course...

7

Online

1.7k

Users

11.8k

Topics

102.7k

Posts