Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - panzi

Pages: [1]
1
MilkyTracker Support / How do I play/insert a note lower than C-4?
« on: November 24, 2021, 03:45:13 »
How do I play/insert a note lower than C-4 or higher than G-6?
Thank you!

2
MilkyTracker News / Re: MilkyTracker 0.90.85
« on: June 16, 2011, 00:26:53 »
In order to make it compile on my 64bit Linux (Fedora 14) I had to make small changes in src/tracker/sdl/SDL_Main.cpp. Specifically I had to add an include (stdint.h), and then change all "(void*)p.x;" to "(void*)(intptr_t)p.x;" and "p.x = (pp_int32)event.data1;" to "p.x = (pp_int32)(intptr_t)event.data1;". (And the same for data2/y.) I guess this is because of different pointer sizes on 64bit systems.

Pages: [1]