• Crusher Laf

    7
    0 Votes
    7 Posts
    370 Views
    orangeO

    @HISEnberg Yes useful for LAF too

  • Loading an IR in a scriptnode convolution module via script

    7
    1 Votes
    7 Posts
    435 Views
    S

    I got it working!
    Thanks to everyone for the help....it's greatly appreciated!

  • Context menu- what to do?

    4
    0 Votes
    4 Posts
    146 Views
    d.healeyD

    @VirtualVirgin It's unrelated to the popup menu. It makes the panel into a popup window, but I don't like the little close button it has so I always make my own.

    HiseSnippet 875.3ocsUssaSCCF1taFnkCBj3AHZW0gPSMkxVAzDk0sAUvFQT.wU.dNtKVywND6LnBMIdq3Vdj3M.9cRZaJTNnJHWDk+Ce9+K+mbPplwMFcJB234iS3H7kHCGqrQ8inBEZvtH7UHGPMVdpWgpcFmPMFdHBiW4gNE35qhxe9582gJoJFelJD5kZAi+DQrvNSaPuGKjx8og7mKhq3cmdCXZUesTmA7YERKTBkcB8X9gTma0HnGQMQH7MHg9c7G0kQ2rqem1LV6ta09Naw3zQi3a5e6s5zcTmQTVq1H741KTX0oCsTK2fvqtiNb7vH86UEA3kBi3HI2I3iFBQtP89ZYn6WzoE0ORHCCljnLH3TBlk1VoHsccxAhPwT8yReWM2f2LDUSf3ZySuUlid9UoWqJzaATBWgRqVPoqQFxREI1YVb74hjAJnZBoG9bTovWTsOiI80fGJ6FwzS36mBBSQzbyVstoG7Z860nQCnXYrdmRS8BnJtz2aauIPOla6qiSzJPn4ZElWKGjPIEJt2nLEyJzJOsZmLqUq7cPS0xlrI3tIbzxL95M9Xi54e4s81d9d2uLZaXf7zCLA5jrjl1TvQu6NwDSpM7I1fvdFD4ESsxfu15aXb5yoPepTdDz407G4FbRU38gZK+opl47qwYM79QSiFsPakmkjmtPytQhzeGvlpr3i3oUyNNGgx978RjecuT0VcVQZohiZ0.kv9zDt5WM.fJykvWuXvtTK00.VpC7KgmZENJf2keJL9WzNVmrK2bhUm.SxSK.H74s4Vu7jlUWADIfVxKPJJlnOLcCwWdcuwSE9zg8duHzFMUQujdQbwwQy1z7o20STzDTbrXbMTkPSJB8UJCcQsNO10IkE9pAWVI3u8rdF5o7ApfTNz33FfP+7DHL6qCyjT67KDbqMKM.U14lBcSZJivNt5Z0+YaI9ao30HABKKZwbr1B3HT++evwxcqWlrGrXmYmQvUI6+p+OKRQOSmYEpiOfZSEPwmbXV7P39HFGhtBZhbSVPajCZtbKmrKCLjqByE9F7TZz2IiKM5OwHJlxR0ugULO61degbM.mT42zUGtxEj87Q4y3UyywvkIugwl+n9IfsWVf2ZYA1YYAd6kE3lKKvsVVfc+y.c20+fLqNtXrAgNHXu7EjX7dJJzAl2sh9NXs0hlJ
  • 0 Votes
    14 Posts
    330 Views
    d.healeyD

    @VirtualVirgin Deferring it puts everything on the UI thread - the slow lane when compared to the realtime thread, but still fast to us mere humans.

  • DraggableFilterPanel doesn't update as it should

    7
    0 Votes
    7 Posts
    277 Views
    Oli UllmannO

    @ulrik
    I'm glad to hear that! :-)

  • How do I access a SilentSynth HardcodedFX parameter from code?

    7
    0 Votes
    7 Posts
    166 Views
    clevername27C

    @Morphoice Ah, I understand. I have no knowledge to offer here, but I do understand your question now.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • customize default slider right-click function?

    Unsolved
    5
    0 Votes
    5 Posts
    128 Views
    d.healeyD

    @CyberGen Nope

  • Effect to eliminate feedback for live concerts

    2
    0 Votes
    2 Posts
    104 Views
    A

    Doesn't Waves already have this?

    favicon

    (www.waves.com)

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • How to add Portamento

    41
    0 Votes
    41 Posts
    9k Views
    B

    @Ulrik

    Thank you

  • How do you access Scriptnode Synth voices?

    8
    0 Votes
    8 Posts
    144 Views
    MorphoiceM

    @aaronventure just the amount applied needs to be "polyphonic", not the type of modulation itself
    but I could do that with an "intensity" pma node inside the oscillator network where I already have the velocity information

    I also have a hardcoded LFO in the faust oscillator but it's not time synced among all notes of course. that might be a benefit considering playability and sound design capability

    I guess the CPU overhead of running seperate LFO oscillators on each voice is superficial

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • 0 Votes
    8 Posts
    123 Views
    d.healeyD

    @VirtualVirgin

    Just rename the file with a .js extension and assign the array to a variable.

    For example if your file is this kind of thing

    [ {someKey:[{anotherKey: data}]}, {someKey:[{anotherKey: data}]}, {someKey:[{anotherKey: data}]}, {someKey:[{anotherKey: data}]}, ... ]

    Do this

    namespace Lut { const pcs = [ {someKey:[{anotherKey: data}]}, {someKey:[{anotherKey: data}]}, {someKey:[{anotherKey: data}]}, {someKey:[{anotherKey: data}]}, ... ] }

    Then you can access it using Lut.pcs

  • Converting Interface Components to Vector Graphics

    Solved
    10
    0 Votes
    10 Posts
    357 Views
    S

    @d-healey BOOM!

    Thanks. 🙏

    I'm quite certain I'll be signing up to your Patreon at some point. Doing reasonably well by myself so far but I'm only scratching the surface.

    Appreciate all you are doing here!

  • Problem "More" & "Save Preset" buttons custom preset browser

    8
    0 Votes
    8 Posts
    127 Views
    d.healeyD

    @tiesvdam said in Problem "More" & "Save Preset" buttons custom preset browser:

    sorry for my stupid questions.

    Na these are the fun ones :)

  • Opacity Image, Control by Value Knob of effect

    14
    0 Votes
    14 Posts
    200 Views
    d.healeyD

    @Morphoice I use Peek - Linux only I think. For Windows and Mac you can use LiceCap from the developers of Reaper.

  • Set Label is Being Edited

    2
  • Modulable 8 band EQ - Snippet

    9
    2 Votes
    9 Posts
    371 Views
    DanHD

    @Oli-Ullmann try it out - it's much more flexible

  • Add EQ Band programmatically

    Solved
    9
    0 Votes
    9 Posts
    202 Views
    JulesVJ

    @Christoph-Hart It's a good idea to limit the addition of filters with AllowFilterResizing.

    But can you give an example of allowing adding up to a certain number of bands and then locking the adding?

    Also, how can we monitor the number of active filter bands? There is no such thing in Broadcaster events.

21

Online

1.8k

Users

12.0k

Topics

104.7k

Posts