Music Notes, New Instruments & Sound Channel Preview

2009-09-03 Thread Richmond Mathewson
Ouch!
http://tilestack.com/blog/Music_Notes,_New_Instruments_&_Sound_Channel_Preview
___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-03 Thread René Micout

Hello Richmond,
I I want the same thing in RunRev with the capability playing Midi  
instrument implemented into QuickTime synthesizer...

I think it is not very difficult for Revolution to make that...
But what opportunities available to us !!
Bons souvenirs de Paris
René

Le 3 sept. 09 à 16:09, Richmond Mathewson a écrit :


Ouch!
http://tilestack.com/blog/ 
Music_Notes,_New_Instruments_&_Sound_Channel_Preview

___
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


___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-03 Thread Judy Perry

Woo-hoo

Judy

On Thu, 3 Sep 2009, Richmond Mathewson wrote:


Ouch!
http://tilestack.com/blog/Music_Notes,_New_Instruments_&_Sound_Channel_Preview
___
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


___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-03 Thread Judy Perry

Ditto ditto ditto ditto ditto ditto ditto ditto ditto

Judy


On Thu, 3 Sep 2009, René Micout wrote:


Hello Richmond,
I I want the same thing in RunRev with the capability playing Midi instrument 
implemented into QuickTime synthesizer...

I think it is not very difficult for Revolution to make that...
But what opportunities available to us !!
Bons souvenirs de Paris
René

Le 3 sept. 09 à 16:09, Richmond Mathewson a écrit :


Ouch!
http://tilestack.com/blog/Music_Notes,_New_Instruments_&_Sound_Channel_Preview
___
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


___
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___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-03 Thread Ian Wood

Neat, and looks quite powerful.

Trivia quiz time:
Their codename for the next release is 'Trantor' - a free prize of  
nothing to the first person to say which SF book series features the  
planet Trantor...


Ian

On 3 Sep 2009, at 15:09, Richmond Mathewson  
 wrote:



Ouch!
http://tilestack.com/blog/Music_Notes,_New_Instruments_&_Sound_Channel_Preview
___
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


___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-03 Thread Sarah Reichelt
On Fri, Sep 4, 2009 at 8:33 AM, Ian Wood wrote:
> Neat, and looks quite powerful.
>
> Trivia quiz time:
> Their codename for the next release is 'Trantor' - a free prize of nothing
> to the first person to say which SF book series features the planet
> Trantor...


OK, I'll fall into the nerd trap :-)
Isaac Asimov's Foundation series

Cheers,
Sarah
___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-03 Thread Tereza Snyder


On Sep 3, 2009, at 5:36 PM, Sarah Reichelt wrote:



OK, I'll fall into the nerd trap :-)
Isaac Asimov's Foundation series




Actually, Trantor made its first appearance in Asimov's "Pebble in the  
Sky" which predated the Foundation series.


Joining Sarah in the nerd trap.

t




--
Tereza Snyder
Califex Software, Inc.





___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-04 Thread Kenji Kojima

Hi,

I tried to make a PlayMIDI revlet.
http://www.kenjikojima.com/revlet/PlayMIDI/

It's based on HyperTalk's PLAY command
http://www.kenjikojima.com/revlet/PlayMIDI/pmd.html

I can play it on MacOS.  I have two problems.

1) I cannot show a QuickTime controller on MacOS and Windows. only a  
border appears.


2) I made a temporary MIID file into specialfolderpath("temporary"). and
 set the filename of player "playMidi" to (specialfolderpath 
("temporary") &"/playPmdTemp.mid")

It works on MacOS, but not on Windows.


Thanks,
--
Kenji Kojima
http://www.kenjikojima.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: Music Notes, New Instruments & Sound Channel Preview

2009-09-04 Thread stephen barncard
and quicktime is installed in your Windows system?
-
Stephen Barncard
San Francisco
http://houseofcubes.com/disco.irev


2009/9/4 Kenji Kojima 

> Hi,
>
> I tried to make a PlayMIDI revlet.
> http://www.kenjikojima.com/revlet/PlayMIDI/
>
> It's based on HyperTalk's PLAY command
> http://www.kenjikojima.com/revlet/PlayMIDI/pmd.html
>
> I can play it on MacOS.  I have two problems.
>
> 1) I cannot show a QuickTime controller on MacOS and Windows. only a border
> appears.
>
> 2) I made a temporary MIID file into specialfolderpath("temporary"). and
>  set the filename of player "playMidi" to (specialfolderpath("temporary")
> &"/playPmdTemp.mid")
> It works on MacOS, but not on Windows.
>
>
> Thanks,
> --
> Kenji Kojima
> http://www.kenjikojima.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
>
___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-04 Thread Kenji Kojima

On Sep 4, 2009, at 08:44 PM, stephen barncard wrote:


