From mint-bounce@lists.fishpool.fi  Fri Mar 31 00:05:53 2006
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
Date: Thu, 30 Mar 2006 17:02:28 -0500 (EST)
From: Keith Scroggins <kws@radix.net>
To: mint@fishpool.com
Cc: Peter Slegg <p.slegg@scubadivers.co.uk>
Subject: Re: [MiNT] Fwd: Re: FreeMiNT /dev for raw midi data?
In-Reply-To: <001a144c.01c928f82e6e@smtp.freeola.net>
Message-ID: <Pine.GSO.4.63.0603301649280.22534@saltmine.radix.net>
References: <001a144c.01c928f82e6e@smtp.freeola.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: kws@radix.net
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=BAYES_00
X-Spam-Level: 

Hi Peter,

What version of GnuPlot are you trying to build?  I'll try to take a look 
at it if you can share the version, see if I can offer any tips.

Right now, I am trying to write a native TOS midi 'driver' (or maybe it is 
a method) for ScummVM (for the time being, replacing the Linux one) but I 
keep getting hung up in places.  Its mostly trial and error, and I think 
my problem right now is the data that ScummVM is sending for a midi 
packet, I am not depacking it correctly for a handoff to the port.  What I 
'hope' is that this will eliminate the AdLib emulation (which is murder 
for running the games) and maybe allow music under TOS, but will still not 
allow the Talkie games to run without MiNT since the digital audio goes 
to /dev/audio, I think, with SDL, which uses threads.  Lacking C++ 
experience hurts, but jumping into something is the best way to learn.  My 
other problem is just finding some good midi programming examples on the 
ST.....  Lots of ASM, but little C code, my best example I have is 
MidiPlay from 1991 or so.....

Keith



On Thu, 30 Mar 2006, Peter Slegg wrote:

>> Hello all,
>>
>> I see that the current /dev/midi is treated as a serial interface for the
>> standard midi ports, is there another device for raw midi access to send
>> data to a midi device?  From a few google searches, I came across a
>> midx.xdd what is suppose to be a raw midi device, installed as /dev/midx,
>> but it dies under the recent kernels in the 1.16x series.
>>
>> More or less was looking for something similar to /dev/sequencer under
>> Linux, I think.
>>
>> Thanks!
>>
>> Keith
>
> Hi Keith,
>
> The reason for your question now makes sense. The SCUMM-VM works
> great apart from the sound problems which you know about.
>
> The lack of scaler isn't a problem as it is quite easy to change to
> a lower res (640x400) which makes the text easier to read.
>
> I've tried Monkey Island 1 & 2 (briefly) and Day of the Tentacle
> again briefly. Both look great.
>
> It has inspired me to try to compile some stuff myself. I randomly
> picked something from the Mint Todo list. I wanted an app rather than
> a util so I picked Gnuplot. How up-to-date is that Todo list ?
>
> Configure seems to work apart from some missing items. I've never got
> this far before. I tried make install and that fails but I am not 100%
> sure what the errors mean.
>
> It would be really nice if someonelse could have a go with gnuplot
> and give me a few pointers. It doesn't have to be gnuplot, anything
> would do.
>
> Regards,
>
> Peter
>
>
>
>
>


