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

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

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

package de.sciss.mellite
package gui

import de.sciss.lucre
import de.sciss.lucre.stm
import de.sciss.lucre.synth.Sys
import de.sciss.mellite.gui.impl.timeline.{TimelineFrameImpl => Impl}
import de.sciss.synth.proc.Timeline

object TimelineFrame {
  def apply[S <: Sys[S]](group: Timeline[S])
                        (implicit tx: S#Tx, workspace: Workspace[S], cursor: stm.Cursor[S]): TimelineFrame[S] =
    Impl(group)
}
trait TimelineFrame[S <: Sys[S]] extends lucre.swing.Window[S] {
  def view: TimelineView[S]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy