• Linked Knobs kill sound

    2
    0 Votes
    2 Posts
    143 Views
    A

    @treynterrio you mean linking the the component properties?

    Having a link there bypasses the control callback. Could be related. Does it also blow up your interface? There's currently an issue where setting anything with a frequency parameter in scriptnode to undefined breaks the audio engine and sends a weird sub20hz signal at +24dB

  • Changing the Monolith File Extension

    Solved
    7
    0 Votes
    7 Posts
    260 Views
    clevername27C

    @d-healey Thank you!!!!!

  • Audio Waveform Display Zoom Level

    Solved
    5
    1 Votes
    5 Posts
    314 Views
    d.healeyD

    @HISEnberg said in Audio Waveform Display Zoom Level:

    Maybe a feature request

    I'm sure it's been requested a few times

  • Mix Knob

    10
    0 Votes
    10 Posts
    507 Views
    M

    @d-healey ok now I found the problem my Knob was set to percent 0-100% and not to Linear 0-127 the value of the default knob only went up to 1. thank you

  • Make a Panel Visible in oninit

    9
    0 Votes
    9 Posts
    404 Views
    larryseyerL

    @d-healey

    Found the typo... fixed it...

    Thanks for the video.

    I've been watching your videos ever since I first found out about HISE (which was only a couple of weeks ago)

    Funny thing is, looks like I've already watched that particular video.

    I'll watch it more closely this time.

    Thanks for all your help and rapid response.

    BTW, also I really appreciate the work you've done with the instructional videos...

    Great job!

    All the very best to you!

    L

  • Help me to make an Auto scrolling Name/Credits with Panel But Loopable

    10
    0 Votes
    10 Posts
    738 Views
    DabDabD

    @M_Holloway Excellent :beaming_face_with_smiling_eyes:

    Thank you @M_Holloway @ulrik

  • Code Snippet - New SampleMap Broadcaster Attachment

    1
    2 Votes
    1 Posts
    150 Views
    No one has replied
  • Sorting a fixObjectStack / setCompareFunction

    4
    0 Votes
    4 Posts
    181 Views
    CyberGenC

    @CyberGen @Christoph-Hart I just noticed the fixObjectArray does not show and Insert function in the API, how does one insert elements into it?

  • Randomize Presets

    3
    0 Votes
    3 Posts
    245 Views
    M

    @meto396 yes this worked thank you :folded_hands_medium-light_skin_tone:

  • When automating knobs drawing line is slow

    3
    0 Votes
    3 Posts
    261 Views
    D

    @d-healey here is the drawing function, I call this when I move the knobs.

    function connect() { bg.setPaintRoutine(function(p) { p.setColour(0xFF6F6F6F); p.drawLine(oscFreq.getValueNormalized() * 114 + 27, oscFreqSlide.getValueNormalized() * 114 + 27, 105, 155, 1); p.drawLine(oscFreqSlide.getValueNormalized() * 114 + 27, oscFreqMacro.getValueNormalized() * 114 + 27, 155, 205, 1); p.drawLine(delayTime.getValueNormalized() * 114 + 27, delayTimeSlide.getValueNormalized() * 114 + 27, 265, 315, 1); p.drawLine(delayTimeSlide.getValueNormalized() * 114 + 27, delayTimeMacro.getValueNormalized() * 114 + 27, 315, 365, 1); p.drawLine(freqShifter.getValueNormalized() * 114 + 27, freqShifterSlide.getValueNormalized() * 114 + 27, 425, 475, 1); p.drawLine(freqShifterSlide.getValueNormalized() * 114 + 27, freqShifterMacro.getValueNormalized() * 114 + 27, 475, 525, 1); p.drawLine(wideFreq.getValueNormalized() * 114 + 307, wideFreqSlide.getValueNormalized() * 114 + 307, 105, 155, 1); p.drawLine(wideFreqSlide.getValueNormalized() * 114 + 307, wideFreqMacro.getValueNormalized() * 114 + 307, 155, 205, 1); p.drawLine(width.getValueNormalized() * 114 + 307, widthSlide.getValueNormalized() * 114 + 307, 265, 315, 1); p.drawLine(widthSlide.getValueNormalized() * 114 + 307, widthMacro.getValueNormalized() * 114 + 307, 315, 365, 1); p.drawLine(pan.getValueNormalized() * 114 + 307, panSlide.getValueNormalized() * 114 + 307, 425, 475, 1); p.drawLine(panSlide.getValueNormalized() * 114 + 307, panMacro.getValueNormalized() * 114 + 307, 475, 525, 1); }); }
  • Sample Editor Pop Up Window For Loop Points

    24
    0 Votes
    24 Posts
    2k Views
    W

    @DanH Ok so I finally figured it out on my own after HOURS of comparing and contrasting to the Custom Sample Import Demo. Thank you all.

  • Carousel like Panel change

    10
    0 Votes
    10 Posts
    715 Views
    NatanN

    @treynterrio Glad to hear it
    @M_Holloway Great job man, ThumbUp :thumbs_up:
    @d-healey Thanks for Upvote Sir David <3

  • Connecting tables in scriptnode to the interface?

    4
    0 Votes
    4 Posts
    286 Views
    d.healeyD

    @aaronventure The index will be 0 for the first slot, 1 for the second, etc.

    You'd need to get a reference to the Table to set the table points, you can't do it directly on the ScriptTable

  • Scripting to access parameters in scriptfx

    Unsolved
    5
    0 Votes
    5 Posts
    480 Views
    HISEnbergH

    @griffinboy I mean honestly you can just use the scriptFx as well (I forgot that its been updated), but the EffectSlot offers flexibility if you are looking to change out networks on the fly. So you can pretty much disregard my last post unless you are looking to do this.

  • get current position in sample?

    22
    0 Votes
    22 Posts
    1k Views
    ulrikU

    @Natan because you have to make a reference to the loaded audio file like this

    var current = AudioLoopPlayer1.getAudioFile(0).getCurrentlyDisplayedIndex(0);
  • drawDropShadowFromPath error: Point is not an array

    Solved
    3
    0 Votes
    3 Posts
    186 Views
    Dan KorneffD

    @aaronventure Thank you!

  • More than Two Plugin Instances Just Stop Running

    Solved
    10
    0 Votes
    10 Posts
    543 Views
    clevername27C

    @aaronventure Thank you, good sir.

  • Changing Y Position of a Button with an other Button

    10
    0 Votes
    10 Posts
    410 Views
    T

    @d-healey said in Changing Y Position of a Button with an other Button:

    button[5]

    ok I've found the problem it works now. thank you

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Can a later script pick up an artificial event?

    Solved
    2
    0 Votes
    2 Posts
    203 Views
    A

    @d-healey yes but only in child processors, not sibling processors.

    You can filter it with isArtificial.

    You can also always get an exact match for it with an id.

13

Online

1.8k

Users

12.1k

Topics

104.9k

Posts