我正在Squeak的一個小型項目中工作,並遇到了一個問題:無法正確解碼WAV文件。 這裏有兩種方法,我使用它的那一刻解碼: convert4bitUnsignedTo16Bit: anArray
"Convert the given array of samples--assumed to be 4-bit unsigned, linear data--into 16-bit signe
我試圖顯示一個Morph,它可以在顯示時增長和縮小。爲了不冒風險,Morph從它的窗口增長出來,我想把它放在ScrollPane,以便它可以滾動,如果它窗口太大。舉個例子: rows := Morph new
layoutPolicy: TableLayout new;
listDirection: #topToBottom;
color: Color white.
s