HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. ATWAW
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 14
    • Groups 0

    Topics

    • A

      How to Export Plugin as AU format

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      382 Views
      A

      @aaronventure Okay thank you for your help, looks like I'm gonna learn how to create a virtual installation of Mac lol

    • A

      Sustain Pedal Question

      Watching Ignoring Scheduled Pinned Locked Moved Scripting sustain pedal scripting basic
      15
      0 Votes
      15 Posts
      715 Views
      d.healeyD

      @ATWAW said in Sustain Pedal Question:

      What function would I use to turn on a sustain pedal via a button on the interface,

      If you're only using the sustain pedal for standard sustain pedal sustaining, then you just need to send a CC64 message.

      In the button's callback you could use.

      Synth.sendController(64, component.getValue() == 0 ? 1 : 80);

    • A

      Triggering of Different RR Groups, With Different Amounts of Samples, Without Triggering Dead Notes

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting
      4
      0 Votes
      4 Posts
      262 Views
      A

      @d-healey Ahhhhh such a simple solution, thank you!

    • A

      Details Error C108 Cannot open include file: 'ipp.h': No such file or directory

      Watching Ignoring Scheduled Pinned Locked Moved General Questions error help
      3
      0 Votes
      3 Posts
      417 Views
      A

      @Lindon Yes! Compiling without IPP has worked!

      I know I'm not missing a ton of functionality without it, but would like to know if there is a way to get it working as I was hoping to mess with the convolution reverb.