RedDTMF:
Filter:
Classes (extension) | Red > redUGens

RedDTMF : Object
ExtensionExtension

old-skool telephone
Source: RedDTMF.sc

Description

Silly class simulating old telephone tone dialing and ring signals. See http://en.wikipedia.org/wiki/DTMF

Class Methods

RedDTMF.new(char)

Returns a pair of frequencies corresponding to the DTMF specs.

RedDTMF.string(str)

Decodes a string into frequency pairs.

RedDTMF.ar(char, mul: 1)

Returns audio rate ugens for a particular char.

RedDTMF.kr(char, mul: 1)

Returns control rate ugens for a particular char.

RedDTMF.dial(str, rate: 2, mul: 1)

Returns a set of audio rate ugens that simulates dialing tones.

RedDTMF.signal(rate: 0.2, mul: 1)

Returns a set of audio rate ugens that simulates a signal tone.

Inherited class methods

Instance Methods

Inherited instance methods

Examples