HISE Logo Forum
    • Categories
    • Register
    • Login

    Disable the “Skipping changed() callback during onInit for...” message

    Scheduled Pinned Locked Moved General Questions
    1 Posts 1 Posters 50 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Oli UllmannO
      Oli Ullmann
      last edited by

      Some of us would like to disable the “Skipping changed() callback during onInit for...” message.

      To do this, please open the document “ScriptingApiContent.cpp” and comment out the following lines before compiling HISE:

      if (!parent->asyncFunctionsAllowed())
      {
          debugToConsole(dynamic_cast<Processor*>(getScriptProcessor()), “Skipping changed() callback during onInit for ” + getId());
          return;
      }
      

      Just like in HISE, you also comment out code in C++ with this:

      //
      

      All the best
      Oli

      1 Reply Last reply Reply Quote 2
      • First post
        Last post

      19

      Online

      1.7k

      Users

      11.7k

      Topics

      101.9k

      Posts