im in. I'll also help out with graphic design if you like
81 Sep 17, 2015 12:25 pm
Re: Call for submissions - Do a cover of a song you dislike! (1 replies, posted in Collaborations)
82 Sep 17, 2015 12:22 pm
Re: GET UGLY - KOOL SKULL (6 replies, posted in Releases)
lovely stuff indeed! what apps you using Juan? Im afraid your answer will piss me off as im using an ipad 1 which is now basically useless in the context of downloading new apps (ios 5.1.1, gawd- wish id got all the korg apps before they upgraded them to needing ios 7)
84 Sep 17, 2015 12:18 pm
Re: 7days7engines (5 replies, posted in Other Vintage Computers & Consoles)
I fucking love you
85 Sep 17, 2015 12:13 pm
Re: crossfader cut with reed switch sensor (2 replies, posted in Other Hardware)
either that or build a simple VCA with a tiny attack / release to avoid the pops! theres some good stuff in the book "handmade electronic instruments; the art of hardware hacking"
86 Sep 17, 2015 12:12 pm
Re: crossfader cut with reed switch sensor (2 replies, posted in Other Hardware)
Im a complete electronics noob, but maybe you could use a capacitor to discharge / fade the signal? Im in the process of building a cross"cutter" (like a crossfader with no fade) id be interested to see a vid of your device!
87 Sep 16, 2015 9:20 am
Re: ░▒▓ - § (22 replies, posted in Releases)
Well Alex P. lives in Japan now, so thats a little closer to AU than the UK! Heres hoping eh?
sorry for going off topic! you can enjoy the free bumps though..right?
88 Sep 15, 2015 9:42 pm
Re: ░▒▓ - § (22 replies, posted in Releases)
ahhh ARexx?! Id love to get you up Leeds for a night of such things. Maybe we can grab Team Doyobi too? Aha!
I guess you've never tried to actually say "176177178"? I just did..... Thanks for the info man!
89 Sep 15, 2015 9:00 pm
Re: Monoliner - 303-ish synth for Gameboy (77 replies, posted in Nintendo Handhelds)
10 usd / euro / gbp for rom. around nanoloop one pricepoint for carts, depending on your manufacture costs. looking foraward to it! Beta pls?
90 Sep 15, 2015 8:50 pm
Re: using monowave (4 replies, posted in LittleGPTracker)
I only recently realised you were you also! Thanks again man
91 Sep 15, 2015 8:39 pm
Re: using monowave (4 replies, posted in LittleGPTracker)
Cheers Arnie! (Its Oliver; we mates on FB)
92 Sep 15, 2015 8:11 pm
Topic: using monowave (4 replies, posted in LittleGPTracker)
increment the wave in 100 byte steps as per the tutorial; this equates to loop length of 64? I dont understand the whole 0xYY notation. like the tut says 0x100. I google 100 in hex and it says 0x64. What is all this 0x... all about?
How long does the loop need to be, 64?! (I havent actually got pig to hand to test!)
93 Sep 15, 2015 2:35 pm
Re: ░▒▓ - § (22 replies, posted in Releases)
awesome cool release, and glad to see discussion of SND; some great links here in this thread!
JM, where about in the UK are you? Could you tell us a little more about the tools / processes used to make
§ / section? How the hell is one meant to say your artist name? "3 rectangles of prgressively dense dot pattern" ?
94 Sep 15, 2015 2:28 pm
Re: 7days7engines (5 replies, posted in Other Vintage Computers & Consoles)
Wicked news!
95 Sep 13, 2015 9:49 am
Re: Yamaha FB-01 (YM2164 FM!) Sound editor released (81 replies, posted in Other Hardware)
oll@oll-Compaq-Presario-CQ70-Notebook-PC:~/Desktop/FB01SEv2.11src$ make all
qmake-qt4 FB01v2.pro -spec linux-g++ -r -o Makefile.Release
make -f Makefile.Release
make[1]: Entering directory `/home/oll/Desktop/FB01SEv2.11src'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o editeur.o editeur.cpp
make[1]: g++: Command not found
make[1]: *** [editeur.o] Error 127
make[1]: Leaving directory `/home/oll/Desktop/FB01SEv2.11src'
make: *** [release] Error 2
oll@oll-Compaq-Presario-CQ70-Notebook-PC:~/Desktop/FB01SEv2.11src$ sudo make install
[sudo] password for oll:
make: *** No rule to make target `FB01v2', needed by `install'. Stop.
oll@oll-Compaq-Presario-CQ70-Notebook-PC:~/Desktop/FB01SEv2.11src$ sudo make install
make: *** No rule to make target `FB01v2', needed by `install'. Stop.
oll@oll-Compaq-Presario-CQ70-Notebook-PC:~/Desktop/FB01SEv2.11src$ ^C
Any idea whats happening here? No rule to make target FB01 editor needed by install? ?!
Just following the bundled install instructions (make all > then sudo make install, in source folder terminal)
Whhhyyyy!?
96 Sep 12, 2015 12:44 pm
Re: Yamaha FB-01 (YM2164 FM!) Sound editor released (81 replies, posted in Other Hardware)
about the QT4 app, I managed to compile it on Linux (Mint), you don't need the complete sdk, just "apt-get install qt4-dev-tools" and it should be enough. About the makefile, it complained about a missing X11 lib during the linker part. So I just type "g++ -Wl,-O1 -o FB01v2 editeur.o set.o midi.o block.o voice.o operateur.o instrument.o bank.o config.o edit.o bank_voice.o automation.o periph.o qoperateur.o qbutton.o qclavier.o qvoice.o qinstrument.o qenveloppe.o qbank.o mainwindow.o qautomation.o qconfig.o memory_ex.o midi_ex.o ex.o automation_ex.o moc_qoperateur.o moc_qbutton.o moc_qclavier.o moc_qvoice.o moc_qinstrument.o moc_qenveloppe.o moc_mainwindow.o moc_qbank.o moc_qautomation.o moc_qconfig.o qrc_FB01.o -L/usr/lib/x86_64-linux-gnu -lasound -lQtGui -lQtCore -lpthread -lX11" (the command with -lX11) and it worked. I don't have a FB01 though and it's less cheap than it used to be in the past it seems (at least 70-80 €)
cheers dude, I was having a hard time with that! now there are some options...
hope Aly James is still producing one..