• RADIO GROUP / PRESET PROBLEM

    5
    0 Votes
    5 Posts
    267 Views
    lalalandsynthL

    @DanH Ensemble sounds great so far , need to take another look at it and make sure its technically correct , its a Solina copy and I want to modify it so you can change between different circuits and choose a Polysix or any of the many Ensemble circuits.

  • midi again & again ;)

    9
    0 Votes
    9 Posts
    336 Views
    Y

    I just compiled the latest scriptnode, no problem.
    suddenly I just saw that my usb midi keyboard was not put on a midi channel so keeping it working ... beginner error ^^ thank you for your advice :)

  • Reverb freeze mode

    9
    1 Votes
    9 Posts
    867 Views
    orangeO

    .........

  • This topic is deleted!

    8
    0 Votes
    8 Posts
    120 Views
  • Fix 8-16 etc container Scriptnode ?

    2
    0 Votes
    2 Posts
    223 Views
    Christoph HartC

    It limits the buffer size to the respective number. So if you use the fix16 node, the buffers are guaranteed to be never bigger than 16 samples (they might get smaller though if you have a buffer size that is not a multiple of the number).

    This can be used to make a consistent modulation update frequency. The cables that you draw between modulation connections are updated once every buffer so if you run the plugin at 512 samples buffer size, these will get updated every 5.8ms which is way too high for certain applications like envelope followers etc.

    The obvious solution is to switch to the frame nodes which gets you sample accurate modulation but of the cost of CPU usage, so depending on your use case, the fix## nodes get you a reasonable fast modulation update rate while keeping the CPU usage low (eg. a modulated filter cutoff that is smoothed doesn't need to be updated every sample, so a fix32 block is totally fine for this use case).

  • Any way to know what Midi CC is connected to a slider?

    10
    0 Votes
    10 Posts
    1k Views
    Alex ParadisA

    @d-healey

    So I had no choice to create a new little hack in Hise to be able to get the CC Number that is attached to a Automated Parameter.

    I will probably gonna need to send it to @Christoph-Hart and see if he wants to implement it in future Hise Releases :P

  • AAX For pc and mac

    3
    0 Votes
    3 Posts
    188 Views
    B

    @d-healey I was hoping that wasn’t the case but, it’s understandable.

  • Sample looping software for macOS

    8
    0 Votes
    8 Posts
    2k Views
    M

    @pnyboer Hello, just a small info: Endless WAV is now available for Mac.

  • Invert polarity of sampler

    44
    0 Votes
    44 Posts
    7k Views
    lalalandsynthL

    @hisefilo cool, will dive into this :)

  • End user plugin updates

    2
    1 Votes
    2 Posts
    333 Views
    d.healeyD

    New version should replace old version - test it and report back.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Midi problem

    1
    0 Votes
    1 Posts
    91 Views
    No one has replied
  • No GUI inside of Daw

    8
    0 Votes
    8 Posts
    397 Views
    D.Williams23D

    @d-healey I will post a snippet when I get back home to windows machine. I compiled on Mac and it works fine with all Daws on Mac. I’m guessing it has to do with some png files not located in the right folder.

  • Legato/Transpose hardcoded script issue.

    2
    0 Votes
    2 Posts
    169 Views
    d.healeyD

    Yep, seems legato doesn't account for transposition on retrigger.

  • Sampler.setActiveGroup()......

    5
    1 Votes
    5 Posts
    226 Views
    d.healeyD

    @Lindon Yeah

  • Project crashes on load ?

    9
    0 Votes
    9 Posts
    301 Views
    dejansD

    I had the same issue when testing the Meta nodes in Scriptnode. Had to go into the .xml file and delete the whole Networks block...

  • HISE Compile fail- MacOs Catalina, XCode 12

    16
    0 Votes
    16 Posts
    592 Views
    gorangroovesG

    Happy to report that reverting to XCode 10.3 did the trick! Not only was I able to compile HISE, but my plugins as well, with no issues.😃 YAY! Thank you all very much.

  • Switching sample maps with radio buttons.

    33
    0 Votes
    33 Posts
    3k Views
    lalalandsynthL

    @d-healey This seems to have solved it.

    reg mapSelector = 0; const var maps = [0, 2, 4, 6]; const var buttons = []; for (i = 0; i < 4; i++) { buttons[i] = Content.addButton("button"+i, 150*i, 10); buttons[i].setControlCallback(buttonCallback); } inline function buttonCallback(component, value) { **if (value == 1) { local index = buttons.indexOf(component); mapSelector = maps[index];** } }
  • How do you use synced modules in a project ?

    12
    0 Votes
    12 Posts
    408 Views
    LindonL

    @lalalandsynth - yeah you could do the maths - but its a pain...

  • Bouton control bouton

    6
    0 Votes
    6 Posts
    305 Views
    LindonL

    @yall - its going to be hard to give you more of the answer without doing it for you.

17

Online

2.0k

Users

12.9k

Topics

111.5k

Posts