顯示具有 pure data 標籤的文章。 顯示所有文章
顯示具有 pure data 標籤的文章。 顯示所有文章

2014年1月8日 星期三

Pd-extended on Raspberry Pi

# vi /etc/apt/sources.list
deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free rpi
$ wget https://puredata.info/downloads/pd-extended-0-43-3-on-raspberry-pi-raspbian-wheezy-armhf/releases/1.0/Pd-0.43.3-extended-20121004.deb
$ sudo dpkg -i Pd-0.43.3-extended-20121004.deb

$ sudo apt-get update
$ sudo apt-get -f install



References :
Pd-extended 0.43.3 on Raspberry Pi (Raspbian Wheezy) - armhf — PD Community Site

2014年1月3日 星期五

puredata ALSA output error (snd_pcm_open): No such file or directory

$ pd -nogui -noadc -alsa testPatch.pd

ALSA output error (snd_pcm_open): No such file or directory


// list sound card device
$ aplay -l

// try the correct sound device
$ pd -audioindev 0 -audiooutdev 0
Media -> Test Audio and MIDI...



// set correct audio device
$ pd
Media -> Audio Settings... -> select Input and Output device





References :
Running Puredata on the Raspberry Pi | Limina.Log
Raspberry Pi • View topic - alsa audio-in with Pure Data and USB dongle

2013年12月17日 星期二

Miller Puckette 來臺灣

時間:12/16 (一) 19:00~21:00
地點:睡不著咖啡(地下室)

http://www.facebook.com/groups/286242531394736/permalink/706923579326627/





今天有聽到一些討論:


臺灣社羣爲 Pd 做了一個 extension,一個 Toolbar,方便可以新增物件。


Q : 爲什麼會使用 Tcl/Tk 做 GUI 介面?
A : 在 1990 年代就是用 Tcl/Tk,而且它能運作。或許可以用 parser 將 pd 物件專成在 GTK+ 上顯示。

    一些相關討論:



Pure Data 中文輸入問題:

    2011/3/31 Puredata.Taipei: puredata 0.43發布

   在 Pure Data 0.43 發布後,可輸入中文,但是中文字會超過物件外框 (Bug),由 Kanru 發布的 Patch 修正。至今,Pure Data 在 Linux 下中文輸入還是有點問題,輸入法切換鍵可能被佔用,目前可用的有 Fcitx 輸入法,ibus、gcin 不行。
  

2013年7月13日 星期六

Debian install pd-extended

# vi /etc/apt/sources.list 
deb http://apt.puredata.info/releases testing main
 
# apt-get update
 
# apt-get install pd-extended 
 
 
 
 
Reference : 
How do I install Pd on Debian, Ubuntu, Mint GNU/Linux? — PD Community Site