Offline
rochester, ny

i was just looking at the "gameboy music" wikipedia page and saw this -

# In 2000, Johan Kotlinski created the program Little Sound DJ. Before that, according to Johan Kotlinski, "it was just a hack 'instrumentor.gb' that I sent to my demo group friends." At this early stage, lsdj was nowhere near finished. The first versions, which were put on cartridges and sold, came out 2001.

i did some google searches but couldn't find anything. is this ROM anywhere online still? i'd love to see what it was like.

Offline
New York City

As said by Johan, it was an internal thing Johan sent to a select few only. It was not released online.

Last edited by akira^8GB (Jan 28, 2011 11:10 am)

Offline
sweden

necro bump!

https://github.com/jkotlinski/instrumentor

If anyone feel like compiling it.

Offline
NUMBSKULL

badaboom

https://github.com/catskull/instrumentor/releases/tag/1

Offline
Unsubscribe

hah, thats a little ... rough!

Offline
Montana

Well time to do a compilation!

Offline
Abandoned on Fire

It's really cool to see a "pre-pre-alpha" thing like this. Thanks for the compile catskull!

Offline
NC in the US of America

If the button repeat speed was slower it could actually be useable,haha

Offline
Michigan
SketchMan3 wrote:

If the button repeat speed was slower it could actually be useable,haha

Inpuhandler.h, line 32:

/* key_delay and key_repeat values are measured in vblanks */
UBYTE key_delay=6,key_repeat=3;
UBYTE key_delay_counter,key_repeat_counter;
UBYTE new_keypress;

Do you think thats the variable you want?

Offline
NUMBSKULL

I could change key_repeat to something like 6 and recompile?

Jazzmarazz wrote:
SketchMan3 wrote:

If the button repeat speed was slower it could actually be useable,haha

Inpuhandler.h, line 32:

/* key_delay and key_repeat values are measured in vblanks */
UBYTE key_delay=6,key_repeat=3;
UBYTE key_delay_counter,key_repeat_counter;
UBYTE new_keypress;

Do you think thats the variable you want?

Offline
Michigan
catskull wrote:

I could change key_repeat to something like 6 and recompile?

Jazzmarazz wrote:

Inpuhandler.h, line 32:



Do you think thats the variable you want?

yeah, I think that would do it.
in other news, check out my following thread and come help me over there.

Offline
NUMBSKULL

Hopefully this slows it down a bit: https://github.com/catskull/instrumento … s/tag/1.01

Offline
Unsubscribe

or you can use the bug fixed version, lsdj.gb.

Offline
Michigan

xD