We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Working with XML files tutorial (markdown)
XMLDOMParser page on Squeak wiki
Link to Squeak wiki: XML and YAXO
Start of development of an XML tutorial. It is probably just an adaption of an existing tutorial.
subclass of a Morph; drawOn: aCanvas
Example: FMSound majorChord play
Explain the definition of a note by a triplet (pitch, duration, loudness)
Added link to page 'How_to_install_StyledText'
Copied instructions of Juan Vuletich from mailing list
Updated How_to_use_sound (markdown)
Started section 'Example with specifying the tune with Solfège (do re mi)'
Updated How to use sound (markdown)
Link to How_to_use_sound
Added section about 'Class AbstractSound'
Added reference to Squeak wiki sound information: http://wiki.squeak.org/squeak/152
How to play a 'wav' file.
Added 'How to generate a 'wav' file
Initial example taken from https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/issues/82#issue-119012233
Now working example: 3 methods needed to implement the file reading service.
Updated How_do_I_read_a_file_dragged_and_dropped_on_to_the_desktop (markdown)
Reference to https://github.com/Cuis-Smalltalk/Erudite added.