• no appdata folder after install/launching plugin

    9
    0 Votes
    9 Posts
    267 Views
    T

    @d-healey I have found a solution. When installing the plugin, I installed the plugin folder without AudioFiles, UserPresets, etc. When I open the plugin now, it automatically copies the presets into the folder

  • FX chain runs in parallel for some reason

    Unsolved
    2
    0 Votes
    2 Posts
    191 Views
    D

    Update: I've came up with a workaround by adding 2 more channels, splitting out a dry signal at the beginning of the chain, and then subtracting it at the end. It works, but obviously it's incredibly silly, so still looking for a proper solution.
    Screenshot 2024-08-29 163357.png

  • Help me understand how the "Loop" works in "Sampler"

    Unsolved
    18
    0 Votes
    18 Posts
    1k Views
    d.healeyD

    @Mighty23 To avoid pops/clicks at the loop points you need crossfade, which means you need some space before and after the loop point.

    The property constants are part of the Sampler class, not a specific sampler.

    Try something like:

    x.set(Sampler.LoopStart, Sampler.SampleStart); x.set(Sampler.LoopEnd, Sampler.SampleEnd);
  • Access to Tablemode Viewport Component values

    4
    0 Votes
    4 Posts
    317 Views
    CyberGenC

    @Soundavid Hi,

    I'm using the table mode in a similar way, and I was wondering if it's possible to change the button's text with a callback (not in the onInit).
    For example, in your table, could you change the text of some buttons in your 'MIDI Learn' column to say 'Unlearn' if certain conditions are met? Or, once I set the text in the onInit, am I pretty much committed to it?

  • Interface Keyboard Color in condition to played chord / midinotes

    3
    0 Votes
    3 Posts
    201 Views
    M

    @Lindon

    Hey Lindon, sorry, for the wrong format, and thanks for your tip! i´m new to this =) sat a lot of hours yesterday to figure this small piece of code out. :D

    We build some kind of chord trigger, that get´s chord arrays from atm a json.

    So you have around 8-10 chords in one set, that are mapped onto the keys. everything still pretty raw.

    I defined a global var in the scriptprocessor, that holds the currently played "artificial" notes to get the current mapped notes into the interfacescript. Thats "chord".

    The script is doing what i intended inside the HISE Environment but not after exporting.

    That so far.

  • Matrix Peak Meter Tutorial

    16
    6 Votes
    16 Posts
    1k Views
    AxiomCruxA

    @Matt_SF said in Matrix Peak Meter Tutorial:

    "ChannelIndexes": [
    0,
    1
    ]

    Awesome! Thank you, that fixed it!

  • validate 3rd party licence key in HISE plugin?

    Solved
    5
    0 Votes
    5 Posts
    586 Views
    LindonL

    @Straticah said in validate 3rd party licence key in HISE plugin?:

    @dannytaurus @aaronventure thanks a lot guys! I use no code aws for hosting website, domain etc so i might look into that and see if i find someone who can help on freelance basis.

    Learning "look and feel" was the only programming i had time to learn for now ^^ sadly it does not help me much in this case :)

    Looking at the API you point at this should probably be quite do-able using the HISE Server.callWithPOST() as @dannytaurus suggests.

  • Possible to drop a folder of files?

    2
    0 Votes
    2 Posts
    176 Views
    d.healeyD

    @dannytaurus Only one file can be dropped I think. You can use the File and File System APIs to get information from the file, including its directory.

  • 0 Votes
    11 Posts
    685 Views
    W

    @Lindon also in Mac need to be lower case .wav , I just load a whole drum kit and was named .WAV and didn't sound on the plug in, I read your comment on this post and I went and change the sound .wav just to see if it works in Mac and now I can play the sounds

  • Is there a way to change the Global Tunning in Hertz? (440Hz)

    4
    0 Votes
    4 Posts
    174 Views
    S

    @aaronventure Oh, it was more simple than i thought, I did the whole Formula:

    12 * Math.log(frequency / referenceFrequency) / Math.log(2);
  • 0 Votes
    5 Posts
    140 Views
    A

    @d-healey I guess I'll add it to the Github list.

    Fun fact: I have reached 100 reports in a year!

    d9f1b3f2-f964-4fc7-a480-1072f8d5c9b4-image.png

  • 0 Votes
    10 Posts
    423 Views
    J

    Thanks everyone. I've got HISE building as part of the pipeline, and I can cache the results of that step to speed up subsequent builds.

  • Midi Out Chord Trigger

    Solved
    8
    0 Votes
    8 Posts
    248 Views
    M

    @ulrik Thanks. Putting the Message.sendToMidiOut inside both the functions did the trick. I think in the former version we had it in a sinegenerator chainelement. now i put it directly in a new project into the Mainelement Midiprocessor. Hope this makes sense.
    Thanks for the info about ableton and reaper. Will be helpfull in the future! And generally thanks to both of you for helping out!
    All the best

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    10 Views
  • 0 Votes
    8 Posts
    341 Views
    J

    @d-healey i had embed images selected in preferences

    but i didnt try this Engine.loadImageIntoPool();

  • Is there no basic ASDR?

    11
    0 Votes
    11 Posts
    604 Views
    bandit_FD1B

    @d-healey Thank you David!

  • Build for Faust on XCode

    22
    0 Votes
    22 Posts
    878 Views
    ulrikU

    @Lindon said in Build for Faust on XCode:

    @Lindon
    Screenshot 2024-08-25 at 17.08.38.png

    so it looks like I have to what codesign this? Anyone tell me what they have done?

    I open terminal and type:

    xattr -cr

    and drop the libfaust......dylib on the terminal and press enter.

    What the code does is explained here:
    link text

  • When changing the Button name do not work anymore

    21
    0 Votes
    21 Posts
    809 Views
    d.healeyD

    You need to wrap everything in code tags, it's difficult to follow the code when it's unformatted.

    In general I would say don't try and merge different snippets or bits of code you find on the forum, it tends to lead to a Frankencode mess.

    You need to understand what each bit of code does, and how it works, then rewrite it into your own project in a way that makes sense. If you don't know what the code does and how it does it then you don't have control over your own project and you'll keep running into these issues.

  • Libpd and pure data also plug data embedding

    2
    0 Votes
    2 Posts
    135 Views
    Christoph HartC

    I think there are enough options for 3rd party DSP development for now - Faust RNBO and C++ so I don‘t feel very tempted to add another boilerplate system on my plate.

  • Where has HISE's tooltips panel gone?

    10
    1 Votes
    10 Posts
    381 Views
    d.healeyD

    @Christoph-Hart Not showing here

    Peek 2024-08-25 14-53.gif

26

Online

1.9k

Users

12.5k

Topics

108.5k

Posts