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
puredata:main [2020/02/11 22:17]
admin
puredata:main [2021/03/17 16:21] (current)
admin [Soundcards]
Line 6: Line 6:
 [[https://www.raspberrypi.org/|Raspberry Pi]] is a small ARM based computer board.\\ [[https://www.raspberrypi.org/|Raspberry Pi]] is a small ARM based computer board.\\
 \\ \\
-Here are some workarounds for interfacing with the GPIOs or an Arduino in Pure Data running on a Raspberry Pi.\\ +Pure Data can be downloaded from here: [[http://msp.ucsd.edu/software.html]] and  
 +for learning Pure Data one can find some manuals here: [[https://en.flossmanuals.net/pure-data/_info/]] and [[http://puredata.info/docs/tutorials]].\\ 
 +\\ 
 +---- 
 +Here are some workarounds for interfacing with the GPIOs or an Arduino in Pure Data running on a Raspberry Pi:\\
 - [[puredata:gpio|Wiring Pi (GPIO and MCP3008)]]\\ - [[puredata:gpio|Wiring Pi (GPIO and MCP3008)]]\\
 - [[puredata:pduino|Pduino]]\\ - [[puredata:pduino|Pduino]]\\
 \\ \\
-And here are some workaround for sound cards.\\+And a how to auto start:\\ 
 +- [[raspberry:pd_autostart_desktop|Autostart with the Desktop]]\\ 
 +- [[raspberry:pd_autostart_headless|Autostart without the Desktop]]\\ 
 +\\ 
 +These Paper Pi Hats work nice and work with Pure Data:\\ 
 +- [[https://paperpcb.dernulleffekt.de/doku.php?id=raspberry_boards:raspbi-pd_control_hat|Raspi-PD Control Hat]]\\ 
 +- [[https://paperpcb.dernulleffekt.de/doku.php?id=raspberry_boards:raspi-sound-hat|Raspi-Sonic-Hat]]\\ 
 +\\ 
 +And here are some workaround for other sound cards:\\
 - [[raspberry:audio_injector|Audio Injector]]\\ - [[raspberry:audio_injector|Audio Injector]]\\
 - [[raspberry:pifi_sound_card|PiFi Sound Card]]\\ - [[raspberry:pifi_sound_card|PiFi Sound Card]]\\
 \\ \\
-And the auto start.\\ +---- 
-- [[raspberry:autostart_desktop|Autostart with the Desktop]]\\+And all the GPIOs:\\ 
 +<html> 
 +<a href="https://indibit.de/wp-content/uploads/2015/08/Raspberry-Pi-2-Model-B-GPIO-Belegung.png"> 
 +<img src="https://indibit.de/wp-content/uploads/2015/08/Raspberry-Pi-2-Model-B-GPIO-Belegung.png" width="400"> 
 +</a> 
 +</html> 
 + 
 +//graphic by [[https://indibit.de/raspberry-pi-die-gpio-schnittstelle-grundlagenbelegung/|indiBit.de]], 2015\\ 
 +License: CC BY-NC-SA 3.0 DE\\//
  
 ---- ----
 +==== Multichannel Soundcards ====
 +To use multichannel audio on a Raspberry Pi one can use for example one of these sound cards:
 +  * Native Instruments - Komplete Audio 6
 +  * StarTech - USB Soundbox 7.1
 +  * Focus­rite Scar­lett
 +or a multichannel Raspberry Pi Audio Hat:
 +  * Audio Injector Octo Soundcard
 +
 +----
 +==== License ====
 +
 +This manuals is made by **Wolfgang Spahn** 2018-20.\\
 +Except where otherwise noted, content on this wiki is licensed under the following license: [[http://creativecommons.org/licenses/by-nc-sa/4.0/"|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].\\
 +
 +<html>
 +<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> 
 +</html>
 +
 +----
 +