Re: e: MIDI externals

2005-08-25 Thread Erik Hansen
have you checked these out?
list Google:

UDI
[EMAIL PROTECTED]
http://homepage.mac.com/udi/



Kurt Kaufman [EMAIL PROTECTED] 
who also has an app with Revolution.

Erik Hansen
 

[EMAIL PROTECTED]http://www.erikhansen.org

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: MIDI externals

2005-08-24 Thread xbury . cs
If this can help, I think you could work this out via MIDI-OX. It's a 
virtual MIDI manager that can be controled via VBS/WSH... There's a 
section of the page below dedicated to scripting it... Im sure this will 
save you hours of externals writing...

http://www.midiox.com/

here's what it does...

MIDI-OX is a Windows 95/NT program (also Win98/Me/2000/XP). It is a 32 
bit program which will not operate under earlier versions of Windows. 
MIDI-OX is a multi-purpose tool: it is both a diagnostic tool and a System 
Exclusive librarian. It can perform filtering and mapping of MIDI data 
streams. It displays incoming MIDI streams, and passes the data to a MIDI 
output driver or the MIDI Mapper. You can generate MIDI data using the 
computer keyboard or the built-in control panel. You can even record and 
log MIDI data and then convert it to a Standard MIDI File for playback by 
a sequencer. Some additional information is available in the MIDI and 
Audio FAQ. 

And it's free... for non-commercial use...

cheers
Xavier

[EMAIL PROTECTED] wrote on 24/08/2005 07:58:53:

 
 
 --- Ken Norris [EMAIL PROTECTED] wrote:
 
  Howdy,
  
  Is there an external for Windows (I think
  they're called DLL's?) that
  will select instruments and play MIDI notes
  instantly? Not necessarily
  a song sequence, but a note or chord.
 
 i am working on something similar and could
 not get Shakobox for Windows to works as
 it does with Mac. am currently expanding
 from 1 channel to 16 with some extra factors
 and so have not tried this yet. send in time,
 here we come.
 
 here are Jacquie  Jon:
 
  Jacquie:
  I had some problems with that myself 
  when I was testing the Windows
  version. I couldn't make it work 
  until I used the technique where I
  wrote a temporary text file to disk.
 
 I think this is the way you should do it. After
 you launch
 PlayCommandAgent.exe with shell(), write your
 command out to a file
 called c:\windows\playcmd.evt . Once you close
 the file it should 
 pick up the command. To do 16 channels,
 open/write/close the file 16 times.
 
 Shakobox author
 Jonathyn Bet'nct [EMAIL PROTECTED]
 
 [EMAIL PROTECTED]http://www.erikhansen.org
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution



-
Visit us at http://www.clearstream.com
  
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


e: MIDI externals

2005-08-24 Thread Ken Norris

Hi Erik,


Date: Tue, 23 Aug 2005 22:58:53 -0700 (PDT)
From: Erik Hansen [EMAIL PROTECTED]
Subject: Re: MIDI externals


On Aug 24, 2005, at 4:51 AM, [EMAIL PROTECTED] 
wrote:



--- Ken Norris [EMAIL PROTECTED] wrote:


Howdy,

Is there an external for Windows (I think
they're called DLL's?) that
will select instruments and play MIDI notes
instantly? Not necessarily
a song sequence, but a note or chord.


i am working on something similar and could
not get Shakobox for Windows to works as
it does with Mac.


I don't think Shakobox is a solution. It's designed to play a sequence, 
which is not what I need. It has to play a note or a chord instantly, 
it can't hesitate. Imagine an onscreen keyboard that plays exactly like 
a real piano, i.e., if you drag across the keys, it plays the note 
instantly as soon as you drag into a 'key', and also stops playing a 
note as soon as you drag out of a key. It can do up to 8 or 9 note 
polyphony.


I'm using an external in SuperCard that accomplishes this (QuickNotes), 
but, of course, it won't work on a Windows box.


All the best,
Ken N.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: MIDI externals

2005-08-24 Thread Ken Norris

Hi Xavier,


Date: Wed, 24 Aug 2005 08:32:26 +0200
From: [EMAIL PROTECTED]
Subject: Re: MIDI externals




http://www.midiox.com/


Thanks, I'll take a look.

All the best,
Ken N.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


MIDI externals

2005-08-23 Thread Ken Norris

Howdy,

Is there an external for Windows (I think they're called DLL's?) that 
will select instruments and play MIDI notes instantly? Not necessarily 
a song sequence, but a note or chord.


It's for an onscreen keyboard, i.e., must play the note instantaneously 
on mouseDown. Actually, I'm looking for it to play like a piano, when 
the user drags over the 'keys', but that's more a scripting issue. I 
have one working in SuperCard on the Mac, using QuickNotes. I wouldn't 
mind building a cross-platfrom version, but it has to perform as I 
indicated.


TIA,
Ken N.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: MIDI externals

2005-08-23 Thread Judy Perry
Hi Ken,

Shakobox for Windows won't work for you?

(Sorry... that's all I can think of).

Judy

On Tue, 23 Aug 2005, Ken Norris wrote:

 Howdy,

 Is there an external for Windows (I think they're called DLL's?) that
 will select instruments and play MIDI notes instantly? Not necessarily
 a song sequence, but a note or chord.

 It's for an onscreen keyboard, i.e., must play the note instantaneously
 on mouseDown. Actually, I'm looking for it to play like a piano, when
 the user drags over the 'keys', but that's more a scripting issue. I
 have one working in SuperCard on the Mac, using QuickNotes. I wouldn't
 mind building a cross-platfrom version, but it has to perform as I
 indicated.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: MIDI externals

2005-08-23 Thread Erik Hansen


--- Ken Norris [EMAIL PROTECTED] wrote:

 Howdy,
 
 Is there an external for Windows (I think
 they're called DLL's?) that
 will select instruments and play MIDI notes
 instantly? Not necessarily
 a song sequence, but a note or chord.

i am working on something similar and could
not get Shakobox for Windows to works as
it does with Mac. am currently expanding
from 1 channel to 16 with some extra factors
and so have not tried this yet. send in time,
here we come.

here are Jacquie  Jon:

 Jacquie:
 I had some problems with that myself 
 when I was testing the Windows
 version. I couldn't make it work 
 until I used the technique where I
 wrote a temporary text file to disk.

I think this is the way you should do it. After
you launch
PlayCommandAgent.exe with shell(), write your
command out to a file
called c:\windows\playcmd.evt . Once you close
the file it should 
pick up the command. To do 16 channels,
open/write/close the file 16 times.

Shakobox author
Jonathyn Bet'nct [EMAIL PROTECTED]

[EMAIL PROTECTED]http://www.erikhansen.org

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution