Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
FMSound
Last updated at 7:41 pm UTC on 24 July 2022
 AbstractSound subclass: #FMSound
	instanceVariableNames: 'initialCount count waveTable scaledWaveTableSize scaledIndex scaledIndexIncr modulation multiplier normalizedModulation scaledOffsetIndex scaledOffsetIndexIncr'
	classVariableNames: 'SineTable'
	poolDictionaries: ''
	category: 'Sound-Synthesis'

 FMSound subclasses {FMClarinetSound . FMBassoonSound . UnloadedSound} 

Example

(FMSound pitch: 'a4' dur: 2.5 loudness: 0.4) play