- RT @zenalbatross: Also of note: .nsf files are now allowed to be uploaded as bonus material. Hey @bandcamp: allow Game Boy saves (.sav) too? #
- CUCKOO for Chipsounds http://ht.ly/3QRDk #
- LSDJguides’s Channel http://ht.ly/3VZrj #
- Jambo by cheapshot http://ht.ly/3W2Cy #
- RT @bridgeportcat: it was pretty ok, they had a spanking booth as well with a pro dominatrix. The best was the chiptune karaoke guy! #
- “Chiptune” street musician is busted – no love for TINFOIL http://ht.ly/3W8yp #
- Airbrushed PRE-ORDER [Vinyl] 7″ – Anamanaguchi http://ht.ly/3WdtS #
- Fear of a Vinyl Planet | facundo http://ht.ly/3Wfw2 #
- Hey guys, its back: 8bc.org http://ht.ly/3WfZu #
- Treatment and design for a Nullsleep video using the Kinect http://ht.ly/3WhDI #
- RT @anamanaguchi: this home-bro i met the other night filmed pretty much all of our set at silent barn (from luke POV http://bit.ly/i9aEhS #
- FaMI Update http://ht.ly/3WjNp #
Tag: FaMI – Family MIDI
-
TCTD Links for 2011-02-14
-
TCTD Links for 2011-01-12
- RT @bit_shifter_: • Best variation of the term spotted to date? “Chirptunes” #
- RT @sabrepulse: i’ve updated sabrepulse.com with free download links for a handful of my previous ep’s – go check them out! #
- 8BB009 : Ponks – Raw 23 http://ht.ly/3Cqgk #
- Awesome Force v. Freque http://ht.ly/3Cqhc #
- Ok who’s song is this? JOYSTICK-IT iPad Arcade Stick http://ht.ly/3CrNf #
- RT @arcadesuperstar: #
- RT @tinycartridge: “Blackout City” from last week’s Anamanaguchi show at New York City’s Knitting Factory. http://tumblr.com/xkf18v9hfn #
- 4mat on: How things were http://ht.ly/3Cwx9 #
- RT @fiendmodulator: Hizmi to release new album “Avalanche of FM Hardcore” http://j.mp/gjIQ4K #
- Old Soundcard Emulation http://ht.ly/3Cyuy #
- We Love Music: Anamanaguchi @ Black Cat 1/9/11 http://ht.ly/3Czqg #
- RT @chippanze: ????CHIPPANZE.ORG???? v. 2.0 OUT NOW http://www.chippanze.org #
- Kevtris – NES FPGA Demo: Super Mario 1, 2, and 3 on Cyclone EP3C25 http://ht.ly/3CJ3C #
- nesserial – FaMI (MIDI support) and TransferTool (general API to call NES functions). uploaded, proper release soon http://ht.ly/3CJI9 #
-
PC->NES Transfer Tool + FaMI – Family MIDI Appeared
Batsly Adams announces two new NES projects using Arduino:
I’ve been working at a serial connection to the NES for a few months now. At first I came up with a board to try and establish a serial line to the NES through the controller port – I only made 2. They worked – but I figured that it was possible to do it without the board if I did some tricky stuff with the ATMega interrupts on the Arduino. After a few days of debugging (and cycle counting) it’s working flawlessly. The advantage of this over a software serial based approach is that the Arduino acts as a buffer that’ll hold incoming messages (up to 128 bytes) until the NES is ready to get the next one. This means that the NES is free to do other things and doesn’t need to spend time polling the controller port! The latency is extremely low – about as fast as the NES could handle – faster than the MIDI standard. The serial code is compact and easily relocatable – it works great as a replacement to any controller code. Working on a new name for this since it really just acts like a bridge between your PC and the NES. Both the ROMs and the Arduino stuff will be open source so if you have the hardware you’re ready to go!
Right now channels 1-4 are working with no issues – MIDI files play perfectly (i just need to find the right song for a good demo)! There aren’t any effects yet – but it’s completely stable / performance worthy in the state that it’s in. I’ll be working on pitch bends / cc control in the next couple of weeks – but it’s open source so hopefully people will develop beyond that! The samples work but they are fixed- I’m working on a mapper for powerpak right now that may allow sample uploading.
What’s great about using this Arduino setup is that you can use VBlanks MIDI->serial processing app so you don’t even need to build a MIDI circuit – just use the USB cable!