Navigation

    Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    1. Home
    2. dustbro
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    dustbro

    @dustbro

    475
    Reputation
    1275
    Posts
    1356
    Profile views
    7
    Followers
    0
    Following
    Joined Last Online
    Website www.dankorneff.com Location New York

    dustbro Follow
    Beta Testers

    Posts made by dustbro

    • RE: Multi Instance DAW Crash Issue Guide

      @d-healey said in Multi Instance DAW Crash Issue Guide:

      Are you setting attributes only in deferred scripts?

      Synth.deferCallbacks(true);
      

      This is the second line on my onInit. I don't need to call this on my separate "include" scripts, right? Those should be considered part of the Interface script.

      posted in General Questions
      dustbro
    • RE: Multi Instance DAW Crash Issue Guide

      @orange said in Multi Instance DAW Crash Issue Guide:

      Number one cause is the amount of used setAttribute APIs

      @orange @Christoph-Hart does this also include setValue()? If not, I might use scripts to set the value of panels, and then us the Panel Property Editor to assign Processor/Parameter IDs.
      Can panels even do that?...

      posted in General Questions
      dustbro
    • RE: ERROR_CGDataProvider_BufferIsNotBigEnough - Help with core graphics

      @d-healey Radeon HD 4870

      posted in Bug Reports
      dustbro
    • RE: ERROR_CGDataProvider_BufferIsNotBigEnough - Help with core graphics

      @d-healey 10.13.6

      posted in Bug Reports
      dustbro
    • RE: ERROR_CGDataProvider_BufferIsNotBigEnough - Help with core graphics

      @d-healey This specific DAW is protools, but I'm also seeing the issue in Logic.

      posted in Bug Reports
      dustbro
    • ERROR_CGDataProvider_BufferIsNotBigEnough - Help with core graphics

      I'm trying to track down a MAC core graphics issue that is making the DAW GUI sluggish.
      Without OpenGL, the DAW will creep to a halt as soon as the plugin is inserted. With OpenGL enabled, the DAW is only slow when the plugin is visible.
      It seems to only effect slightly older MacOS users.
      Time Profiler points to an error in Core graphics while drawing pixels

      ERROR_CGDataProvider_BufferIsNotBigEnough+0x31
      

      Any tips or tricks with this?

      posted in Bug Reports
      dustbro
    • RE: Expansion Tutorial

      @Christoph-Hart said in Expansion Tutorial:

      I just want people to get acquainted with the basic functionality before taking the next step.

      Ready! ๐Ÿ˜€

      posted in Blog Entries
      dustbro
    • RE: HISE HEAVY ON GPU PROCESSING?

      I think it depends on the OpenGL version installed on your computer.

      https://forum.juce.com/t/opengl-not-working-black-screen/31182/3

      from the link: (I haven't tried it yet)

      you can add in your own OpenGL version check before doing any rendering with something like this:

      auto ver = String::fromUTF8 ((const char*) glGetString (GL_VERSION));
      

      and then fall back to the software renderer if itโ€™s too old.

      posted in General Questions
      dustbro
    • RE: Multi Instance DAW Crash Issue Guide

      just tried... it worked

      posted in General Questions
      dustbro
    • RE: Multi Instance DAW Crash Issue Guide

      @orange said in Multi Instance DAW Crash Issue Guide:

      Instead, use as jpeg

      Are we able to use JPG? I thought PNG was the only option.

      posted in General Questions
      dustbro