• PnlPresetBrowser adding images

    8
    0 Votes
    8 Posts
    665 Views
    David HealeyD

    @GUJIAN I'm not sure what to tell you, the code is there for you to modify how you like, but all the same rules apply as writing your own code from scratch. You can only assign one LAF object to a component, so you either need to remove the assignment that's in my code, or place your customisations within my LAF object.

  • Scriptnode Convolution Not Embedding

    7
    0 Votes
    7 Posts
    402 Views
    whoopsydoodleW

    @Matt_SF if I put my IR in the 'AudioFiles' folder in my project folder, the VST3 doesn't load the IR at all. If I use an IR from outside of that folder it works as long as the path of the file is maintained.

    So somehow it's even worse?

  • How to embed fonts using HISE?

    3
    0 Votes
    3 Posts
    255 Views
    Felix WF

    @d-healey Thank you very much, I successfully referenced the font

  • AudioLoopPlayer loading samples issues

    Solved
    6
    0 Votes
    6 Posts
    351 Views
    HISEnbergH

    @d-healey said in AudioLoopPlayer loading samples issues:

    https://docs.hise.audio/working-with-hise/project-management/index.html

    Thanks I am familiar with it, just been at the computer too long. Never hurts to brush up on it though.

  • Saving a project

    4
    0 Votes
    4 Posts
    370 Views
    HISEnbergH

    @bananaas007 Not all heroes wear capes ;)

  • My new free&opensource piano instrument

    3
    5 Votes
    3 Posts
    441 Views
    musictopM

    @d-healey Thank you David.
    Samples only...

  • User-Facing Strings

    Unsolved
    6
    0 Votes
    6 Posts
    266 Views
    David HealeyD

    @clevername27 said in User-Facing Strings:

    I'm interested in the ones I don't know about

    I don't think there is a convenient way to locate them as they are not in a single file. Having them in a single location would be nice, and it would allow for HISE to be translated into other languages quite easily.

  • Convolution impulse not included in final plugin

    20
    0 Votes
    20 Posts
    3k Views
    L

    @Soundavid You star. Thank you so much for your help!

  • Remove Unused Paramenter Knobs on Scriptnode

    Solved
    3
    0 Votes
    3 Posts
    172 Views
    M

    @Christoph-Hart as anticipated in the post: it was really stupid. Thank you for the time you have dedicated to me.

  • Compiling AAX LNK mismatch error

    6
    0 Votes
    6 Posts
    514 Views
    M_HollowayM

    @d-healey On Mac, just a straight up library build with no adjustments works for me 👍

  • Pamplejuce/Studiorack & Github Actions

    4
    0 Votes
    4 Posts
    499 Views
    Christoph HartC

    @modularsamples I haven't setup GitHub actions for this repo, but I'm using it for the HISE CI build, which does more or less the same (check out the repo and then run a script):

    name: CI Build on: workflow_dispatch: push: branches: - develop jobs: ci_macos: runs-on: [self-hosted, macos] steps: - name: Cleanup working directory run: rm -rf "${{github.workspace}}" - name: Checkout HISE repository uses: actions/checkout@v1 with: ref: 'develop' - name: Build & Run CI script working-directory: ${{ github.workspace }}/tools/auto_build/ run: sh ./build_ci.sh ci_windows: runs-on: [self-hosted, windows] steps: - name: Cleanup working directory working-directory: ${{ github.workspace }} run: del *.* /Q /S shell: cmd - name: Checkout HISE repository uses: actions/checkout@v1 with: ref: 'develop' - name: Build HISE CI, run unit tests & export demo project working-directory: ${{ github.workspace }}/tools/auto_build/ run: build_ci.bat shell: cmd
  • Scriptnode Syntheise - File Player Single Sample

    5
    0 Votes
    5 Posts
    583 Views
    WaterSpoonW

    @d-healey Thanks for confirming. i will go a different route.

  • How to globally disable confirmation dialogs in HISE

    5
    1 Votes
    5 Posts
    531 Views
    larryseyerL

    @ustk

    Understood.

    I'll re-compile HISE today.

    I appreciate the information.

    Thank you!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Copy and Paste UI Elements - Is there a way?

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    WaterSpoonW

    @d-healey This works!!! The J pulls up the code and it can be copied to other buttons. across projects to. The only note is it will duplicate your position as well so it newly copied knob will be on top of the original (if your looking fot it, LOL) . so change that before hitting apply or drag the dupe away. Thank you!!! Thank you for your help and feedback!!!

  • Switch Images according to a button's values

    3
    0 Votes
    3 Posts
    305 Views
    O

    Thanks @d-healey

  • 0 Votes
    4 Posts
    283 Views
    David HealeyD

    @KashKash 2022 is the one to go with - also there are instructions on the HISE github page.

  • vst instrumental plugin compilation error

    3
    0 Votes
    3 Posts
    337 Views
    N

    @Lindon yes

  • Audio FX plugin with midi In

    14
    0 Votes
    14 Posts
    738 Views
    ulrikU

    @ulrik Ok, my progress in finding a way to communicate midi to Effect plugins inside Logic and Ableton Live :

    Using an extra plugin that send OSC messages to the Effect plugin seems to work quite nice, all I need for this plugin is to trigger the TransportHandler with note on and off messages.

    In Logic the extra plugin (Send OSC) goes into the Midi FX Slot on the same track as the Effect plugin
    In Live I need to set up an extra track with midi in enabled all the time (even if another track is selected)

    osc send.gif

  • issue with png filmstrips for a simple knob control

    7
    0 Votes
    7 Posts
    749 Views
    C

    @d-healey This was the issue, changed the size of the knob before making the filmstrip and this solved it, thanks!

22

Online

2.1k

Users

13.0k

Topics

112.6k

Posts