kyma•tweaky . Learn . KymaManual |
See the CapyTalkExpressions section for information on new CapyTalk expressions and usage tips.
'rustDrum129p5.aif' sampleDuration s / 4
to
'rustDrum129p5.aif' sampleFileDuration s / 4-- CarlaScaletti - 27 Jul 2004
<aRectangle> displayDisplayStrokedOn: <aGraphicsContext>
to
<aRectangle> displayStrokedOn: <aGraphicsContext>-- KevinCole - 13 Sep 2006
To assign the value of an EventExpression to a variable and also leave it on the stack, use an expression of the form anEventVariable <~ anEventExpression To assign it to a variable and leave it at the top of the stack use anEventVariable <+ anEventExpression
to:
To assign the value of an EventExpression to a variable and also leave it on the stack, use an expression of the form anEventVariable <~ anEventExpression To assign it to a variable and remove it from the stack use anEventVariable <+ anEventExpression-- KurtHebel - 10 May 2009
In the Smalltalk Quick Reference, under "Messages sent to Dates"
monthIndex | Answer the month in which the receiver falls. |
-- KevinCole - 07 Jun 2005
-- SimonAmarasingham - 09 Jan 2004
Individual Sounds are grouped into Sound files and saved on disk. When you make a change to a Sound, the Browser shows a yellow triangle next to it to indicate that it is changed in RAM but that the changes haven't been saved to the disk yet. There is no way to save just that one Sound to the disk; you have to save the entire Sound file. In the Browser, this would be all the Sounds in the indented list below the Sound File name. -- CarlaScaletti - 09 Jan 2004
Right - I got that much, however say I'm editing 2 Sound Files, called 'em (imaginatively) A and B. Both A and B have yellow traingles next to them and I want to keep changes to A but discard those for B. With the focus on the window for A, I ctrl-S to save, but in the browser the yellow traingles still exist for both. If I go to refresh the browser it asks me whether I want to save or discard changes. I think I've already saved A, but being a newbie, I'm nervous about it. This happend to me as I was working through the tutorials and editing both my own Sound File (A) and one from Kyma's "factory presets" (B).
-- SimonAmarasingham - 11 Jan 2004
-- SimonAmarasingham - 09 Jan 2004
Which page was this? Do you think a forward reference would be helpful there?
-- CarlaScaletti - 09 Jan 2004
Sure - you could forward reference to "Inserting a Sound into the Signal Flow Path" on page 101
-- SimonAmarasingham - 11 Jan 2004
-- SimonAmarasingham - 09 Jan 2004
-- SimonAmarasingham - 09 Jan 2004
Please read the the What's New lists for a full update on things that have changed since the publication of the book.
----- Revision r1.16 - 10 May 2009 - 18:58 GMT - KurtHebel
|