Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pd [2019/02/15 20:42] yairpd [2020/01/02 01:10] (current) yair
Line 1: Line 1:
-{{:arduino_for_pd_ers.pdf}}trying my hands on pure-data after years of not doing any visual programming type of work.\\+{{:arduino_for_pd_ers.pdf}} 
 + 
 +trying my hands on pure-data after years of not doing any visual programming type of work.\\
 last i've seen of it urs of gaudiLabs (et al.) were using it as a [[https://www.hackteria.org/wiki/HiSeq2000_-_Next_Level_Hacking#Using_the_HiSeq2000_as_aFluorescent_Scanning_Microscope|serial controller for the openSeq project]] last i've seen of it urs of gaudiLabs (et al.) were using it as a [[https://www.hackteria.org/wiki/HiSeq2000_-_Next_Level_Hacking#Using_the_HiSeq2000_as_aFluorescent_Scanning_Microscope|serial controller for the openSeq project]]
  
Line 5: Line 7:
  
 ===install PD=== ===install PD===
-i tried a few flavors of PD [pure-data], and settled on [[https://github.com/agraef/purr-data|purr-data]]. it installs nicely on my archLinux machine and comes built in withe the extensions i need. +i tried a few flavors of PD [pure-data], and settled on [[https://github.com/agraef/purr-data|purr-data]].\\ 
 +it installs nicely on my archLinux machine and comes built in withe the extensions i need. 
  
 problem is, a lot of the info is old, many broken links.  problem is, a lot of the info is old, many broken links. 
  
 goal: serial>parse char input to integers>make list>find unique goal: serial>parse char input to integers>make list>find unique
 +
 +<code>
 +
 +# good to clean sys of bad installs
 +# sudo apt --fix-broken install
 +sudo add-apt-repository ppa:dr-graef/pd-l2ork.bionic
 +sudo add-apt-repository ppa:dr-graef/pure-lang.bionic
 +sudo apt install purr-data
 +
 +</code>
  
 ===learn PD=== ===learn PD===
Line 19: Line 32:
   *[[https://github.com/alexdrymonitis/Arduino_Pd|Arduino_Pd]]-vanilla abstraction to handle Serial print/write comm   *[[https://github.com/alexdrymonitis/Arduino_Pd|Arduino_Pd]]-vanilla abstraction to handle Serial print/write comm
   *{{ :arduino_for_pd_ers.pdf |}} - nice detailed guide about serial arduino and pd. comes with code . [[http://drymonitis.me/code/|this]] is the original   *{{ :arduino_for_pd_ers.pdf |}} - nice detailed guide about serial arduino and pd. comes with code . [[http://drymonitis.me/code/|this]] is the original
 +
 +====XYspeak====
 +will move to its page doon
 +
 +{{youtube>rtR63-ecUNo?medium}}
 +
 +{{:pasted:20200101-230949.png}}
 +
 +