• Happy Holidays

    17
    8 Votes
    17 Posts
    2k Views
    BrianB

    Merry Christmas from wintery Canada πŸ™πŸ½πŸ˜ŽπŸŽ‰

  • Fast / Safe Scriptnode Usage

    12
    0 Votes
    12 Posts
    474 Views
    Christoph HartC

    @iamlamprey try it and find out :)

    Spoiler alert: Folded is an attribute :)

  • Export Samples for Installer - hanging at Compressing 100%

    Unsolved
    18
    1 Votes
    18 Posts
    2k Views
    A

    @d-healey Freezes at the same spot

    f7fc83d6-ebb5-4179-828f-87c89d075e96-image.png

    This is the same console output I get when attempting to export from HISE.

  • Rhapsody plugin installer

    5
    0 Votes
    5 Posts
    399 Views
    Christoph HartC

    aiff, aif, xml. maybe dll

  • 0 Votes
    5 Posts
    366 Views
    oskarshO

    @elemen8t no you need to write code

  • Decimally Accurate Sample Delay in Scriptnode

    10
    0 Votes
    10 Posts
    617 Views
    Christoph HartC

    @Dan-Korneff said in Decimally Accurate Sample Delay in Scriptnode:

    I found that it does a bit more than smear the signal in my testing. Sub Sample interpolation creates a full on LPF.

    Well, that's what I mean with smearing the signal :) The interpolation method will probably be responsible for it, as this is just using linear interpolation.

    I've spent a few weeks researching and creating alternative algorithms from scratch and managed to implement two other interpolators that have a better amplitude response. Just kidding, they were lying around in the JUCE DSP module waiting to be used. I've also added the possibility of using delay lines in polyphonic contexts, so you can use it to detune your synth voices.

  • Recorder display realtime Buffer

    1
    0 Votes
    1 Posts
    229 Views
    No one has replied
  • Sample Editor in the UI

    2
    1 Votes
    2 Posts
    263 Views
    Christoph HartC

    @hisefilo No. Even the thought of making all the properties customizable (because I know that this will be the follow up feature request) makes my brain hurt.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Warning Xcode 15

    45
    0 Votes
    45 Posts
    5k Views
    Evan SplashE

    @Evan-Splash said in Warning Xcode 15:

    I was able to run Xcode 14 on Sonoma using these instructions:

    Download and unpack Xcode 14.3.1 ( https://xcodereleases.com/ ) Right click and select "Show Package Contents" Navigate to Contents Open the Info.plist file Alter CFBundleVersion from 21815 to 22265 Save change Right click Xcode 14.3.1 bundle and select "Open"

    The vsti, au and app compile successfully in the HISE, but Logic Pro and Studio One crashes when trying to load the compiled plugin. The Standalone application also crashes.
    True, this is my first time on a Mac and I’m not sure that it’s the combination of Xcode14 and Sonoma, maybe I’m making some stupid mistake, for example in the project settings.
    Although the same project works fine on Windows.

    As I thought... It was necessary to remove support for 32-bit versions of Mac OS in the project settings.
    Now the compiled plugins and app launch and work correctly :)

  • Beat/time counter

    4
    0 Votes
    4 Posts
    287 Views
    hisefiloH

    @oskarsh thanks mate!!! working like a charm! The panel idea is great also. Thanks for your help :)

  • look and feel slider retaining HISEs value modes?

    7
    0 Votes
    7 Posts
    353 Views
    d.healeyD

    Oskarsh has the right idea :)

    The function I was thinking of is this one

    8a69bb84-140f-470a-a08a-3f0c287418a9-image.png

  • .HIPs and .XMLs not loading properly after recompiling HISE

    4
    0 Votes
    4 Posts
    439 Views
    E

    @d-healey Never mind. Something went wrong when I compiled HISE. I suspected it was a permissions issue since HISE normally asks for permission to access folders on my desktop on first startup, but this version did not.

    I deleted HISE, recompiled a fresh version from github, and now everything works as expected.

  • Trigger samples depending on CC numbers

    3
    0 Votes
    3 Posts
    251 Views
    S

    @d-healey said in Trigger samples depending on CC numbers:

    @Sampletekk You can do this in the controller callback. Just check the incoming controller number with Message.getControllerNumber() or the controller value with Message.getControllerValue() and perform the action you want.

    Ok, so the solution is a script! No problems, just wondered if the where any settings in the sampler that did the same

  • Release samples

    5
    0 Votes
    5 Posts
    367 Views
    S

    @musictop said in Release samples:

    Screenshot 2023-12-16 235802.png

    Thank you!

  • location of the sample folder configuration file on Linux?

    3
    0 Votes
    3 Posts
    343 Views
    musictopM

    @d-healey Thank you!

  • Table growing / flex columns

    1
    1 Votes
    1 Posts
    316 Views
    No one has replied
  • Sine Gen Coarse Ratio hard limit

    2
    0 Votes
    2 Posts
    137 Views
    ?

    answered my own question:

    const var SineWaveGenerator1 = Synth.getChildSynth("Sine Wave Generator1"); SineWaveGenerator1.setAttribute(SineWaveGenerator1.UseFreqRatio, 1); SineWaveGenerator1.setAttribute(SineWaveGenerator1.CoarseFreqRatio, 20); // this can be higher than the GUI limited 16
  • AHDSR - How does one turn off the little "stage indicators"?

    11
    0 Votes
    11 Posts
    414 Views
    ulrikU

    @RastaChess said in AHDSR - How does one turn off the little "stage indicators"?:

    I can't say I completely understand the code though. I get the part of converting from and to string, but I don't understand the "manipulate" part.

    Not much manipulation in this code, actually, just ignoring some strings that paint the things you don’t want to paint 🎨

  • Slider inside Table cannot be dragged

    3
    0 Votes
    3 Posts
    285 Views
    oskarshO

    @Christoph-Hart working now. Thanks!

18

Online

1.9k

Users

12.5k

Topics

108.8k

Posts