• Course recommendations for learning C++?

    14
    0 Votes
    14 Posts
    2k Views
    Dan KorneffD

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

  • SampleStartMod LAF?

    4
    0 Votes
    4 Posts
    433 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

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

    2
    0 Votes
    2 Posts
    282 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
    686 Views
    CasmatC

    @aaronventure cool! Thanks!

  • Adventures in broadcaster: attachToComponentMouseEvents

    23
    0 Votes
    23 Posts
    1k Views
    LindonL

    @Natan read up about substring...

  • change slope of filter fx

    5
    0 Votes
    5 Posts
    527 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;

    https://www.earlevel.com/main/2016/09/29/cascading-filters/

  • This topic is deleted!

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

    5
    0 Votes
    5 Posts
    270 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
    634 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
    299 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
    751 Views
    B

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

  • building HISE..

    6
    0 Votes
    6 Posts
    335 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
    2k 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
    262 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
    337 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 } });
  • Connect Waveform to Sampler with Scripting

    16
    0 Votes
    16 Posts
    1k Views
    d.healeyD

    @Sawer You haven't set the processor ID

  • MIDI learn menu not showing up

    Solved
    10
    0 Votes
    10 Posts
    344 Views
    d.healeyD

    @Christoph-Hart is there a way to remove a CC assignment with scripting?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • core.ramp creating clicks on cycle

    4
    0 Votes
    4 Posts
    462 Views
    oskarshO

    @Christoph-Hart thanks! I just totally forgot the modulation container exists for these cases!

  • Midi Envelope Generator?

    1
    0 Votes
    1 Posts
    294 Views
    No one has replied

15

Online

2.0k

Users

12.8k

Topics

110.9k

Posts