• How to Auto rotate Film strip knob

    18
    0 Votes
    18 Posts
    773 Views
    NatanN

    @BWSounds
    You Just Need To Change The Below Numbers, So They Match To Your Png Image:

    reg Star_total_frames = 65; // total frames in the filmstrip reg Star_frame_height = 100; // the height(y) of each frame

    And The Image PNG Name, Or Just Rename Your PNG To star.png And You're All Set.

    Star.loadImage("{PROJECT_FOLDER}star.png", "Star"); // Just Change The star.png

    I Don't See Any Errors Here

  • How to Control Delay feedback L & R with One Knob

    6
    0 Votes
    6 Posts
    285 Views
    ?

    @orange ..Now totally understood. Thank you :)

  • Opening project on Windows

    12
    0 Votes
    12 Posts
    515 Views
    d.healeyD

    Yep it was an audio setup thing, for some reason my sound card preferences were messed up and no audio output was set. Might be good to output a warning message when this happens.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • is VST3 experimental Hise?

    12
    0 Votes
    12 Posts
    510 Views
    FortuneF

    @Christoph-Hart said in is VST3 experimental Hise?:

    I haven't bothered with VST3 myself yet, because I'm one of the lucky ones that grabbed a VST2 license a few weeks before they closed it :)

    It's still experimental in the sense that the export process might not be as smooth as VST2, but once you get it exported, there are no known issues that are specific to this platform (in the sense that something works as VST2 but doesn't as VST3).

    I understand, Thank you, I will try VST3

  • Fun with more/less regex

    6
    0 Votes
    6 Posts
    303 Views
    LindonL

    @Christoph-Hart - yep works like a charm - thanks.

  • Beta Testers Needed <<<<<<<<<<<<<<<<

    12
    5 Votes
    12 Posts
    464 Views
    orangeO

    @Tania-Mosh Thank you!

  • Filter on a per-note basis

    4
    0 Votes
    4 Posts
    169 Views
    musictopM

    @waveguy maybe these may be of use:

    Link Preview Image HISE | Audio Modules | Keynumber

    A Keynumber Modulator to modulate a value based by their note.

    favicon

    (docs.hise.audio)

    and

    Link Preview Image HISE | Audio Modules | Array Modulator

    Creates a modulation signal from an array (note-number based).

    favicon

    (docs.hise.audio)

  • Engine.setUserPresetTagList

    22
    0 Votes
    22 Posts
    917 Views
    Casey KolbC

    Was it ever working on Windows? Or do we think this is related to LAF or a recent commit?

  • Viewport Look and feel

    5
    0 Votes
    5 Posts
    414 Views
    D.Williams23D

    @d-healey Alright cool. Just wanted to make sure I wasn't missing anything. I want to use it for a preset browser. Thanks for clearing that up

  • Why isn't my smoothie smoother, smoother...?

    2
    0 Votes
    2 Posts
    143 Views
    ustkU

    @Christoph-Hart Well, apparently fastMode is set to true by default, so the smoothingTime has no effect.

    Setting fastMode to false actually makes the upward ramp smother but still not usable (probably due to the yellow circle transition part) Also, how to make the downward ramp smooth too (red circle)? Should I compute my own S-shape interpolation and not use a smoothed_gainer? Would using samples instead of buffer in the processBlock callback change anything?

    Untitled.png

  • Getting todays date in HISE

    33
    2 Votes
    33 Posts
    3k Views
    ustkU

    @LeeC look for Engine.getSystemTime(bool includeDividerCharacters)

  • Latest commit - Filter LFO behaviour change?

    3
    0 Votes
    3 Posts
    147 Views
    DanHD

    @Christoph-Hart Thank you, I had just seen this and was running some tests. Still running them, but it seems that changing the Bi-Polar Freq setting won't change the filter display (but will change the lfo behaviour as expected etc).

  • Button using an png image created on figma

    6
    0 Votes
    6 Posts
    334 Views
    S

    @Natan Yeah!! Thanks!

  • Is a OSX developer account necessary?

    4
    0 Votes
    4 Posts
    203 Views
    LindonL

    @d-healey said in Is a OSX developer account necessary?:

    @DanH You only need a developer account to codesign and notarize plugins for MacOS, and to sell apps in their app store.

    If I remember correctly - not on the Mac right now - you codesign with your (free) apple ID and noterize with your ($99/year) Apple developer account. So if you are not building installers or stand-alones you dont need to noterize just codesign so you should be able to avoid the fees

  • Auto Threshold Detector

    5
    0 Votes
    5 Posts
    386 Views
    LindonL

    @D-Williams23 said in Auto Threshold Detector:

    @Lindon Okay I looked at it. I've never used this function before so I don't even know where to begin.

    so for a number of modules (including simple gain modules) you can obtain the current audio level for the left and right channels:

    leftLevel = Engine.getDecibelsForGainFactor(MasterGain.getCurrentLevel(0));

    so your script would (at this point) know the current level - you just need to place this inside a timer callback to get a realtime-ish level value in your script.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Look and Feel

    4
    0 Votes
    4 Posts
    299 Views
    Casey KolbC

    :winking_face:

  • Routing Matrix

    7
    0 Votes
    7 Posts
    541 Views
    D.Williams23D

    @Lunacy-Audio

    Wow, I guess I should go back to @d-healey's video of scripting 101 in Hise all over again haha. Thank you that fixed it now project complete.

  • EQ display weirdness on MacOS

    3
    0 Votes
    3 Posts
    173 Views
    d.healeyD

    Yep that was it, Mac Mini thought 16Khz was cool :p

32

Online

1.8k

Users

12.1k

Topics

105.7k

Posts