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

de.sciss.mellite.gui.BasicTools.scala Maven / Gradle / Ivy

The newest version!
/*
 *  BasicTools.scala
 *  (Mellite)
 *
 *  Copyright (c) 2012-2019 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.mellite.gui

import de.sciss.lucre.stm
import de.sciss.model.Model

object BasicTools {
  final val MinDur = 32
}
trait BasicTools[S <: stm.Sys[S], T, +U] extends Model[U] {
  var currentTool: T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy