• Recorder display realtime Buffer

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

    2
    1 Votes
    2 Posts
    241 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
    4k 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
    268 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
    336 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
    313 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
    237 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
    336 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
    299 Views
    musictopM

    @d-healey Thank you!

  • Table growing / flex columns

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

    2
    0 Votes
    2 Posts
    124 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
    403 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
    257 Views
    oskarshO

    @Christoph-Hart working now. Thanks!

  • Project management window

    1
    0 Votes
    1 Posts
    73 Views
    No one has replied
  • ScriptFX Parameter Example?

    12
    0 Votes
    12 Posts
    354 Views
    Christoph HartC

    @iamlamprey either there or you can just call exportState() from a script, this will also give you the Base64 string.

  • Keybed colouring....

    5
    0 Votes
    5 Posts
    176 Views
    LindonL

    @d-healey said in Keybed colouring....:

    @Lindon Yeah (I assume we're talking about the white key at the end?)

    sorry - yes we are... ok bug it is...

    @Christoph-Hart !!!!

  • Pretty weird problem with the Preset Browser ?

    45
    0 Votes
    45 Posts
    3k Views
    Evan SplashE

    The topic is old, but if suddenly someone, like me, is looking for a solution to correctly switch presets with only 2 columns...
    If you set 2 columns in the browser settings, then when you switch the next/previous preset, the browser will return to the category column. With three columns (default), the browser correctly displays the selected preset. Possibly a bad solution, but it works. Just reduce the ratio of the first column to zero if you only need to display 2.

    "NumColumns": 3, "ColumnWidthRatio": [ 0.0, 0.5, 0.5 ],
  • Arp Note Length

    2
    0 Votes
    2 Posts
    223 Views
    LindonL

    @trillbilly said in Arp Note Length:

    Hey Gang,
    Im creating a drum plugin with randomization to an arp. All is working well except the Note Length. If I set them to 100 & then randomize the Step Count, they then go back to the default.

    Can the Arp Note Length be set to 100 at all times?

    You can (re)set the Note Length in your Step Count callback.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    25 Views
    No one has replied

23

Online

1.7k

Users

11.8k

Topics

102.6k

Posts