Monat: Januar 2020

  • Samplerbox Hardware with Raspberry PI

    The Project Samplerbox is still activ. (2020-01-26)I used the image and instruction from http://homspace.xs4all.nl/homspace/samplerbox/index.html I have tried to use earlier versions in last years but it does not work as expected with my older Raspi 1.I bought a Raspberry 3+  to test samplerbox with it. For now it works fine with the last image from […]

  • PHP mit Curl Export File

    Es gibt manchmal das Problem, dass keine direkte Verarbeitung, sondern ein Loggen des Ergebnis von CURL gewünscht ist. Dazu muss man nicht erst eine Verarbeitung des Returnvalues durch PHP starten. Ausschnitt aus PHP: $ch = curl_init(); curl_setopt($ch, CURLOPT_FILE, $out); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_URL, $file);

  • Samplerbox basierend auf Raspberry PI – 2020 lohnt sich das noch?

    Samplerbox hatte ich schon mit dem Raspberry-PI, gefühlt 2010 getestet. Es war sicher 2 oder 3 Jahre später aber der Sampleplayer basierend auf Raspberry 2 lief eher mit Fehlern und die Klangqualität ware eher sehr bescheiden. Samplerbox ist eine Software – oder besser schon „Betriebssystem“, das man als Boot-Image auf eine SD-Karte kopiert und dann […]