The Trunk: Sound-mt.103.mcz
[email protected] Tue, 4 Aug 2026 07:35:43 0000
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Marcel Taeumel uploaded a new version of Sound to project The Trunk: http://source.squeak.org/trunk/Sound-mt.103.mcz ==================== Summary ==================== Name: Sound-mt.103 Author: mt Time: 4 August 2026, 9:35:35.331447 am UUID: 870de4da-1b04-504c-bf61-63b66ca9679a Ancestors: Sound-ct.102 Add commentary to explain missing sends of #doPrimitive:. =============== Diff against Sound-ct.102 =============== Item was changed: ----- Method: FFT>>pluginTransformData: (in category 'plugin-testing') ----- pluginTransformData: forward "Plugin testing -- if the primitive is not implemented or cannot be found run the simulation. See also: FFTPlugin" <primitive: 'primitiveFFTTransformData' module: 'FFTPlugin'> + self flag: #InterpreterPlugin. "mt: Requires VMMaker to run simulation." ^(Smalltalk at: #FFTPlugin ifAbsent:[^self primitiveFailed]) doPrimitive: 'primitiveFFTTransformData'.! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]