VM Maker: VMMaker.oscog-eem.145.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker.oscog-eem.145.mcz

commits-2
 
Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.145.mcz

==================== Summary ====================

Name: VMMaker.oscog-eem.145
Author: eem
Time: 18 February 2012, 5:45:00.971 pm
UUID: 7f3d6fd8-ce44-45ac-82f8-d0ed70d6f188
Ancestors: VMMaker.oscog-eem.144

Nuke obsolete SoundGenerationPlugin primitives.  SGP gets its
primitives from AbstractSound translatedPrimitives.

=============== Diff against VMMaker.oscog-eem.144 ===============

Item was removed:
- ----- Method: SoundGenerationPlugin>>primitiveFMSoundMix (in category 'obsolete primitives') -----
- primitiveFMSoundMix
- <export: true>
- ^self primFMSoundmixSampleCountintostartingAtpan!

Item was removed:
- ----- Method: SoundGenerationPlugin>>primitiveOldSampledSoundMix (in category 'obsolete primitives') -----
- primitiveOldSampledSoundMix
- <export: true>
- ^self oldprimSampledSoundmixSampleCountintostartingAtleftVolrightVol!

Item was removed:
- ----- Method: SoundGenerationPlugin>>primitivePluckedSoundMix (in category 'obsolete primitives') -----
- primitivePluckedSoundMix
- <export: true>
- ^self primPluckedSoundmixSampleCountintostartingAtpan!

Item was removed:
- ----- Method: SoundGenerationPlugin>>primitiveSampledSoundMix (in category 'obsolete primitives') -----
- primitiveSampledSoundMix
- <export: true>
- ^self primSampledSoundmixSampleCountintostartingAtpan!

Item was removed:
- ----- Method: SoundGenerationPlugin>>primitiveWaveTableSoundMix (in category 'obsolete primitives') -----
- primitiveWaveTableSoundMix
- <export: true>
- ^self primWaveTableSoundmixSampleCountintostartingAtpan!