PeakCentroid1D

final case class PeakCentroid1D(in: D, size: I, thresh1: D, thresh2: D, radius: I) extends Lazy[Double]

'''Warning:''' window parameter modulation is currently not working correctly (issue #30)

Companion:
object
trait Serializable
trait Lazy[Double]
trait GE[Double]
trait Expander[UGenInLike[Double]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def peak: D

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product