• GUI with two screens

    2
    0 Votes
    2 Posts
    220 Views
    bendursoB

    @Sampletekk Showing and hiding panels (You place sliders or other things inside the panel, and then hide or show it). This is a tutorial from David:

  • Help with: Buffer_Not_Writeable_By_vImage

    18
    0 Votes
    18 Posts
    652 Views
    Dan KorneffD

    @Christoph-Hart Does this look right? It's throwing a bunch of errors.

    void MessageManager::Lock::exit() const noexcept { if (blockingMessage != nullptr) { { ScopedLock lock(blockingMessage->ownerCriticalSection); blockingMessage->owner.set(nullptr); } blockingMessage->releaseEvent.signal(); blockingMessage = nullptr; } const ScopeGuard scope{ [&] { blockingMessage = nullptr; } }; blockingMessage->stopWaiting(); if (!blockingMessage->wasAcquired()) return; if (auto* mm = MessageManager::instance) { jassert(mm->currentThreadHasLockedMessageManager()); mm->threadWithLock = {}; } }

    EDIT: operator error. This works:

    void MessageManager::Lock::exit() const noexcept { if (lockGained.compareAndSetBool (false, true)) { auto* mm = MessageManager::instance; jassert (mm == nullptr || mm->currentThreadHasLockedMessageManager()); lockGained.set (0); if (mm != nullptr) mm->threadWithLock = {}; if (blockingMessage != nullptr) { { ScopedLock lock(blockingMessage->ownerCriticalSection); blockingMessage->owner.set(nullptr); } blockingMessage->releaseEvent.signal(); blockingMessage = nullptr; } } }

    Testing now

  • How are samples played

    3
    0 Votes
    3 Posts
    203 Views
    S

    @d-healey said in How are samples played:

    @Sampletekk Whatever you want

    db0e450a-c67f-4e50-b12c-c7a41a0faa7d-image.png

    Cool!

  • Flip/Mirror Envelope Follower Path

    3
    0 Votes
    3 Posts
    221 Views
    oskarshO

    @Christoph-Hart Thanks not sure how I missed that!

  • Playhead colour in Waveform component

    5
    0 Votes
    5 Posts
    205 Views
    P

    @ulrik Ah, sorry my mistake! I was using the wrong function. Thanks for that.

  • Sine Wave Generator + Even Harmonics

    3
    0 Votes
    3 Posts
    143 Views
    iamlampreyI

    @Christoph-Hart damn sorry i forgot to say it should be compatible with Rhapsody, i guess a regular core.expr or the good ol' Shaper FX for my use case?

  • Amplitude to set opacity of SVG?

    8
    0 Votes
    8 Posts
    197 Views
    d.healeyD

    @paper_lung Yeah

  • Slider Displays Wrong Frame

    4
    0 Votes
    4 Posts
    265 Views
    trillbillyT

    @ulrik said in Slider Displays Wrong Frame:

    HiseSnippet 951.3ocsV01aaaCDlxIJn1aqXEX+.D7mb.L7r5xxBPwPchc7fQSRMh8J1PQQAs3IYtPQZPQmD2g9ed+CxNpWhjmCRZMvzGr089yc7tiZrVE.IIJMwo9zUK.hy25NYkzLu+bJWRFMf37b2yoIFP6kw5jUKnII.i33ryuYY3TeWR5y+75SnBpL.JYQHuSwCfy3wbSI2w8dCWHFRYvTdbEsOn2n.kruRnVh3YG2tjEzfqnQvETqZ0bIN6cJiaT5IFpARPcNQwVMYt5FYl9uimvmI.KgOYB5nL1j9y4B13hbMgPb1cbYluSVl+CtmyY764WVA99TAdkVTsF3T6wfj+WAjbp.ocyfzKbmDn4KLkRr34abGIwCjPJVpqBkLcI0tslaeEpgzzIldELTiD2aQqC61ssG9y9upQCrbmX7diTMy6W8JrIBL8UwKTRjnUSqvlk5dwxXKmyngUrHPCXxelJfJNSot5XIaH.hVnUZHxSdMp56a5+iG0rsG9m+gCxd4noELZ9AL.kttCZF21yMboLvvUxVMYZ5MWpLT8pIBNCznkgEBiZ6ol8W623uaT2KpShE91VnVHyNyhxHPrXEFhMdWpVJY.6RHvPkQBHUOJlBs8NHUsB2LTYK.LHjtTXv.9xCx8x5gfaf3LR+b4VvdrfGIA1T3VSK40u2p30TwR3CofMOdMCvxmFX1B7msEYaAv59MpkkEm8eUQh6ojWnLvaksRy8Fetg2+UTX3CJydvoUBAnePw1wR8iYXK4x3YftsWZJcuhXe65CC68kMLDj0GUQQkbjjad6BHmdnRvrM4122bzgj2HZGhxQHppIcD544iPYsMDN5j8bskRRJ1qrqpG42GMfZnEdAcHFjEf1vs4hy.3ZbWV1fYc2APxUF0hTcyGVvIymJl2VFOduUkD+Yua3Ly7RFS6MG3QyMU4TzKi71CYbWpWtu4Ki6cobioUBzy5giRKlv+DhLWW+NcIwbFS.iUIb6w5ZkfM2Aga+TrkBpY8Uh1c+4Br9n5dH6tFI56UUua3qXOY2GcO4WJDeg6XtIX9CiwZO.Fwy8+OvX9sKem6ogg3JmR.tq6v+XauJ4IBOthyvkQmSMZN1I3haOlfsHA.FcoDDnyccpYGbxn6ZosUfIfjkRbG9jKz2R6jKzuPH1iEnUeLHabyd+0yR4fXRldccc76FPZO+MFzr8e7OFDrtq1vvWtsF9SaqgGrsF9yaqgGtsF9KaqgG8zFZ+ZmiWZTwYiMDx4iOMcwniyoRJ1Al1sR9WvhdXsH

    Its definitely something to do with my strip. Im not sure what but thank you for the snippet.

  • Parametric EQ in Scriptnode / Hardcoded Master FX

    3
    0 Votes
    3 Posts
    251 Views
    Matt_SFM

    @oskarsh the graph eq itself is not available in scriptnode (only graph filters).
    But if you just need to make a 'basic' graph eq swapable couldn't you do so using the built-in module and use a fxSlot module?

  • Pro-tools MIDI markers

    1
    0 Votes
    1 Posts
    73 Views
    No one has replied
  • Current Status of Whether HISE builds plugin binaries in Xcode15

    2
    0 Votes
    2 Posts
    228 Views
    ulrikU

    @Noahdeetz I still get the "Cycle inside...." issue with Xcode 15 and Sonoma
    I've also tried the latest Xcode 15.1 release candidate, still same problem.

  • Probleme Expansion = 2/4 of preset no sound

    1
    0 Votes
    1 Posts
    170 Views
    No one has replied
  • LorisManager.createEnvelopes()

    1
    0 Votes
    1 Posts
    65 Views
    No one has replied
  • Back to Codesigning, Notarizing and stapling.....

    13
    0 Votes
    13 Posts
    370 Views
    d.healeyD

    @Lindon Hmm I just tried it but I get the same message about it not being an app

  • Why does it works with one knob, but not the other...???

    17
    0 Votes
    17 Posts
    546 Views
    S

    @DabDab said in Why does it works with one knob, but not the other...???:

    const var DefaultEnvelope1 = Synth.getModulator("DefaultEnvelope1");

    Woohoo! Not so easy for an old Cobol programmer, but I'll get there! Thanks a million!

  • What's the MKL Library used for?

    4
    0 Votes
    4 Posts
    139 Views
    Christoph HartC

    @aaronventure There's no reason to use the MKL library. If you're doing fluid simulation for a car engine, then you might get some mileage out of the library, but for our use case it's not particular interesting.

  • Knob control

    5
    0 Votes
    5 Posts
    267 Views
    orangeO

    @Sampletekk said in Knob control:

    Script it will be!

    It has been asked several times in this forum before, you can easily see it with a little research.

    Here is the scripted version:

    HiseSnippet 1081.3ocuV0taaUCF1mzbPKA5DaLP6mGUIjRk5pRXa.RHTyZ9fEQaWXoqC90vw1Iwp9XejO9z1vzj3m7ath3dfa.tD1c.75yG43zl0UEDzJUU+94y4w98wdnVQXwwJMxq1wyiXHuOxezboYVmYXtDMnKx619GhiMLcPlo8mGgiiYTjm2Fem0fWspnzed6d6iEXIgUZBgNQwIrC3gbSo0n1eOWH5iori4gNQ+n1CHJYGkPk.3YC+lnHL4T7T1QXaXU7QdePOJ2nziLXCKF4UceEc9nYpykYweBOlOVvrKZgFAEJybekfZQr0JpyLtfNr36NFAUYXIKrQFKbO+C4T9B6krwGm5HnLCW9vqxxvaikfWKW30zAdq.RdNPpZFjti+HhlGYJ8XwyG5OPBaNSv.s6BkrXQU98J9cTPDRytg3SY80vhEYz3gMatS.7ms+lMqWG39XSvYXXmVIOSIRLbk74ryX5wAeaP5ohcmxL8lLgQLM15JAsksJ1e4RAWxBljHIVuAJYW87WxLVfnUhFDUXjRBPZGnahD11aV+0aVulPQvhfyOwZBZXO4TnJ1N1kQ3iYh39Js8DWeLA33FYoBsr1UPxtwLySLFMebhg03ptArXKzN4MKsHK..8lBfV61L3AA+KfAvJYvft.FuIkBK1wlZ4rbtpwVYj3VaaKaNU1AKDigYjFWhhskxg9ORYXOS1X65utds5uodvkcMYxJ8kWLASuR21gW80kXCYR3XltXWtHP3D8xiI9u6wD2oXRFq3DnRNPxMOKhIeWy1nbpzNRkiJHTS5.0syGnFI3TlFwg4la4mQinTDWpL8W6gdwftXCtnNPIg1DwzFt8KvqK6LPmKaPsleWV7oFUTZr4aef42eWuXQG+0en87x1+SsOmSMyJM7ysmw3Sm4no9z1gbJUvFph41cAWrGmLYB+BKE84nPEE.wm4ejRGhE7egQGxzD.ffLKBcUUGPuSQSDXyxhf1ys4NrMyU4wptHAPL28lgKqLV8loLd8B22T3dG+gbCY1pwakUfWXW9+Z7leOyl9Yxokfspe+e7ZuTo5MaZoDJu2KXtaAVbjnRwxm3eEQqkfVt.VNw099e58+iboUWSG.3VRVhdGDFkHhYGvjScOV+18xQ0.YThw09KhY6C5bS0pDI83YZFl5VugZFkIvK0imx63Tie6Oa2EGFwkScioe+iymYyMcu184hx2aDZ+R78rdBwWT7uBkJB1MzFWC8jzhkdabieFPqq8Y.nmq.pWN8PLbIhs8GkDNBdbDgAmWjR3FIaKqXk4xV2r.BiXRZ5h+F9I2YK6ZubmsJb9+ROBwDs5UjLAX6wuakZA9tkoTcM3Mlv5fVEBu99M2sIP+T9qHD6PwCZgPqNmuXMx4gqQNOZMx4wqQNe4ZjyWsF470WaN1W49jDiJLSvDLLrW5Efdd8jX3zap..5e.ckGVWA
  • Radio Button Setup

    5
    0 Votes
    5 Posts
    147 Views
    StraticahS

    @d-healey oh i like that, it also fixes that a button can be turned off when selected. Thank you.

  • cursed note 89: the reckoning

    1
    0 Votes
    1 Posts
    66 Views
    No one has replied
  • AAX 2.4.X SDK Request

    2
    0 Votes
    2 Posts
    265 Views
    O

    @Gabor-K Were you ever able to find this version of the SDK? I've been searching all over for it.

37

Online

1.6k

Users

11.2k

Topics

97.6k

Posts