1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

Solved Is Koala still a valid library?

Discussion in 'Scripting Workshop' started by mindblower23!, Sep 7, 2021.

  1. mindblower23!

    mindblower23! NI Product Owner

    Messages:
    40
    Hi!

    I've tried to make my first steps with Koala but I failed right at the beginning when I used load_performance_view which generated an error message by the SublimeKSP compiler stating make_perfview is to be removed (which is obviously used somewhere in the Koala code ...)

    So my question: Is Koala still recommended to be used with Kontakt 6? If not, is there a replacement? At least for the value converter functions (eg E2V.DRTime)?

    Many thanks in advance
     
    Last edited: Sep 8, 2021
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    You can still use it for sure.

    make_perfview is used in graphics_f.ksp in ui folder. You could tweak the Koala.ksp file locally to remove all imports from ui folder and then it should work.
     
  3. mindblower23!

    mindblower23! NI Product Owner

    Messages:
    40
    Thanks! I'll try that. :)