Search results

  1. M

    Littlegptracker Alpha Version

    For all the people having black screens & can't boot the app.. it seems the HW SDL does lock on some unit. Went back to the previous libs I had and it seems to have solved the problem. new install here: http://www.10pm.org/nostromo/lgpt/ghetto/install_gp2x.zip with a few bonus feature added...
  2. M

    Littlegptracker Alpha Version

    Thanks for the feedback. Don't worry, there's no way I'm dropping it.
  3. M

    Littlegptracker Alpha Version

    By random black screen, you mean the app does not boot properly everytime ? Does it boot at all ?
  4. M

    Littlegptracker Alpha Version

    Can you please do the following: 1) Download the archive here http://discodirt.10pm.org/temp/2x_radias.zip it contains a 'song' and some samples from my 2x 2) unzip the lgpt directory on your SD, making sure u preserve the correct directory structure etc 3) boot LGPT. You should see the...
  5. M

    Littlegptracker Alpha Version

    Can u access your unit via telnet ? If you can, try the following: > connect to your unit using telnet. > start LGPT using the command line ./lgpt.gpe if u get a permission problem, do chmod +x lgpt.gpe & try again if u see any log, send it to me. Cheers Marc
  6. M

    Littlegptracker Alpha Version

    Yeah... there is a bug with uninitialized project I have to track down. The work around is the following: Start LGPT. Create a pattern. Don't start it ! Go to the project screen. Save. Reboot. Restart LGPT (who will now load the saved project) and now the unit should not freeze anymore. TRy it...
  7. M

    Littlegptracker Alpha Version

    Get back to me with the FW u'r using and stuff.. I seriously recommand 2.0 coz it runs a lot smoothly since then.
  8. M

    Littlegptracker Alpha Version

    Hi there, I feel confident enough with the 2x version to release an Alpha. It should match the last ghetto build for GP32 in terms of functionalities. The only thing not present is the joystick repeat, I'll get down to that soon. If you guys feel like trying that...
  9. M

    GP2X A Drum Machine On Gp2x...

    Midi out yes - midi in not at the moment !
  10. M

    GP2X A Drum Machine On Gp2x...

    Haha.. you bet I am. I'm just fighting to get it working :)
  11. M

    GP2X A Drum Machine On Gp2x...

    To let peepz up to date, got a GP2x now, hacked my way and got a sub-alpha version. Something is still resisting me as it goes in underrun as soon as I play more than 4 channels. Does not make really a lot of sense since 8 channels only take 69% of the cpu resources of the GP32. So either I've...
  12. M

    I'm Losin' It :(

    Fuck me.. u'r too rite. I can't believe I've been programming for more than 30yrs thinking addition had precedence over casting .. this might explain my problem. Ah.. well ; u learn every day :) Thanks man !
  13. M

    I'm Losin' It :(

    Nice ;) Ok.. got it. I'll see it it is my case. I understand the driver could get confused by sending odd-boundary buffer address.. but how memcpy'ing *before* sending the buffer to the driver would influence the process if the mem boundary of the buffer in the write is always aligned ...
  14. M

    I'm Losin' It :(

    I doubt it... memcpy's declaration is void *memcpy(void *s1, const void *s2, size_t n);. so working on void pointers and not doing arithmetics.... I'll give ur suggestion a try tho... just because I don't believe in anything anymore.
  15. M

    I'm Losin' It :(

    Ok.. I'm having a hell of a trouble trying to make the sound driver of LGPT working for LGPT. I'm currently using /dev/dsp to feed audio buffers but the output is chopped. After watching the sound wave, I discovered that one block out of two is endian reversed ! Trying to dig what it was, I...
  16. M

    Compiler Issues

    Buggah ! u r so ro-ite ! I adapted the code recently for the GP32 to check if I had concurency issue. Obviously I did it wrong :)
  17. M

    Compiler Issues

    thanks a hundred fuckin mil dude ! I have no idea why this happens but I commented the lock / unlock from the list ( they're not really significant at this stage anyway ) and I can see my user interface now !!!!! I owe ya! How did you get the assert output ? Is it with a serial cable ? The usb...
  18. M

    Compiler Issues

    Just to make myself totally clear, by this I mean "could someone with a linux box compile this for the GP2x and tell me if it runs that way" :)
  19. M

    Compiler Issues

    yeah.. that class works on PC,GP32 & Macs :)
  20. M

    Compiler Issues

    This is not a STL code but my own (although mybe a last resort would be to try mapping my implementation through STL.. but I'd rather avoid that)n. The list is supposed to provide support for adding new object both through references or pointer: virtual void Insert(Item&); virtual void...
Back
Top