
de.sciss.proc.Gen.scala Maven / Gradle / Ivy
/*
* Gen.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.lucre.{Obj, Txn}
trait Gen[T <: Txn[T]] extends Obj[T] {
def valueType: Obj.Type
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy