yoyz / picoloop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't get it to run on raspberry pi zero w (raspi1)

Newk77 opened this issue · comments

commented

What is the last version able to run on raspi1 ?
Seems like all of the different versions of 77 do not have any support for it in the code..

i tried v76c and got it to compile till the end ...but even if i start Jack2 before starting PatternPlayer_raspi1_Rtaudio it does seem to hang the process right after starting it. (there is also a makefile for PatternPlayer_raspi1_Rtaudio_sdl20, but no such executable)

could you please give some info on what is needed to get it to run? (i really want to use it on this PiZeroW in my GamePi20 case)

commented

Hi Newk77,

I have not try this year to compile picoloop on raspi1, but I know that it worked, with not all synth plugin but basically, with the following one :
PICOSYNTH, PICODRUM, DBOPL, PBSYNTH.
I would think that Makefile.PatternPlayer_raspi1_RtAudio_sdl20 would be able to make Picollop work under "alsa".
Jack was not really something tested, just used it one or two time and at really different time interval, so, don't expect this soft to work under anything other than alsa or the pulseAudio.

Do you have try to compile it on your pizero ?
Basically, just doing :
$ make -f Makefile.PatternPlayer_raspi1_RtAudio_sdl20

If yes, please take the full log and attach it here.
I would fetch the git directly with :
$ git clone https://github.com/yoyz/picoloop
$ git checkout picoloop-0.77e
$ cd picoloop
$ make -f Makefile.PatternPlayer_raspi1_RtAudio_sdl20

If you have issue, please comment what's going on, and I will have a look, I have a raspberry pi 1 here, and a pizero.