All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.sciss.proc.Compiler.scala Maven / Gradle / Ivy

/*
 *  Compiler.scala
 *  (SoundProcesses)
 *
 *  Copyright (c) 2010-2024 Hanns Holger Rutz. All rights reserved.
 *
 *	This software is published under the GNU Affero General Public License v3+
 *
 *
 *  For further information, please contact Hanns Holger Rutz at
 *  [email protected]
 */

package de.sciss.proc

import de.sciss.proc.impl.CompilerImpl

object Compiler {
  /** Creates a new compiler. Note that the
   * peer `IMain` is lazily initialized, so
   * if you spawn compilation in a future,
   * you effectively get an asynchronous initialization.
   */
  def apply(): Code.Compiler = CompilerImpl()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy