Package

scalaudio.units

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class OptionHolder[T] extends AnyRef

    Permalink
  2. case class OptionHolderState[T](valueOption: Option[T], lastFulfilledValue: T) extends Product with Serializable

    Permalink

    OptionHolderStateGen - option holder (name is an analogy to "sample & hold") accepts options but outputs a fulfilled value at every sample.

    OptionHolderStateGen - option holder (name is an analogy to "sample & hold") accepts options but outputs a fulfilled value at every sample. If the received option is None, it simply outputs the last provided value.

    Created by johnmcgill on 6/4/16.

Value Members

  1. object OptionHolder

    Permalink

Ungrouped