• why there's no pads to insert as is keyboard on HISE?

    3
    0 Votes
    3 Posts
    249 Views
    W

    @alhug Yes sir, this is it, a BIG thank you!

  • loading multiple fonts

    Solved
    6
    0 Votes
    6 Posts
    331 Views
    StraticahS

    @d-healey Inter works perfectly fine :)

    this is the font i am using. I might need to switch to another font then. It seems the problem is in the font files. (only tested with 3 of their fonts)

    still strange that bold works, medium works, but not bold + medium at the same time

  • Style Preset Browser & Dropdown with Look and Feel

    12
    0 Votes
    12 Posts
    698 Views
    d.healeyD

    @Straticah I don't think you can, without editing the HISE source.

  • arp unsync?

    8
    0 Votes
    8 Posts
    423 Views
    Oli UllmannO

    @Straticah
    No, the LFOs do not trigger notes. One LFO opens the amplifier and the other LFO defines the pitch that sounds.

    If you want to trigger notes without Midi-In, you can use "Synth.playNote(NoteNumber, Velocity)". Note that you must also send a Note-Off command. This is then done with "Synth.noteOffByEventId()".

    This allows you to trigger notes via script. David demonstrates this in his video, which is why I posted it. :-)

    If you use this in combination with a timer, I think you can script an arpeggiator / sequencer.

  • How to play a sample when you release a key

    3
    0 Votes
    3 Posts
    278 Views
    0

    @d-healey Works as it should, thank you so much :)

  • Creating effect plugin

    7
    0 Votes
    7 Posts
    970 Views
    S

    @bendurso πŸ‘

  • Content Type

    5
    0 Votes
    5 Posts
    236 Views
    S

    @d-healey said in Content Type:

    @Sampletekk Slider pack

    πŸ‘

  • How to center align the PresetBrowserDialog field?

    2
    1 Votes
    2 Posts
    159 Views
    d.healeyD

    @Straticah I don't think it's possible without editing the HISE source code.

  • Any build possible with Sonoma?

    2
    0 Votes
    2 Posts
    249 Views
    D

    @AndreD Running Sonoma here and here's what works:

    Building HISE itself is fine for me with Xcode 15 Building my projects does not work for me with Xc15, but does work with Xc14. I keep both on hand.

    So overall Sonoma seems workable to me as long as you have Xc14 around.

  • Happy Holidays

    17
    8 Votes
    17 Posts
    833 Views
    BrianB

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

  • Fast / Safe Scriptnode Usage

    12
    0 Votes
    12 Posts
    323 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
    1k 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
    318 Views
    Christoph HartC

    aiff, aif, xml. maybe dll

  • 0 Votes
    5 Posts
    322 Views
    oskarshO

    @elemen8t no you need to write code

  • Decimally Accurate Sample Delay in Scriptnode

    10
    0 Votes
    10 Posts
    456 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
    204 Views
    No one has replied
  • Sample Editor in the UI

    2
    1 Votes
    2 Posts
    224 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
    253 Views
    hisefiloH

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

32

Online

1.6k

Users

11.2k

Topics

97.5k

Posts