Hello BLEO,

Aouch, yea I should read better the documentation... I was confused because I used only mapping.xml until now and it worked good on raspberry pi with controller, and with a pi boy (raspberry pi inside gameboy shell) with the built in buttons! But because it is a raspberry pi inside, it certainly think that the button on the pi boy are an external controller.

I will test with config.xml and say, thank you! :-)

I found the gp2x mapping here :

https://wiki.littlegptracker.com/doku.p … pt:mapping

so I did that :

<MAPPINGS>
<MAP src="but:0:12" dst="/event/b" />
<MAP src="but:0:15" dst="/event/a" />
<MAP src="but:0:14" dst="/event/b" />
<MAP src="but:0:13" dst="/event/a" />
</MAPPINGS>

But it don't work, it do changes but it is acting very weird, it's like lgpt changes his principal commands in same time (for exemple one button can erase, normally you have to press A+B for that...) maybe the guy who sold me the gp2x with midi interface has an other custom mapping somewhere (I can't see it). I will ask to him

Hello,

I finally got a gp2x (f100) with midi interface. But I found the mapping keys completly garbage. A and B are at the opposite...

Do you know how to map it with config.xml? For have A on Right, close to B on Left like on the DMG-01 and all gameboys and like on sness controllers.

I already tested all these :

<MAP src="but:0:11" dst="/event/a" />
<MAP src="but:0:12" dst="/event/a" />
<MAP src="but:0:14" dst="/event/a" />
<MAP src="but:0:13" dst="/event/b" />
<MAP src="but:0:15" dst="/event/a" />
<MAP src="but:0:16" dst="/event/a" />


<MAP src="but:0:12" dst="/event/a" />
<MAP src="but:0:14" dst="/event/b" />
<MAP src="but:0:13" dst="/event/a" />
<MAP src="but:0:15" dst="/event/a" />
<MAP src="but:0:16" dst="/event/a" />

<MAP src="but:0:12" dst="/event/b" />
<MAP src="but:0:14" dst="/event/a" />
<MAP src="but:0:13" dst="/event/a" />
<MAP src="but:0:15" dst="/event/a" />
<MAP src="but:0:16" dst="/event/a" />

<MAP src="but:0:12" dst="/event/b" />
<MAP src="but:0:14" dst="/event/b" />

<MAP src="but:0:12" dst="/event/b" />
<MAP src="but:0:14" dst="/event/a" />

<MAP src="but:0:12" dst="/event/a" />
<MAP src="but:0:14" dst="/event/b" />

<MAP src="but:0:12" dst="/event/b" />
<MAP src="but:0:13" dst="/event/a" />

But none of it did what I expected...

It is acting weird I often don't understand what happening. I know something for dump events but that worked on linux for a usb controller, I don't know how use it on gp2x

After some tests I can say it works with lsdj arduinoboy v6.9.0 and before, but not newest versions

Hello,

On lsdj arduinoboy 8.4.1 I can't save when I use the gamecube gameboy player. My song is still here when I off/on gamecube but I can't save in project screen, it always fails.

On dmg-01 it works good.

I think it worked with older lsdj arduinoboy version but I have to cheak it

I have free space available...

Thank's for your response!

The idea became from that I understand that what I love the most about LSDJ was also the workflow and that it can be used with buttons and knobs which is build normally for gaming but controllers for gaming are the best we can find in term of ergonomy and so there is nothing more comfortable than make music with gamepad or with handheld console in my opinion...

I tried M8 tracker headless, which is maybe the best in this direction but I steel have problems on it (can't save a song or can't use my preferred gamepad (I use it with webdisplay app because i'm on linux). And I like the thing to add the fonctionnality I want on the code.

I thought about using many things like lsdj but maybe some things different like the song screen. It should be easyer to do I think if it was something like

[1] 2 3 4 5  6 7 +   (go on + and press a for add one) ([1] is the one playing) and if you want to loop in one number, you press for exemple B on it.

>--C-------------
----D-------------
----E------------
----G-------------

For now, the grid must be finished and and navigation must be finished where there is bugs.

I have an other project file where I was wrong started but where the playing note and tracker moving works good so I can use what I already done on it.

If you want me to share it, send me a private message with your email.

Hello,
This is a new chiptune dark experimental album I just made where I sing and where my friend 8rix putted his voice and his text on the track "s'expose".
Lyrics are in french, it's globally about end of the world, school violence and absurd, in a quite humoristic way.
cheers

https://mazhootmusic.bandcamp.com/album/dora-world

Hello,

I am making a tracker in Python, which at the end, is suppose to work on raspberry pi, and be usable with a gamepad (but also with keyboard).

The idea is to make an alternative of LGPT, maybe not as good as (because LGPT is soo great...) but something which should not crash too often (LGPT crashes too many times...) and if not too hard which can make synthesis sounds (sample + synthesis) and MIDI out (at the end maybe also MIDI CC but if we arrive until here that would be good enough lol).

I thing it is more easy to do that for beginners in python or tracker making than modifying LGPT code (which is open source)

I already made the main navigation style (dirty coded and dirty looking, but basic things working). But I don't have a lot of time to work on it, and i'm new to Python so if people are interested buy working together it will be really more fast (and fun!).

There isn't a link yet, I have to upload the project somewhere. Maybe github but I also want to look alternatives because I already use github for work and, for confidential purposes I should prefer somewhere else.

Is there some people interested in that?

Hello,

I love lgpt but it crashe a lot when using many severals midi track on my 2 raspberry pies. So I wonder if it exist an other tracker which has midi, CC, + be able to be used with a gamepad? Which is so awesome for ergonomy and saving space.

I'm on raspberry pi OS / raspbian and ubuntu linux

Edit : the crash of lgpt : the playing stop, unable to start it again if no restart of lgpt

26

(89 replies, posted in Sega)

@category.zd do you mean, use the genMDM interface in reverse to make midi out notes with MDtracker instead of midi in? Or do you mean, keep normal using of genMDM and do midi out from emulator?

The first should be so interesting, I don't know if it's possible or not but I already thinked about that... if you mean the second, I think having save sram working on everdrive or other cartridge is the way to go (with research, coding, I hope it will be possible in the future)

Because for the second, if we go this way then I would prefer just use little piggy tracker to control genMDM which already works great (works great on raspberry pi and probably on computer too)

In my opinion now the first thing to do before all is resolve everdrive (or other cartridge) sram save bug.

27

(89 replies, posted in Sega)

I also successfully used it (it was a previous version) on picodrive on RG350.

28

(89 replies, posted in Sega)

Corthax wrote:

now opensourced https://github.com/corthax/mdtracker

Woaw!!! Thank you!!

It's all in c language or there is parts in assembly?

Is there instructions for compilation?

29

(89 replies, posted in Sega)

Hum ok so I think my megadrive 1 is TMSS because I can see a splash screen. But for me save states don't work too. You have to look carefully because if it does like me you can think it works at first but when you go in note screen, the notes or instrument are not here

But i'm not sure if I have TMSS or not I will check it

30

(89 replies, posted in Sega)

@diagamblic : model 1 is sega genesis 1 right? But what is TMSS and NON-TMSS?

31

(24 replies, posted in LittleGPTracker)

hello,

Coming back to this raspberry pi, I now want to use my ur242 usb-audio soundcard. In meanwhile I installed the last version of raspberry pi OS (named raspberry pi OS, here : https://www.raspberrypi.org/software/ ).

When i'm on the desktop, my soundcard is good recognized, I see it and if i play a sound in VLC it works.
But from LGPT, the sound always come from hdmi. I tried that :

sudo ./lgpt.rpi-exe -AUDIOBUFFER=64 -AUDIODEVICE=hw:USB $*


but it says that :

RtApiAlsa::getDeviceInfo: pcm device (hw:2,0) data format not supported by RtAudio.

pulseaudio is already installed
it's the same without AUDIOBUFFER=64

32

(89 replies, posted in Sega)

Diagamblic has also the same problem as me (on everdrive x7) about not working save sram. He just said that on facebook