object SyncSaw extends Serializable
A sawtooth oscillator UGen that is hard sync'ed to a fundamental pitch. That
is, a sawtooth waveform is produced at one frequency, sawFreq
, whereas a
trigger at a another frequency, syncFreq
, resets the phase of the sawtooth to
zero.
This produces an effect similar to moving formants or pulse width modulation. This is not a band limited waveform, so it may alias.
Examples
// modulate saw frequency play { SyncSaw.ar(100, Line.kr(100, 800, 12)) * 0.2 }
- Alphabetic
- By Inheritance
- SyncSaw
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
ar(syncFreq: GE = 440.0f, sawFreq: GE = 440.0f): SyncSaw
- syncFreq
synchronizing (master) frequency which is the perceived fundamental
- sawFreq
sawtooth (slave) frequency. It should typically be greater than
syncFreq
.
- def ar: SyncSaw
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
kr(syncFreq: GE = 440.0f, sawFreq: GE = 440.0f): SyncSaw
- syncFreq
synchronizing (master) frequency which is the perceived fundamental
- sawFreq
sawtooth (slave) frequency. It should typically be greater than
syncFreq
.
- def kr: SyncSaw
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )