• Naming/Labeling Sample File Names

    5
    0 Votes
    5 Posts
    268 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
    655 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
    242 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
    428 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
    3k 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
    623 Views
    C

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

  • Audio to Midi Trigger

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

    Solved
    9
    0 Votes
    9 Posts
    815 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
    255 Views
    NatanN

    @d-healey Thank you So Much, That did The job :) :folded_hands: :growing_heart:

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

    3
    0 Votes
    3 Posts
    273 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
    324 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
    160 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?

  • Standalone App vs. Plugin Standalone app: what's the difference?

    3
    0 Votes
    3 Posts
    471 Views
    gorangroovesG

    @Christoph-Hart Got you. Thank you.

  • Can I create challenge response kind license system

    25
    0 Votes
    25 Posts
    2k Views
    Christoph HartC

    @Dan-Korneff No I didn't have anyone specific in mind, but I can imagine that everybody thinks that this applies to them (myself included) - it's just too easy to get lost in the possibilities today :)

  • Waves….

    17
    0 Votes
    17 Posts
    683 Views
    ustkU

    @Dan-Korneff said in Waves….:

    yeah... they probably had a period of no sales for 24 hours and shit their pants

    Or a server implosion under ten thousands of customer emails full of dirty and carefully chosen insults in hundreds of languages :man_shrugging_light_skin_tone:

  • Code Signing error

    14
    0 Votes
    14 Posts
    858 Views
    Dan KorneffD

    @Lindon said in Code Signing error:

    I have the same problem - so I always type out the entire notarize command . Seems to be fine for codesigning but notarize not so much.

    I copy and paste from a text document. No issues here.

11

Online

1.9k

Users

12.5k

Topics

108.7k

Posts