yeah, it works for me too. Thanks!
50 Apr 28, 2017 10:56 am
Re: Picoloop nanoloop clone (257 replies, posted in Software & Plug-ins)
I assume you have read the readme, but anyway:
- have you installed the required libraries?
apt-get install libsdl* libasound2* libpthread* g++ make libjack-dev
- have you run the correct makefile?
cd picoloop
make -f Makefile.RtAudio_pocketchip clean
make -f Makefile.RtMidi_pocketchip clean
make -f Makefile.PatternPlayer_pocketchip_RtAudio clean
make -f Makefile.RtAudio_pocketchip
make -f Makefile.RtMidi_pocketchip
make -f Makefile.PatternPlayer_pocketchip_RtAudio
make -f Makefile.PatternPlayer_pocketchip_RtAudio
I don't remember having modified the cflags and such, it seems it's already in the makefile: LSDL/lib
But I remember now Yoyz told me he added support for SDL2 recently, so maybe we need to change the pocketchip makefile to select the correct version.
Meanwhile, try adding this in the Makefile.PatternPlayer_pocketchip_RtAudio file:
CFLAGS_SDLVERS=-D__SDL12__
and run the commands again.
I'll have a look this weekend.
51 Apr 27, 2017 10:59 am
Re: Picoloop nanoloop clone (257 replies, posted in Software & Plug-ins)
I don't remember everything I did for building picoloop, and now my system is configured for this so it just work. You can post your errors and I'll try to help. I may also try to build an updated version (I'm not using the pocketchip that much at the moment)
52 Apr 9, 2017 3:24 pm
Re: SN76477 Complex Sound Generator Project breakout boards (2 replies, posted in Trading Post)
there is a link in the ebay description: https://youtu.be/imNLvaKDIzc
It sounds indeed very cool!
53 Mar 27, 2017 9:30 pm
Re: Linux software (82 replies, posted in Software & Plug-ins)
yeah, the Red Hat / Lennart Poettering conspiracy (pulseaudio, systemd...) is slowing tainting and destroying the free software / unix ecosystem, piece by piece
54 Mar 26, 2017 7:27 pm
Re: Linux software (82 replies, posted in Software & Plug-ins)
@mt12345 All those differences between distributions... that's odd. On a quite high end computer running linux mint, beepola has the glitches. I'll have a look at linuxbbq or a regular debian distribution, thanks!
I think I've found a solution, it seems if I run JACK, with pulseaudio bridged to jack, I don't have this sound problem. So I think I'll be able to work again on Beepola!
55 Mar 14, 2017 9:24 pm
Re: YM2151 shield for Arduino (105 replies, posted in Other Vintage Computers & Consoles)
thanks a lot for this translation Ruizer!!
56 Mar 6, 2017 10:10 pm
Re: SID-Emulator for ZX Spectrum (2 replies, posted in Other Vintage Computers & Consoles)
Very cool, thanks for the link!
Of course a sid emulator using only the spectum's beeper would have been way more impressive ))
There is also a sid player for Atari ST, I've tried it on mine and it sounds awesome:
https://www.youtube.com/watch?v=rN2AzJhCSYI (you also have the cybernoid II music so you can compare, they are very close in my opinon)
(I don't remember this interface, maybe it was another version I've tried)
57 Feb 27, 2017 10:22 pm
Re: Prototracker (59 replies, posted in Software & Plug-ins)
that's very cool!
58 Feb 27, 2017 2:19 pm
Re: noob C64 problems (4 replies, posted in Commodore Computers)
probably you know it, but one output is DC, while the other is AC.
If it's not the power supply, you can try quickly switch it on/off. I have this problem on a C64C and it will boot up after a while (probably a defective/tired chip).
59 Feb 26, 2017 12:20 am
Re: Interested in messing with AY, not sure where to begin (4 replies, posted in Other Vintage Computers & Consoles)
Wanted to say musicmon, sorry.
60 Feb 20, 2017 9:02 pm
Re: YM2151 shield for Arduino (105 replies, posted in Other Vintage Computers & Consoles)
oh, btw.... I designed/built a hardware knobby controller for the YM2151, but Ive been lazy with the documentation
wow that's amazing! Will you make a video of it in action?
61 Feb 18, 2017 12:35 pm
Re: 1-bit music on arduino (9 replies, posted in Other Hardware)
and now Tritone engine on Arduino as well! Nobody can stop Shiru it seems!!
62 Feb 16, 2017 1:09 pm
Re: 1-bit music on arduino (9 replies, posted in Other Hardware)
thank you for the " What are 'duinos? I don't know 1 bit about the subject! " in the banner
63 Feb 15, 2017 9:26 pm
Re: 1-bit music on arduino (9 replies, posted in Other Hardware)
yeah, a synth would be cool. I know it's different from a real hardware stuff, but just for you to know, Shiru already made a 1-bit instruments VST you can use with your synth, here is a demo: https://soundcloud.com/theandroidvision o-vst-demo and 1bit studio can be downloaded from there: https://shiru.untergrund.net/software.shtml
64 Feb 15, 2017 3:57 pm
Re: 1-bit music on arduino (9 replies, posted in Other Hardware)
new engine, the famous QChan!
http://randomflux.info/1bit/viewtopic.php?id=125
maybe it would be doable to create a synth out of those engines, who knows...