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 - Deltafire

Pages: 1 ... 10 11 12 13 14 [15] 16 17 18 19 20
141
MilkyTracker Community / Re: MilkyTracker ported to OS/2
« on: August 29, 2008, 00:09:01 »
Hi shai,

Congratulations on the port.  I'll try to address some of the issues you experienced:

"it requires SDL- and ALSA-check m4 macros (sdl.m4 and alsa.m4)"
These are included in the source distribution archive, they are purposel omitted from the svn repository (anything that is autogenerated isn't stored on the svn).

"use macros to check for libzzip and remove it from the source archive (you probably know that as you already hardcoded in the automake files to link the binary against libzzip and don't use the internal version anymore)."
Again, this is on the svn development trunk only - it will be altered when the next version is released. Pailes is reluctant to remove it from the source archive at present due to various reasons.  It's worth pointing out that the automake build system is currently only used for the SDL version, OSX and Windows go there own way.

"you should really check whether SDL supports OpenGL in configure.in"
Development version only.. The opengl support was just a test, and will probably be dropped altogether as it offered no advantages.

"Usually one has to add SDLCALL macros for SDL callbacks and you have to take care of atexit(SDL_Quit)-like statements because the SDL library calling convention (OS/2 syscall) differs from the C calling convention. Nevertheless it compiled and worked fine without it which even surprised me."
Are you sure? I had already made those changes to the trunk before you downloaded it.

Regarding the mouse pointer flicker, blame SDL - it must not be using the hardware pointer, you'd be better patching SDL to fix this rather than writing a workaround specific to Milkytracker.

Posix or native path handling? You decide! Native might be better.

I prefer Milkytracker's internal filebrowser/message box rather than the OS provided ones. Makes it feel more integrated. :)

142
MilkyTracker Community / Re: Very Basic Question
« on: July 24, 2008, 19:26:00 »
Sounds like you need to create a volume envelope (instrument editor).

143
Tracking / Re: VSTi basics
« on: July 20, 2008, 22:21:39 »
I could spend ages explaining the principles of different methods of sound synthesis, but I'd be wasting time.

Just fiddle with the controls until you find a sound that you like, that's all you need to know  :)

144
MilkyTracker Feature Requests / Re: reverb?
« on: July 17, 2008, 18:34:47 »
Hehe, I don't think this will ever be implemented in Milkytracker on principal. However, if you're running *nix you can route Milkytracker through a reverb filter using Jack.

145
Use the key to the right of left-shift (\ on my keyboard) to enter a note-off.

As I said, I don't know how to disable the shortcuts in Gnome. However, if anyone does know a way to disable global shortcuts programmatically then I'd be glad to implement it (Renoise does this somehow..)

146
Help me find that... / Re: Beatbox + Depeche mode
« on: July 14, 2008, 19:34:13 »
I'm actually amazed that this "tune" is in the modarchive.

147
You can configure KDE to disable the WM shortcuts for specific applications, I don't know about Gnome as I don't use it.

148
MilkyTracker Bug Reports / Re: replen bug
« on: July 03, 2008, 13:36:04 »
I still can't reproduce this bug, I am going to assume that the fault is some 64-bit incompatibility (I only have 32-bit environments to test).  I'm not going to go through the hassle of installing a 64-bit OS just to check this, so I hope that someone else can compile a debug build from the source and run it under a debugger to see what's going on.

149
I think I saw that behaviour once when running Milkytracker under Wine, I presumed it was a bug with Wine..

What OS are you using?

150
Bug Report Archive / Re: Latency?
« on: June 22, 2008, 12:26:00 »
Ok, a few points you raised there:

SDL Latency
This can be and is controlled by Milkytracker.  Very high latencies cause the GUI to appear sluggish, this is because the song position is updated with every audio buffer generated; there are no sleep loops or similar.

ALSA
Milkytracker does have an ALSA driver (although currently there are some issues caused by failure to recover from buffer underruns on some hardware).

JACK
You probably haven't connected Milkytracker to an audio output client. Milkytracker does not and will not attempt to guess which audio client to connect to, you must connect it yourself using jack_connect, qjackctl or similar.

I think the GUI fonts are fixed..

Pages: 1 ... 10 11 12 13 14 [15] 16 17 18 19 20