User contributions
- 08:28, 15 December 2019 diff hist +5,274 Tutorial Marked this version for translation
- 08:28, 15 December 2019 diff hist +26 Tutorial
- 08:26, 15 December 2019 diff hist -56 Installation/zh-tw current
- 08:26, 15 December 2019 diff hist -16 Translations:Installation/2/zh-tw current
- 16:21, 24 November 2019 diff hist -4 What is a pattern?/zh-tw Created page with "其中我們可以看出第一個事件<syntaxhighlight lang="Haskell" inline>1</syntaxhighlight> 在循環內的前1/3作用中,以此類推。" current
- 16:21, 24 November 2019 diff hist +146 N Translations:What is a pattern?/8/zh-tw Created page with "其中我們可以看出第一個事件<syntaxhighlight lang="Haskell" inline>1</syntaxhighlight> 在循環內的前1/3作用中,以此類推。" current
- 16:19, 24 November 2019 diff hist +89 N Translations:What is a pattern?/7/zh-tw Created page with "<syntaxhighlight lang="Haskell"> (0>⅓)|"1" (⅓>⅔)|"2" (⅔>1)|"3" </syntaxhighlight>" current
- 16:19, 24 November 2019 diff hist +18 What is a pattern?/zh-tw Created page with "運行上述代碼,你應該可以在你的控制台內容中看到第一個循環的輸出緩衝訊息:"
- 16:19, 24 November 2019 diff hist +108 N Translations:What is a pattern?/6/zh-tw Created page with "運行上述代碼,你應該可以在你的控制台內容中看到第一個循環的輸出緩衝訊息:" current
- 16:16, 24 November 2019 diff hist +77 N Translations:What is a pattern?/5/zh-tw Created page with "<syntaxhighlight lang="Haskell"> "1 2 3" :: Pattern String </syntaxhighlight>" current
- 16:16, 24 November 2019 diff hist -20 What is a pattern?/zh-tw Created page with "上述的代碼看上去像是一行字符串,但Tidal默默地將它語法分析為一個圖式(使用名為parseBP_E的隱藏函數)。從字符串到Tidal圖式的類..."
- 16:16, 24 November 2019 diff hist +396 N Translations:What is a pattern?/4/zh-tw Created page with "上述的代碼看上去像是一行字符串,但Tidal默默地將它語法分析為一個圖式(使用名為parseBP_E的隱藏函數)。從字符串到Tidal圖式的類..." current
- 16:03, 24 November 2019 diff hist +59 N Translations:What is a pattern?/3/zh-tw Created page with "<syntaxhighlight lang="Haskell"> "1 2 3" </syntaxhighlight>" current
- 16:03, 24 November 2019 diff hist +4 What is a pattern?/zh-tw Created page with "在使用Tidal創作音樂時,這部分多半無法察覺,但讓我們來深入觀察一個非常簡單的圖式背後運作的方式。"
- 16:03, 24 November 2019 diff hist +140 N Translations:What is a pattern?/2/zh-tw Created page with "在使用Tidal創作音樂時,這部分多半無法察覺,但讓我們來深入觀察一個非常簡單的圖式背後運作的方式。" current
- 16:00, 24 November 2019 diff hist +6 What is a pattern?/zh-tw
- 16:00, 24 November 2019 diff hist +6 Translations:What is a pattern?/1/zh-tw current
- 16:00, 24 November 2019 diff hist +10 What is a pattern?/zh-tw Created page with "在Tidal裡,究竟什麼是“圖式”呢?有很多方式回答這個問題:就技術層面的定義來說,圖式是一個由時間到事件,在背景運行的函..."
- 16:00, 24 November 2019 diff hist +374 N Translations:What is a pattern?/1/zh-tw Created page with "在Tidal裡,究竟什麼是“圖式”呢?有很多方式回答這個問題:就技術層面的定義來說,圖式是一個由時間到事件,在背景運行的函..."
- 15:44, 24 November 2019 diff hist +8,729 N What is a pattern?/zh-tw Created page with "什麼是"圖式"?"