Offline
Abandoned on Fire

I want to set my nlmidi adapter to "-MIDIRECEIVE" but the command doesn't do anything.  Other permanent and non-permanent settings seem to work fine (-midi, -MIDI, -sync, and -SYNC).  I'm using the most recent nlmidi04 that was zipped with the 1.7 update.

Offline
IL, US

what is "-MIDIRECEIVE"? i never heard of a different mode...what are you trying to do?

Offline
Abandoned on Fire

It's the setting for midi to go from the gameboy to the pc.  It looks like on the nanoloop site it's referred to as "-getmidi" so I'll try that command when I get home tonight.

Last edited by egr (Aug 19, 2014 2:54 pm)

Offline
Italy

Afaik there is no -MIDIRECEIVE command.
check the manual here: http://www.nanoloop.com/midi/midi.html

it's either -midi or -sync or you can use -getmidi to send midi to the computer from the GB

Offline
Abandoned on Fire

It must be a typo in the nlmidi04 program usage text then. I'll try getmidi tonight.

Last edited by egr (Aug 19, 2014 3:45 pm)

Offline
Italy

well it depends what you want to do, do you want to send midi from the GB to the computer?

Offline
Italy

Oh and of course there is also the -receive / -send parameter that you can use to load or download data from the cart, but that doesn't have anything to do with MIDI

Offline
Abandoned on Fire
rumpelfilter wrote:

well it depends what you want to do, do you want to send midi from the GB to the computer?

Yes. In the nlmidi04 command line tool it tells you to use "-MIDIRECEIVE" to send midi from the gb to the pc.  That must not be correct so I will try "-GETMIDI" instead.

Offline

it doesn't do anything because there is no program on the game boy that sends MIDI.
the command only exists for the possibility that one day there might be a midi sequencer on the game boy.

Offline
Abandoned on Fire
oliver wrote:

it doesn't do anything because there is no program on the game boy that sends MIDI.
the command only exists for the possibility that one day there might be a midi sequencer on the game boy.

Oh. I assumed it was for lsdj midi out.

Offline
Italy

the commands might differ between the win and mac version. I only have the mac version here.
Also I never tested it with LSDJ only with Nanoloop and there it all works like a charm.

Basically if you want to sync the GB to your computer, you start nlmidi with the -sync option, so Nanoloop with receive the MIDi clock, the in Nanoloop you just set the tempo to External and there you go.

the -midi option is for progs like mGB where you want to send actual notes to the Game Boy (afaik this also works with LSDJ)

Offline
egr wrote:

Oh. I assumed it was for lsdj midi out.

it forwards any data received from the game boy, without consistency check or conversion. so, if properly formatted midi data are received, it should work. if it's random other data, the midi driver or other software layers might crash.
i don't know about lsdj's midi out. does it really send midi bytes?