From gnd at itchybit.org Thu Oct 1 09:30:02 2009 From: gnd at itchybit.org (gnd at itchybit.org) Date: Thu, 1 Oct 2009 10:30:02 -0000 (AZOST) Subject: [Puredata] floss In-Reply-To: <9e1d59980909031253t4c02a0d0k144d5d9915053154@mail.gmail.com> References: <9e1d59980909031253t4c02a0d0k144d5d9915053154@mail.gmail.com> Message-ID: <45862.195.113.80.22.1254393002.squirrel@mail.itchybit.org> cau matus, a ty so svojimi vecami by si uz bol schopny vystupovat ?? teda ja vobec ako neviem co vlastne ty robis ... na avu maju projekt v ramci digilabu kde volaju ludi co vystupuju/tvoria/produkuju pomocou open-source toolov. tak som si spomenul na teba. zdar, gnd/ > Zdravim, > > Ak s tym niekto prisiel skor tak nic ... > Pre pohodlnejsie dievcata a pohodlnejsich chlapcov tu mam takuto ficuru. > Ja sa z toho moc tesim > ... niekomu to mozno pride ako kokotina. > > Ako si vyrobit Drag&Drop [soundfiler]: > > 1. > predpokladam, ze nemate nainstalovane tkdnd binarky > > Fedora Core users reported the package *tkdnd* is available for tcl8.4 so > you'll just have to fire up your package manager and install it. > > For Debian based systems (including Ubuntu), you'll have to do a little > command-fu. First, go to > sourceforgeand > download the latest i386 rpm file. I know, you thought that you were > done with rpms, but... you're not. > > Open up a command line and issue the following commands as root in the > directory that you downloaded it (probably ~/Desktop): > > apt-get install alien > > alien -d tkdnd*.rpm > dpkg --install tkdnd*.deb > > 2. > v adresari pd/bin by sa mal nachadzat subor pd.tk > nahradte proceduru pdtk_canvas_makeobjs tymito riadkami: > > proc pdtk_canvas_makeobjs {name files x y} { > set c 0 > for {set n 0} {$n < [llength $files]} {incr n} { > > set absolute [lindex $files $n] > > if {[regexp {.*/(.+).pd$} $absolute file obj] == 1} { > pd $name obj $x [expr $y + ($c * 30)] [pdtk_enquote $obj] \; > incr c > } elseif {[regexp {.*/(.+).(wav|WAV|aiff|AIFF)$} $absolute file > obj] > == 1} { > > set tmp [string trimleft $absolute "file:"] > set filename [file join / $tmp] > > pd $name obj $x [expr $y + ($c * 30)] [concat "table " $obj > \;] > pd PDTK_ondrop [concat "??????" $filename] $obj $x $y \; > incr c > } > } > } > > Malo kodu, vela muziky. > > V prilohe som zaslal priklad s jednoduchou abstrakciou, si to tam skuste > malo by to fungovat. > Kazdopadne sa da so suborom pd.tk vyhrat ... a so stipkou trpezlivosti sa > da > celkom fajne kastmizovat pedecko. > > Majte sa pekne. > matus > _______________________________________________ > Puredata mailing list > Puredata at itchybit.org > http://itchybit.org/mailman/listinfo/puredata > From gnd at itchybit.org Thu Oct 1 09:34:11 2009 From: gnd at itchybit.org (gnd at itchybit.org) Date: Thu, 1 Oct 2009 10:34:11 -0000 (AZOST) Subject: [Puredata] floss In-Reply-To: <45862.195.113.80.22.1254393002.squirrel@mail.itchybit.org> References: <9e1d59980909031253t4c02a0d0k144d5d9915053154@mail.gmail.com> <45862.195.113.80.22.1254393002.squirrel@mail.itchybit.org> Message-ID: <46120.195.113.80.22.1254393251.squirrel@mail.itchybit.org> he, recipient takmer misrouted ;) gnd/ > cau matus, > > a ty so svojimi vecami by si uz bol schopny vystupovat ?? > teda ja vobec ako neviem co vlastne ty robis ... > na avu maju projekt v ramci digilabu kde volaju ludi co > vystupuju/tvoria/produkuju pomocou open-source toolov. tak som si spomenul > na teba. > > > zdar, > > gnd/ > > >> Zdravim, >> >> Ak s tym niekto prisiel skor tak nic ... >> Pre pohodlnejsie dievcata a pohodlnejsich chlapcov tu mam takuto ficuru. >> Ja sa z toho moc tesim >> ... niekomu to mozno pride ako kokotina. >> >> Ako si vyrobit Drag&Drop [soundfiler]: >> >> 1. >> predpokladam, ze nemate nainstalovane tkdnd binarky >> >> Fedora Core users reported the package *tkdnd* is available for tcl8.4 >> so >> you'll just have to fire up your package manager and install it. >> >> For Debian based systems (including Ubuntu), you'll have to do a little >> command-fu. First, go to >> sourceforgeand >> download the latest i386 rpm file. I know, you thought that you were >> done with rpms, but... you're not. >> >> Open up a command line and issue the following commands as root in the >> directory that you downloaded it (probably ~/Desktop): >> >> apt-get install alien >> >> alien -d tkdnd*.rpm >> dpkg --install tkdnd*.deb >> >> 2. >> v adresari pd/bin by sa mal nachadzat subor pd.tk >> nahradte proceduru pdtk_canvas_makeobjs tymito riadkami: >> >> proc pdtk_canvas_makeobjs {name files x y} { >> set c 0 >> for {set n 0} {$n < [llength $files]} {incr n} { >> >> set absolute [lindex $files $n] >> >> if {[regexp {.*/(.+).pd$} $absolute file obj] == 1} { >> pd $name obj $x [expr $y + ($c * 30)] [pdtk_enquote $obj] \; >> incr c >> } elseif {[regexp {.*/(.+).(wav|WAV|aiff|AIFF)$} $absolute file >> obj] >> == 1} { >> >> set tmp [string trimleft $absolute "file:"] >> set filename [file join / $tmp] >> >> pd $name obj $x [expr $y + ($c * 30)] [concat "table " $obj >> \;] >> pd PDTK_ondrop [concat "??????" $filename] $obj $x $y \; >> incr c >> } >> } >> } >> >> Malo kodu, vela muziky. >> >> V prilohe som zaslal priklad s jednoduchou abstrakciou, si to tam skuste >> malo by to fungovat. >> Kazdopadne sa da so suborom pd.tk vyhrat ... a so stipkou trpezlivosti >> sa >> da >> celkom fajne kastmizovat pedecko. >> >> Majte sa pekne. >> matus >> _______________________________________________ >> Puredata mailing list >> Puredata at itchybit.org >> http://itchybit.org/mailman/listinfo/puredata >> > > > _______________________________________________ > Puredata mailing list > Puredata at itchybit.org > http://itchybit.org/mailman/listinfo/puredata > From michal.cab at gmail.com Sat Oct 24 13:23:17 2009 From: michal.cab at gmail.com (michal cab) Date: Sat, 24 Oct 2009 16:23:17 +0200 Subject: [Puredata] pd_sessions@avu Message-ID: <9aa569330910240723s76956b37m6843a9d40fc9411e@mail.gmail.com> ahoj, tak jsme se rozhoupali k pravidelnym pd_sezenim. kazdou stredu na akademii vytvarnych umeni, 16:00, atelier n. media II. m. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://itchybit.org/pipermail/puredata/attachments/20091024/116c1dea/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: pd_session.jpg Type: image/jpeg Size: 59595 bytes Desc: not available Url : http://itchybit.org/pipermail/puredata/attachments/20091024/116c1dea/attachment-0001.jpg