• saveUserPreset - Question

    4
    0 Votes
    4 Posts
    153 Views
    d.healeyD

    @bendurso I also have a video about it on Patreon

    Just a moment...

    favicon

    (www.patreon.com)

  • Making a Mono Mode

    14
    0 Votes
    14 Posts
    487 Views
    d.healeyD

    @Casmat said in Making a Mono Mode:

    I’m trying to recreate Vital’s mono mode on the “newest” voice setting

    I'm not familiar with that

    I’m guessing I wouldn’t be able to hold that much note numbers in midilists, right?

    A MIDI list is just a fast array, so you can definitely use it for this. You just might need more than one.

    I thought I took care of all the hanging notes, are there more I didn’t get?

    I dunno, I didn't try it. I was responding to this question

    And would this solve notes turning off when others are released?

  • Debugging Webviews

    8
    0 Votes
    8 Posts
    342 Views
    Christoph HartC

    I think to make sure all parameters are there you can throw a error if one of the mandatory parameters or values are not met.

    The web debugger should do this for us (the Console should print out getX not defined) and there's no point duplicating this function as I would need to scan the entire JS code of the web content to search whether a function is called or not).

  • Tagging Presets?

    17
    0 Votes
    17 Posts
    737 Views
    CasmatC

    @d-healey :astonished_face: :astonished_face: :astonished_face: Never thought of using that with xml files!! Thanks Daviddddd!!!! I thought I'd have to put them in the file name haha!

  • Recorder Demo - Compilation Error

    1
    0 Votes
    1 Posts
    208 Views
    No one has replied
  • Fade out artificial notes

    8
    0 Votes
    8 Posts
    319 Views
    gorangroovesG

    Thinking more about it, it is probably my script-specific that I can't use this on noteOff.
    This is probably because within noteOn, an artificial note is created to kill an existing note lasting note already present in noteOn callback. I think that's where the mismatch happens.

  • Note Number From Event ID

    5
    0 Votes
    5 Posts
    184 Views
    CasmatC

    @d-healey yup, makes sense! Thanks!

  • plugin cannot find the .hr1 file?

    2
    0 Votes
    2 Posts
    188 Views
    d.healeyD

    The hr1 is not a monolith, it's an archive format that contains the monoliths. Are they using HISE's inbuilt sample installer that extracts the monoliths from the hr files?

  • FL Studio midi problem

    17
    0 Votes
    17 Posts
    949 Views
    R

    @gorangrooves said in FL Studio midi problem:

    @gorangrooves Found it. For anyone else looking, it is in:

    top menu Options-> Audio Settings-> CPU-> Align Tick Lengths

    Apologies I've only just seen this. Glad you found the setting though

  • Dynamically load Audio Loop Player

    3
    0 Votes
    3 Posts
    147 Views
    oskarshO

    @Christoph-Hart thanks!

  • So I moved house - and forgot everything I knew....Mac HISE Build

    7
  • How to use FileSystem.browse to return a path rather than object

    2
    0 Votes
    2 Posts
    199 Views
    LindonL

    @ospfeigrp

    .toString is your friend -

    inline function onScriptButton1Control(component, value) { if(value) FileSystem.browse("", false, "*.wav", function(files){ Console.print(files.toString(0)); //ScriptFX1.setFile(files.getChildFile(-1)); }); }; Content.getComponent("ScriptButton1").setControlCallback(onScriptButton1Control);
  • Logic Automation Scanning Issue

    3
    0 Votes
    3 Posts
    314 Views
    A

    @ericchesek Good thinking, it does appear to be that midi cc message(s).

    After extensive testing, I think it may be a bug or at the very least a less than ideal behavior.

    I downloaded some of the various Hise instruments that are linked on the main page of the Hise site as well as even bought a couple commercial releases that were made with hise.

    It appears that if in the MIX tab <> Auto Select Automation Parameters <> is on, the behavior in the video posted above happens.

    If you have that mode unchecked, it does not happen.

  • Remove 3 vertical lines from EQ Floating Tile?

    3
    0 Votes
    3 Posts
    314 Views
    A

    @d-healey thanks!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Mono Sampler

    21
    0 Votes
    21 Posts
    1k Views
    CasmatC

    @d-healey That's the thing I think I may have to build something from scratch since I'm actually thinking of using a legato that uses the samples position and transfer that position into the samples that are being glided to.

  • Enable loop in sampler

    4
    0 Votes
    4 Posts
    311 Views
    R

    @d-healey I forgot to say earlier but this worked like a charm. Thankyou for your help as it would have taken me forever to figure that out (if ever)

  • UI does not work on Load. Works after Compile

    3
    0 Votes
    3 Posts
    230 Views
    C

    @d-healey That's what I thought was going on.

    Ya, it's for a quick demo, which is why I did it in this instance.

    It'll be cleaned up later, haha.

  • Splitting and Decoding Mid Side Mic from a single stereo sample

    4
    0 Votes
    4 Posts
    281 Views
    C

    That's what I was looking for!

  • Forum Update & Test

    26
    0 Votes
    26 Posts
    2k Views
    Christoph HartC

    Looks like the main developer of Windows Vista was doing the last nodeBB update...

29

Online

1.7k

Users

11.8k

Topics

102.5k

Posts