• Server calls not working on plugin in FL Studio

    Unsolved
    1
    0 Votes
    1 Posts
    197 Views
    No one has replied
  • Can we pass in a function argument to a timer CB?

    5
    0 Votes
    5 Posts
    376 Views
    ustkU

    @orange Unfortunately this does not work in ma actual use case.
    Because I need to cancel the previous call if a new one has been made in between. Content.callAfterDelay will execute all previous calls with no way to cancel them.
    But since it was not in the question I asked this function perfectly does what it promises :)

    I'm then relying on a simple timer so I can stop previous call on next one, and use an external variable to copy the parameter. ;)

    Unless if it's possible to add a "cancel call" of some sort to the Content.callAfterDelay function @Christoph-Hart?

  • snex_shaper - argument amount mismatch...

    12
    0 Votes
    12 Posts
    521 Views
    Christoph HartC

    @ustk Yeah, I'm not throwing away 2 years of work out of spite, I just hate the sunken cost fallacy here...

  • 0 Votes
    8 Posts
    811 Views
    guang-coderG

    @d-healey Thank you David Healey, I learn a lot from your YouTube channel.

  • AAX plugin doesn't initiate default slider values when loaded in Pro Tools

    49
  • Preset Browser (doesn't follow preset)

    14
    0 Votes
    14 Posts
    514 Views
    S

    @Lindon Here's the thread I just found now regarding the auto- scroll issue I meant. Hope it is clearer now. And looks like it's sill a bug.

  • HISE 3 and up wont open for me

    32
    0 Votes
    32 Posts
    4k Views
    David HealeyD

    @TNTHM the compilation isnt the issue, and he's on windows

  • Limiter module not in API?

    8
    0 Votes
    8 Posts
    706 Views
    LindonL

    @TNTHM said in Limiter module not in API?:

    @Christoph-Hart Got it. I see that there is a limiter section in the Dynamics module. Is that the limiter we should use?

    yep - but bear in mind its a look ahead limiter - and will add delay to your output...

  • Auto - Scroll Preset browser

    Unsolved
    2
    0 Votes
    2 Posts
    341 Views
    LindonL

    @Sawer said in Auto - Scroll Preset browser:

    Hello everyone.

    I am using the default preset browser to call states of the plugin, however, the highlighting square does not follow up when I selected a priest that is down to scroll to. Wondering if it is a but or if there's a method to set in the preset to make it follow.

    er..... not sure what you are saying...

  • 0 Votes
    2 Posts
    565 Views
    David HealeyD

    how to build hise 3.03?

    The version numbers are pretty meaningless. Just build the develop branch.

    the steps in the github have been stripped to nothing

    They've been simplified to 5 steps - https://github.com/christophhart/HISE#windows

    there is nothing anymore only a video from 3 years ago

    I made an updated video last year (although nothing has really changed)

    https://www.youtube.com/watch?v=D3kthNOQ9_s

    so what do i choose during install. which IPP,

    You don't need IPP but if you are using it you install the OneAPI and if I remember correctly there is an option for OneAPI in Projucer (I explain it in the video I've included below)

  • Rearranging module order and container placement

    5
    0 Votes
    5 Posts
    521 Views
    T

    @ustk Understood. Thank you.

  • Lottie Animations Quality Drops In Hise

    14
    0 Votes
    14 Posts
    517 Views
    Adam_GA

    @Christoph-Hart thanks! :)

  • Aliasing?

    14
    0 Votes
    14 Posts
    1k Views
    FrankbeatF

    I’m running a sample based Synth with 44.1kHz/16 bit (internally obersampling 4x) and I don’t hear aliasing though when I look at the waveform I can see it is distorted a little. So, what’s your experience? Where does it become audible to you?

    I have to add that I use to not transpose a sample by more than +/-2 semitones with this synth so I can’t tell how it sounds with more than that

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • If module view is open autocompletions do not show

    2
    0 Votes
    2 Posts
    236 Views
    T

    @TNTHM Answer was in the HISE shortcut menu (File > Edit Shortcuts). Press the Esc key (Mac) to enable completions.

  • Audio files sorting

    12
    0 Votes
    12 Posts
    1k Views
    R

    @d-healey said in Audio files sorting:

    Engine.sortWithFunction("items", sortFiles);}

    You've passed a string "items" as the first parameter. You need to pass an array. Also you have an extra curly brace at the end.

    I switched it to the array and it now sorted them correctly in the test plugin so I just need to make the change in the actual plugin now.

    Thankyou for your help. As usual it is very useful and much appreciated

  • ChordWheel Button Design !

    2
    0 Votes
    2 Posts
    288 Views
    David HealeyD

    @sakorada Use a panel and trigonometry.

  • Image Strip usage in the MatrixMeterFloating Tile

    18
    0 Votes
    18 Posts
    2k Views
    FortuneF

    @orange I see. Thank you!

  • Updating to the latest HISE 3.0.3 build failure

    24
    0 Votes
    24 Posts
    3k Views
    T

    Tldr for this thread:

    Upon trying to compile the source code for HISE 3.0.3 I was running into this error:

    Ignoring file ../../../../tools/faust/fakelib/libfaust.a, building for macOS-x86_64 but attempting to link with file built for macOS-arm64

    We also tried compiling through terminal directly which returned a similar error:

    ▸ Linking HISE ⚠️ ld: ignoring file ../../../../tools/faust/fakelib/libfaust.a, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 ❌ clang: error: unable to execute command: Abort trap: 6 ❌ clang: error: linker command failed due to signal (use -v to see invocation) ** BUILD FAILED ** The following build commands failed: Ld /Users/[My name]/Desktop/HISE/projects/standalone/Builds/MacOSX/build/Release/HISE.app/Contents/MacOS/HISE normal (in target 'HISE Standalone - App' from project 'HISE Standalone') (1 failure)

    The issue is with the version of Xcode being used to compile.

    I am on:

    Mac Intel i7, 2020
    Mac OS 12.1, Monterey
    HISE 3.0.3 source code
    
JUCE v6.1.4 ( comes with 3.0.3 source code)

    Xcode version that did not work:
    13.4.1

    Xcode version that does work:
    13.0

    @d-healey kindly provided the following code which will automatically download and compile the latest HISE developer source code from git:

    #!/bin/bash # Download HISE cd ~/Desktop git clone https://github.com/christophhart/HISE.git cd ./HISE git checkout develop # Extract SDKs unzip ./tools/SDK/sdk.zip -d ~/Desktop/HISE/tools/SDK # Build HISE ./tools/projucer/Projucer.app/Contents/MacOS/Projucer --resave ~/Desktop/HISE/projects/standalone/HISE\ Standalone.jucer cd ~/Desktop/HISE/projects/standalone/Builds/MacOSX xcodebuild -project "HISE Standalone.xcodeproj" -configuration Release -jobs 2 | xcpretty

    This can be saved in a text editor as:
    build_hise_osx.sh

    You can execute this script by saving it to your Documents folder and typing into terminal:
    sudo sh /Users/YOUR_USERNAME/Documents/build_hise_osx.sh

    Thank you @d-healey and @Lindon for helping me troubleshoot this. I appreciate your time and energy.

  • Math.round(value * 100);

    11
    0 Votes
    11 Posts
    1k Views
    JayJ

    @d-healey Thanks David, that did it, and like @ustk said I mixed things up. And in the snipped I provided it did work using doubleToString

17

Online

2.1k

Users

13.1k

Topics

113.7k

Posts