HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Alex Paradis
    • Profile
    • Following 2
    • Followers 0
    • Topics 34
    • Posts 107
    • Groups 0

    Alex Paradis

    @Alex Paradis

    Sound Designer, Composer and Developer based in Montreal.

    14
    Reputation
    184
    Profile views
    107
    Posts
    0
    Followers
    2
    Following
    Joined
    Last Online
    Age 35
    Website alexandreparadis.com
    Location Montréal

    Alex Paradis Unfollow Follow

    Best posts made by Alex Paradis

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

      @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

      posted in General Questions
      Alex ParadisA
      Alex Paradis
    • Scriptnode "oversample" node starting at 4x crashes in PC

      Hi everyone,

      found a weird bug with HISE today: In Scriptnode, the node "oversample" starting at 4x crashes in PC.

      When you use it in the software, it's working perfectly, and the compiling has no issues.
      But when you try to open it after, it crashes at start.

      oversample 2x at least works for now.

      If anyone know why this crashes, this would be great to be fixed in further releases of HISE.

      See ya!

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis
    • RE: Possibility to do Multi-Dimensional Arrays?

      @dustbro

      I tried your Snippet and I wasn't typing well the arrays.

      All good and working!

      posted in Scripting
      Alex ParadisA
      Alex Paradis
    • RE: Any way to know what Midi CC is connected to a slider?

      Then it's doable if I put this in the "OnController" and get to know which index it is controlling?

      posted in General Questions
      Alex ParadisA
      Alex Paradis
    • RE: Beta Testers Needed <<<<<<<<<<<<<<<<

      Works perfectly on my imac with Sierra 10.12.6 running on Ableton 10! Nice one! :)

      posted in General Questions
      Alex ParadisA
      Alex Paradis
    • When I duplicate the instrument, the panels don't move using Parameter Automation

      Hi everyone,

      So I have this weird bug:
      Every time I initiliase the instrument, the Panels are repainting as expected using .repaint();

      But when I duplicate the Track in a DAW or save the project and reopen it, The panels don't repaint anymore using Parameter Automation. But in the GUI, If I drag with the mouse it still works.

      The main issue is really with Parameter Automation.

      Does anyone have this problem on their side?

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis
    • RE: Using Sliderpack to control Polyphonic Filter doesn't work

      @Christoph-Hart @d-healey

      Thanks a lot, I can't believe I overlooked the Array Modulator all this time.

      Everything works now using it :)

      See ya!

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis
    • Problems with Arpeggiator and Note Length at value 100

      Hi everyone,

      I have a weird problem with arpeggiators. When I set the note Length from 0 to 99, there is no issues happening. But as soon as the note length is set to 100, the sample will play at its full length but the arpeggiator will stop playing notes in the sequence. as soon as the note length is nudged down to 99, the sample will be cut to let the other note in the sequence play without issue. The problem with this though is that it creates an awkward click in the sample and won't play the one-shot as intended.

      As anyone else had the same problem ?

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis
    • rLottie animations doesn't work in MacOS Catalina

      Hi everyone,

      I've just tried compiling a lottie animation with the new OS Catalina, and it doesn't work sadly.

      Has anybody found a workaround for Lottie with Catalina? I guess PNG sequences seems the only solution for now.

      Thanks again.

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis
    • RE: Win 64-bit Compile - Fatal error cannot open input file "... .lib"

      @Christoph-Hart

      It's working!

      Thanks so much for the help. I was able to export a 64-bit VST3 on Windows, and I will surely test the other ones later.

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis

    Latest posts made by Alex Paradis

    • RE: How to test a compiled VSTi/AUi in Mac?

      @dustbro
      Good call, I'll try to debug with a Standalone.

      Thanks!

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis
    • VST Crash when using Mouse Drag

      Hi everyone,

      I'm at the last stage of finishing the applications right now, and I have a big issue.

      When I use the mouse to move sliders (that also repaint a Panel), It crashes at some point.

      If I use CCs or Parameter Automation instead on the same sliders, it never crashes. It is even moving the panel with no issues.

      Does anyone have this problem?

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis
    • How to test a compiled VSTi/AUi in Mac?

      Hi everyone,

      Does anyone have tools they use to test out VSTs in a DAW in Mac?

      What have you used to fix bugs and crashes that happens in a DAW?

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis
    • When I duplicate the instrument, the panels don't move using Parameter Automation

      Hi everyone,

      So I have this weird bug:
      Every time I initiliase the instrument, the Panels are repainting as expected using .repaint();

      But when I duplicate the Track in a DAW or save the project and reopen it, The panels don't repaint anymore using Parameter Automation. But in the GUI, If I drag with the mouse it still works.

      The main issue is really with Parameter Automation.

      Does anyone have this problem on their side?

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis
    • RE: Any way to know what Midi CC is connected to a slider?

      @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

      posted in General Questions
      Alex ParadisA
      Alex Paradis
    • RE: Any way to know what Midi CC is connected to a slider?

      @d-healey
      It works on my side but it gives me only the position of the CC in the Midi Learn Panel, not which element it is attached to.

      I can know if the controller is attached to a CC, but I cannot know which one it is.

      posted in General Questions
      Alex ParadisA
      Alex Paradis
    • RE: Any way to know what Midi CC is connected to a slider?

      @d-healey I see, I will check on this quickly on my side.

      posted in General Questions
      Alex ParadisA
      Alex Paradis
    • RE: Any way to know what Midi CC is connected to a slider?

      Then it's doable if I put this in the "OnController" and get to know which index it is controlling?

      posted in General Questions
      Alex ParadisA
      Alex Paradis
    • Any way to know what Midi CC is connected to a slider?

      Hi everyone,

      Is there a way to get access to the MIDI CC that is attached to a knob in the Code?

      Like I Midi Learn a specific slider, and then in the code I can know which Midi CC it is attached to.

      Thanks again for the help!

      posted in General Questions
      Alex ParadisA
      Alex Paradis
    • RE: MAC AUi Component build doesn't show in a DAW

      @Christoph-Hart said in MAC AUi Component build doesn't show in a DAW:

      what happens if you run auval with your plugin?

      I will try this today and get you back on it.

      posted in Bug Reports
      Alex ParadisA
      Alex Paradis