and quicktime is installed in your Windows system?


Oh! I reinstalled a fresh Windows XP last month.
I think that was the reason.

Thanks,
--
Kenji Kojima
http://www.kenjikojima.com/






Hi,

I tried to make a PlayMIDI revlet.
http://www.kenjikojima.com/revlet/PlayMIDI/

It's based on HyperTalk's PLAY command
http://www.kenjikojima.com/revlet/PlayMIDI/pmd.html

I can play it on MacOS.  I have two problems.

1) I cannot show a QuickTime controller on MacOS and Windows. only  
a border

appears.

2) I made a temporary MIID file into specialfolderpath 
("temporary"). and
set the filename of player "playMidi" to (specialfolderpath 
("temporary")

&"/playPmdTemp.mid")
It works on MacOS, but not on Windows.


Thanks,
--
Kenji Kojima
http://www.kenjikojima.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


___
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


___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-04 Thread Kenji Kojima

stephen,

I installed QuickTime7 on my Windows.
I could play a MIDI sound and a controller appeared.

I installed QuickTime 10 on my Mac.
The controller problem might be QT version.

--
Kenji Kojima
http://www.kenjikojima.com/




On Sep 4, 2009, at 08:44 PM, stephen barncard wrote:


and quicktime is installed in your Windows system?
-
Stephen Barncard
San Francisco
http://houseofcubes.com/disco.irev


2009/9/4 Kenji Kojima 


Hi,

I tried to make a PlayMIDI revlet.
http://www.kenjikojima.com/revlet/PlayMIDI/

It's based on HyperTalk's PLAY command
http://www.kenjikojima.com/revlet/PlayMIDI/pmd.html

I can play it on MacOS.  I have two problems.

1) I cannot show a QuickTime controller on MacOS and Windows. only  
a border

appears.

2) I made a temporary MIID file into specialfolderpath 
("temporary"). and
set the filename of player "playMidi" to (specialfolderpath 
("temporary")

&"/playPmdTemp.mid")
It works on MacOS, but not on Windows.


Thanks,
--
Kenji Kojima
http://www.kenjikojima.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


___
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


___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-05 Thread René Micout

Hello,
When I enter on page "Test page for PlayMidi",
I read : "There was an error loading the revlet - Stack not found".
What append ?
Bons souvenirs de Paris
René

Le 5 sept. 09 à 02:41, Kenji Kojima a écrit :


Hi,

I tried to make a PlayMIDI revlet.
http://www.kenjikojima.com/revlet/PlayMIDI/

It's based on HyperTalk's PLAY command
http://www.kenjikojima.com/revlet/PlayMIDI/pmd.html

I can play it on MacOS.  I have two problems.

1) I cannot show a QuickTime controller on MacOS and Windows. only  
a border appears.


2) I made a temporary MIID file into specialfolderpath 
("temporary"). and
 set the filename of player "playMidi" to (specialfolderpath 
("temporary") &"/playPmdTemp.mid")

It works on MacOS, but not on Windows.


Thanks,
--
Kenji Kojima
http://www.kenjikojima.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


___
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: Music Notes, New Instruments & Sound Channel Preview

2009-09-05 Thread René Micout

Hello,
I have loaded RevMedia 4.0 and RevWeb Player but it is the same : I  
read : "There was an error loading the revlet - Stack not found".
But when I loaded one of my RunRev application the speed was  
dramaticly slow...
I loaded the same application with RunRev 3.5 the speed was also  
dramaticly slow...
When I put RevWeb Player and RevMedia 4.0 in the trash and I loaded  
my application with RunRev 3.5 everything is back to normal...

RevMedia 4.0 is inusable for me (music application) !!
Is Revolution Studio 4.0 slower than 3.5 ?
Macintosh PPC MacOs Tiger
Thank you
Bons souvenirs de Paris
René

Le 5 sept. 09 à 09:11, René Micout a écrit :


Hello,
When I enter on page "Test page for PlayMidi",
I read : "There was an error loading the revlet - Stack not found".
What append ?
Bons souvenirs de Paris
René

Le 5 sept. 09 à 02:41, Kenji Kojima a écrit :


Hi,

I tried to make a PlayMIDI revlet.
http://www.kenjikojima.com/revlet/PlayMIDI/

It's based on HyperTalk's PLAY command
http://www.kenjikojima.com/revlet/PlayMIDI/pmd.html

I can play it on MacOS.  I have two problems.

1) I cannot show a QuickTime controller on MacOS and Windows. only  
a border appears.


2) I made a temporary MIID file into specialfolderpath 
("temporary"). and
 set the filename of player "playMidi" to (specialfolderpath 
("temporary") &"/playPmdTemp.mid")

It works on MacOS, but not on Windows.


Thanks,
--
Kenji Kojima
http://www.kenjikojima.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


___
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


___
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