• Creating an array from an image

    6
    0 Votes
    6 Posts
    898 Views
    A

    @Orvillain
    Thank you!

    @griffinboy

    @griffinboy said in Creating an array from an image:

    I would like to create something where the user can load images

    I wrote a javascript code that does this. I've tried to embed that in to this project though webview but I found out I can't send the array back to onInit.

    https://docs.juce.com/master/classImage_1_1BitmapData.html
    I just found the BitmapData in JUCE and seems like it does exactly what I want.
    Not sure if i can do this but I'm tying to bring it into HISE now.

  • Viewport scrollbars are hidden if child is larger in 2 dimensions

    8
    0 Votes
    8 Posts
    528 Views
    rglidesR

    @VirtualVirgin Holy hell that's a lot of script for some scrollbars though haha. but yeah nice, glad to see it's working out. Wish we had mouseScroll too, outside of slider control

  • SampleMaps and expansions issue.

    11
    0 Votes
    11 Posts
    276 Views
    CyberGenC

    @Lindon @bendurso @d-healey Thank you guys, these are great suggestions. Much appreciated. I haven't had a chance to sit down to try to implement them yet. I'll let you know how these work out as soon as I give them a try.

  • scriptAudioWaveForm and updating contents

    5
    0 Votes
    5 Posts
    643 Views
    OrvillainO

    @clevername27 Oh lord. I'll have to check! I haven't worked on this project for a while and cannot remember. The last thing I remember doing was writing a custom sample playback node in scriptnode, managing to connect that to an AudioWaveform view. But I can't remember if I just added a distinct AudioWaveform view for each individual sampler or not.

    Will report back!

  • Preset Browser LAF (Add + Delete) Text

    Unsolved
    3
    0 Votes
    3 Posts
    141 Views
    T

    @treynterrio here is the code I've used where I get Enter Preset Name on both options (Add + Delete)

    laf.registerFunction("drawPresetBrowserDialog", function(g, obj) { var a = obj.area; var la = obj.labelArea; var h = 40; g.setColour(0xFF000000); g.fillRect([a[0] - 50, a[1] - 25, a[2] + 100, a[3] + 50]); g.setFont("arial", 13); g.setColour(0xFF000000); g.drawAlignedText("", [a[0], 50, a[2], 25], "centred"); if (obj.labelArea[2] != 0) { g.setColour(0xFFFFFFFF); g.fillRoundedRectangle([la[0] - 0, la[1], la[2] + 0, la[3]], 0); } else { g.drawAlignedText(obj.text, [a[0], a[1] + 40, a[2], 20], "centred"); } g.fillAll(noColour); g.setColour(0xFF000000); g.fillRoundedRectangle(obj.area, 0.0); g.setColour(0xFF141414); g.fillRoundedRectangle(obj.labelArea, 0.0); g.setColour(0xFFFFFFFF); g.setFont("Arial",16); g.drawAlignedText("Enter Preset Name :", removeFromTop(obj.area, 40), "centred");
  • Sometimes Hise is not saving properly the project archive or xml

    23
    4 Votes
    23 Posts
    1k Views
    d.healeyD

    @whoopsydoodle I think most of the time we don't notice because we tend to automatically hit f5 after writing some code before we save.

  • Drag and Drop MIDI on Linux?

    3
    1 Votes
    3 Posts
    121 Views
    C

    @Simon I'm having the same issue with audio files. Did you resolve this? Also, are you on macOS? It works when I use a snippet of other people's code. But not mine—I can only right-click to load something. One weird thing is that sometimes when I right-click there's a long delay before anything happens.

  • Module Browser - has it disappeared?!

    4
    0 Votes
    4 Posts
    64 Views
    d.healeyD

    @DanH Watch my videos ;)

    Right-click in the module's header and select Dump parameter ID & Values.

    32f06fc3-4f75-44ec-94f4-0ce9dfd075d2-image.png

  • Bulding plugin gives me error from xcbeautify

    1
    0 Votes
    1 Posts
    58 Views
    No one has replied
  • change color search icon

    3
    0 Votes
    3 Posts
    117 Views
    mmprodM

    @tiesvdam and you can add the icon as an icon font or svg and then color it in this laf

  • HISE_UPDATE_CONVOLUTION_DAMPING_ASYNC

    3
    0 Votes
    3 Posts
    92 Views
    JulesVJ

    @d-healey Thans for the clearification.

    From what I understand, while the Damping parameter is tweaked, the IR sample length (damping) will be updated continuously without any mute interruption. If so, that's great news.

  • AhdsrBall LAF

    7
    0 Votes
    7 Posts
    384 Views
    T

    @d-healey Thanks! fixed it. Love your help everytime

  • Change .HR1 Extension Worked

    6
    0 Votes
    6 Posts
    185 Views
    C

    @d-healey @bendurso Thank you and thank you.

  • This topic is deleted!

    Unsolved
    3
    1 Votes
    3 Posts
    38 Views
  • This topic is deleted!

    Unsolved
    11
    0 Votes
    11 Posts
    17 Views
  • End point Audiowaveform

    Unsolved
    1
    0 Votes
    1 Posts
    73 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    3
    0 Votes
    3 Posts
    28 Views
  • Issues with scriptnode in latests dev

    9
    0 Votes
    9 Posts
    315 Views
    P

    Today commit fixed this issue :)

  • PKG notarisation issue

    Solved
    8
    0 Votes
    8 Posts
    190 Views
    ustkU

    @Dan-Korneff @hisefilo @HISEnberg Alright that was that! I somehow messed up the codesign process...
    You guys nailed it ♥ 👍

  • Colours.red

    13
    0 Votes
    13 Posts
    244 Views
    hisefiloH

    @d-healey Anyway! I can live with that but I still wondering why

24

Online

1.9k

Users

12.5k

Topics

108.7k

Posts