• This seems like a useful tool.

    5
    0 Votes
    5 Posts
    486 Views
    FrankbeatF

    I tried feeding it the repository but it says it is too large when I enter github.com/christophhart/HISE/ or it is invalid, when i enter github.com/christophhart/HISE/tree/develop

  • How to make Flanger in HISE?

    2
    0 Votes
    2 Posts
    253 Views
    ustkU

    @Gudru There's a PhaseFX module that you can modulate, otherwise you'll have to create your own using scriptnode and some online research on the general principles of flangers (which is basically made from a delayed copy of the signal that is modulated (plus a feedback loop) and mixed back with the original for the most simplistic approach)

  • Making Filter ADSR and Amp ADSR

    Solved
    5
    0 Votes
    5 Posts
    339 Views
    CasmatC

    @Christoph-Hart

    Will check it out! Thanks for your help!

  • Does HISE’s Filters work per note or global?

    4
    0 Votes
    4 Posts
    196 Views
    Christoph HartC

    @Casmat Yes.

  • Naming/Labeling Sample File Names

    5
    0 Votes
    5 Posts
    278 Views
    CasmatC

    @d-healey

    Makes a bit more sense now, the instrument I’m creating has 3 morph layers which are three different instruments. The user can change the gain of each morph layer and there would be a random Round robin selection for each of the morph layers.

  • Scriptnode SFZ Dropper

    8
    0 Votes
    8 Posts
    766 Views
    modularsamplesM

    So I finally got a handle on this. David's video on the File API was super helpful getting started.

    Here's how its done:

    const var ScriptnodeSyntesiser1 = Synth.getAudioSampleProcessor("Scriptnode Syntesiser1"); const slot = ScriptnodeSyntesiser1.getAudioFile(0); inline function onLoadSFZControl(component, value) { if (value) { FileSystem.browse (FileSystem.Desktop, false, "*.sfz", function (f) { slot.loadFile("{XYZ::SFZ}" + (f.toString(File.FullPath))); }); } }; Content.getComponent("LoadSFZ").setControlCallback(onLoadSFZControl);

    Generally speaking it works really well. Some observations:

    It prefers well formatted files like this to autogenerated messes like this

    I've not extensively tested this, but it seems the path must be included in the region. Setting it with "default_path" doesn't seem to work

    It doesn't like .AIF or FLAC files

    If a file doesn't work, try removing anything that isn't directly related to the mapping of samples (opcodes, comments etc)

  • Resampling/sample degrade

    9
    0 Votes
    9 Posts
    1k Views
    A

    @Christoph-Hart Is it possible to get at those inbetweens too and not just integers splitting the sample rate in half? For example if I wanted to go from 44100 to 35280?

  • Error when compiling Standalone App

    5
    0 Votes
    5 Posts
    247 Views
    oskarshO

    @Christoph-Hart Got it!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Drum Replacer (Audio to Midi Trigger)

    6
    0 Votes
    6 Posts
    434 Views
    C

    An alternative to drum replacing drums is alter the resonant properties to match those of other drums. This preserves the performance, amplitude and harmonic envelopes, and phase—no samples are needed (or used).

  • HISE performance slowing down when using SVG project?

    27
    0 Votes
    27 Posts
    4k Views
    CyberGenC

    @ustk @d-healey

    Done!

    You mates are awesome!

    Thank you.

  • About midi files loaded in Hise Midi player

    7
    6 Votes
    7 Posts
    708 Views
    C

    @ulrik 💪💪💪Get some Flying Colors going, and I'm all in!

  • Audio to Midi Trigger

    1
    0 Votes
    1 Posts
    235 Views
    No one has replied
  • Server returns status code 0

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    S

    @d-healey Solved, the name of the product had some spaces in between. Since characters do have UTF8, I replace the space with '%20'. that's it.

  • Can't use projucer at all on M1 Big Sur MacBook

    11
    1 Votes
    11 Posts
    1k Views
    ForeverLiveF

    @d-healey thank you, that just helped me too.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Linking Slider pack to Script Processor, How?

    7
    0 Votes
    7 Posts
    260 Views
    NatanN

    @d-healey Thank you So Much, That did The job :) 🙏 💗

  • "Can't find script location - The variable definition can't be found"

    3
    0 Votes
    3 Posts
    292 Views
    E

    @d-healey said in "Can't find script location - The variable definition can't be found":

    That's the correct behavior for double click. If you want to change the id you can do this in the property editor or by pressing F2

    Woops! Thanks for the info. I guess I'm still getting used to everything while transitioning away from Kontakt.

  • Oscilloscope: Draw line through values only?

    2
    0 Votes
    2 Posts
    353 Views
    ustkU

    @Frankbeat You can access oscilloscope (and other friends) as displayBuffer so you can get the corresponding path and do whatever you need with it

  • Knobs linked to Macro controls locked.

    4
    0 Votes
    4 Posts
    163 Views
    Adam_GA

    better question @Christoph-Hart haha is there any way i can disable that functionality and allow the knobs to remain enabled whether macros are powered on or not?

23

Online

2.0k

Users

12.7k

Topics

110.6k

Posts