• found a cool dear imgui web lib for webview

    1
    0 Votes
    1 Posts
    468 Views
    No one has replied
  • 0 Votes
    3 Posts
    417 Views
    pluginboiP

    Has anyone else gotten this error / know how to fix it? i just got a new m1 machine and started getting this error when ever i try to compile dsp networks. it works fine on my 2 other intel machines. im only getting this error on my new computer

  • Rhapsody-2.0.1

    10
    0 Votes
    10 Posts
    503 Views
    d.healeyD

    @Christoph-Hart I've been working with @GUJIAN and we found the cause of the issue.

    He's in China, and the great firewall blocks google.com. I believe this site/address is used behind the scenes by the function Server.isOnline()? So when he turns off his VPN he basically has to wait for the server call to timeout before he can do anything.

    Is there some China friendly method that could be used for that call instead?

  • update hise

    2
    0 Votes
    2 Posts
    231 Views
    d.healeyD

    @Gudru Git pull then recompile

  • Course recommendations for learning C++?

    14
    0 Votes
    14 Posts
    1k Views
    Dan KorneffD

    I got all the basics from https://www.learncpp.com/

  • SampleStartMod LAF?

    4
    0 Votes
    4 Posts
    319 Views
    A

    @d-healey You know, I kept thinking "I wish there was a way to only have to compile the changes I made" during my many hours of waiting... Good to know that exists lol

  • Scriptnode - Creating/Linking a button that bypasses a Node

    5
    0 Votes
    5 Posts
    530 Views
    A

    Necroing this to update the information that these days you should use the soft_bypass node to wrap stuff you want to be able to bypass using a script.

  • Is it possible to control the volume of the arp?

    2
    0 Votes
    2 Posts
    196 Views
    d.healeyD

    @BWSounds The arp doesn't have volume, it's just a MIDI processor. You can set the velocity of each note it outputs and if you have a velocity mod on the sampler's gain then you will in effect be controlling the arps volume.

    If you also want the original sample to play with a different gain then it's probably simplest to put that in a separate sampler.

  • What are the Types of Filters?

    5
    0 Votes
    5 Posts
    558 Views
    CasmatC

    @aaronventure cool! Thanks!

  • Adventures in broadcaster: attachToComponentMouseEvents

    23
    0 Votes
    23 Posts
    909 Views
    LindonL

    @Natan read up about substring...

  • change slope of filter fx

    5
    0 Votes
    5 Posts
    386 Views
    LindonL

    @Gudru said in change slope of filter fx:

    @ustk thank you! if i had ahdsr on one filter, would i need to duplicate everything on the other? would controlling one attack knob on the ui control all attacks on all filters, to get slope?

    you dont get filter slope(dB drop off over 1 octave) from the envelope - you need as @ustk says place filters in series to get increased slopes - so a 6dB slope filter, followed by another = a 12dB filter etc.

    If you have filters in series like this then you will need to manage each ones q and freq together along with all the modulators(if you are using envelopes say) again "together"

    This might be a useful read;

    Link Preview Image Cascading filters | EarLevel Engineering

    favicon

    (www.earlevel.com)

  • This topic is deleted!

    3
    1 Votes
    3 Posts
    69 Views
  • Save knob state with "saveInPreset" disabled

    5
    0 Votes
    5 Posts
    247 Views
    d.healeyD

    @bendurso You have to have saveInPreset enabled, but in your postcallback you check if it's an internal preset load (DAW value) or not.

  • RSA output length...

    6
    0 Votes
    6 Posts
    471 Views
    CasmatC

    @Lindon yup, you can get shorter keys, have to use software though, but not at all worth the hassle

  • HISE 3.6.0

    2
    0 Votes
    2 Posts
    282 Views
    d.healeyD

    Click yes to rewrite the batch file. Then show us the contents of that file.

    You don't need to compile Rhapsody instruments though, just export them directly Export >> Export Project

    Also you don't need to add your includes the Rhapsody boilerplate folder, just leave them in the Scripts folder (or a sub-folder of your choice). Not that it will hurt to put them in the boilerplate folder though.

  • control the root in the sampler

    8
    0 Votes
    8 Posts
    393 Views
    B

    @d-healey
    oh man, im trippin... thanks

  • building HISE..

    6
    0 Votes
    6 Posts
    308 Views
    LindonL

    @d-healey said in building HISE..:

    @Lindon According to Christoph it should do. In the single test I did it went from about 20-25 minutes to 10-15 minutes in my VM. But it's possible that was caused by something else.

    hmm, probably worth the risk then...

  • Using LFO in scriptnode best practice

    16
    0 Votes
    16 Posts
    1k Views
    ForeverLiveF

    @d-healey yes, you right, i updated HISE using your fresh awesome script, and it was so refreshing that i almost started to jump around and scream of happiness :)

  • Plugin Cross-talk

    3
    0 Votes
    3 Posts
    230 Views
    Christoph HartC

    @d-healey yup I would also try to do it with OSC, it‘s a established protocol for exactly the kind of data you want to push around in a audio / music context.

  • Preset Browser Dialog text input position

    3
    0 Votes
    3 Posts
    241 Views
    alhugA

    @d-healey works like a charm!

    laf.registerFunction("drawPresetBrowserDialog", function(g, obj) { if (obj.title == "Delete User Preset") { //draw delete dialog } else if (obj.title == "Rename User Preset") { //draw rename dialog } else if (obj.title == "Add new User Preset") { //draw add dialog } });

24

Online

1.7k

Users

11.8k

Topics

102.4k

Posts