Class CodeRootDelegate

java.lang.Object
org.praxislive.code.CodeDelegate
org.praxislive.code.CodeRootDelegate
Direct Known Subclasses:
CodeRootContainerDelegate

public class CodeRootDelegate extends CodeDelegate
Base class for user rewritable Root code.
  • Constructor Details

    • CodeRootDelegate

      public CodeRootDelegate()
  • Method Details

    • init

      public void init()
      Hook called whenever the delegate needs to be initialized. Will be called when the root is started, and any time the code is updated. Because this code is called in a running root, the code should be suitable for real-time usage.