33

(5 replies, posted in Nintendo Handhelds)

Hey eptheca,

Here's how I'd do it, starting with the version at https://github.com/trash80/Arduinoboy;

In the file Mode.ino edit the function switchMode() as follows;

void switchMode()
{
  switch(memory[MEM_MODE])
  {
    case 0:
      modeLSDJSlaveSyncSetup();
      break;
    case 1:
      modeMidiGbSetup();
      break;
  }
}

And in the file Arduinoboy.ino, change the line;

#define NUMBER_OF_MODES 7    //Right now there are 7 modes, Might be more in the future

to:

#define NUMBER_OF_MODES 2


That should pretty much do what you want.

FAT updated to v1.2.0 recently, see Spintronic's tweet here: https://twitter.com/Spintr0nic/status/8 … 6131170305

35

(11 replies, posted in General Discussion)

http://www.youtube.com/watch?v=9CvTEFBzF_Y

36

(16 replies, posted in Software & Plug-ins)

veclock wrote:

Is it possible to have two signals of this sort in a MIDI signal?

Yes. Look up continuous controller or 'MIDI CC' messages. You can have many more than 2 per channel.

37

(1 replies, posted in Nintendo Handhelds)

Some kind of programmer.

38

(73 replies, posted in General Discussion)

chunter wrote:

Those are the same widths hard wired into the minimoog.

new thread - chipmusic and prog aesthetics

39

(17 replies, posted in Motion Graphics)

Pleased about troll thread cause I didn't know about this ROM before.

40

(26 replies, posted in Nintendo Handhelds)

unexpectedbowtie wrote:

One question... If you cut the link cable in half, how did you know what wires corresponded to what pin without cutting it open at the connector side?

Buzz it out with a multimeter.

Good stuff, thanks for sharing!

I have a partially tracked version of 'Zadok the Priest' in LSDJ. If it's ever finished I'll share it here.

43

(24 replies, posted in LittleGPTracker)

Great stuff, thanks garvalf!

herr_prof wrote:

Also submit your build via git to the master project, they should put it on the website!

^ this +1!

44

(24 replies, posted in LittleGPTracker)

Brilliant, cheers herr_prof!

45

(18 replies, posted in Nintendo Handhelds)

8-BrickDMG wrote:

Is the LLS mandatory?

Yes.

Very neatly done.

47

(8 replies, posted in Bugs and Requests)

You're gonna have to remove the cassette to swap sides unless your Walkman has an auto-reverse feature.

Make sure to pop the plastic tabs out of the side of your cassettes so you don't accidentally record over them.

Have you considered that the creators may have chosen not to make their design files publicly available?