Re: combining sound files

2007-08-18 Thread Mark Smith
Nicolas, glad you got it working! The three .au files I have to hand  
are loud and noisy, which is probably why I didn't notice the click.


Best,

Mark

On 19 Aug 2007, at 01:55, Nicolas Cueto wrote:


Mark, I found the cause of the "click".

There's a typo in the stack script, i.e.,

  put char (tFileInfo["heaerSize"]

I retyped it as "headerSize", and the
"clicks" no longer appear in the
concatenated au file.

Again, thank you for this stack. It's going
to enable me to easily produce more
listening materials for my classrooms.

--
Nicolas Cueto
___
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: combining sound files

2007-08-18 Thread Nicolas Cueto
Mark, I found the cause of the "click".

There's a typo in the stack script, i.e.,

  put char (tFileInfo["heaerSize"]

I retyped it as "headerSize", and the
"clicks" no longer appear in the
concatenated au file.

Again, thank you for this stack. It's going
to enable me to easily produce more
listening materials for my classrooms.

--
Nicolas Cueto
___
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: combining sound files

2007-08-18 Thread Nicolas Cueto
Mark, your second version works under Rev2.6!

There's an aural glitch, though, in the concatenated sound file.

A "click" can be heard at the start of the concatenated file
and at each concatination point therein.

Nonetheless, thank you very much, both for the stack
as well as for the peek into how sound-file encoding works.

Cheers,

Nicolas Cueto
___
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: Windows firewall issues and Rev

2007-08-18 Thread Ken Ray
On Sat, 18 Aug 2007 09:38:34 -0400, Richard Miller wrote:

> 1. What would I need to do in Rev to cause the Firewall to kick into action?

One thing that would probably cause it would be to open a TCP (also 
maybe UDP?) socket to another program...


Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.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: Telling which stack is active?

2007-08-18 Thread Ken Ray
On Sat, 18 Aug 2007 14:13:51 -0700, Paul Gabel wrote:

> Hi everybody:
> 
> I have 6 stacks with their windows open at the same time. Some are 
> hidden behind other stacks and then slide out from underneath (like a 
> drawer). But I can't figure out a way within scripts to tell which 
> stack is the "active" one, the one the cursor has last clicked on, 
> the one that is checked in the Windows menu. How can I do something 
> like:  ?
> 
> This problem is frustrating me, and I sure would appreciate a little help.

Very close - look at "defaultStack" and "topStack" in the Dictionary. 
Basically "defaultStack" is the stack that is what you are talking 
about when you use "this" (like "the short name of this card"), and 
"topStack" is the frontmost stack with the lowest "mode" (usually 
meaning the frontmost topLevel window).

HTH,

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.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


Telling which stack is active?

2007-08-18 Thread Paul Gabel

Hi everybody:

I have 6 stacks with their windows open at the same time. Some are  
hidden behind other stacks and then slide out from underneath (like a  
drawer). But I can't figure out a way within scripts to tell which  
stack is the "active" one, the one the cursor has last clicked on,  
the one that is checked in the Windows menu. How can I do something  
like:  ?


This problem is frustrating me, and I sure would appreciate a little  
help.


Paul Gabel
___
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


Windows firewall issues and Rev

2007-08-18 Thread Richard Miller
I'm running into a problem with a certain number of users where our  
Rev software is being blocked from operating by Windows Firewall. I  
don't really understand what is going on, so maybe a few questions  
will help. To my knowledge, these users don't have the Firewall  
configured any differently than other users of our program who are  
not running into a blocking problem.


I've noticed that, when I look at the Exceptions area in Windows  
Firewall, it lists the Rev engine in there. I decided to delete that  
exception. Yet, when I open Rev to start programming, it opens  
fine... nothing gets blocked yet. Two questions:


1. What would I need to do in Rev to cause the Firewall to kick into  
action?


2. Does Rev automatically adjust Windows Firewall during installation  
to create an exception? I don't remember ever telling Windows to not  
block Rev.


Thanks.
Richard Miller
___
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: combining sound files

2007-08-18 Thread Mark Smith
Nicolas, I've copied a function from another project into it so it  
should work now...(should have done it in the first place!)


Best,

Mark

On 18 Aug 2007, at 09:55, Nicolas Cueto wrote:


Only tested on OS X intel, so let me know how you get on.
It uses the new (in 2.8.1) "M" binaryEncode/Decode parameter, so I
don't think it will work with pre-2.8.1 Revs.


Mark, that was very kind of you to put that stack together. Thank you.

Unfortunately, you're right. My Rev 2.6 (Windows) choked at the  
script line:


get binaryDecode("M",binNum,bdOutput)

returning the error type "binaryDecode: invalid data for parameter".

If there's still a solution ...

Cheers,

Nicolas Cueto
___
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: combining sound files

2007-08-18 Thread Nicolas Cueto
 > Only tested on OS X intel, so let me know how you get on.
> It uses the new (in 2.8.1) "M" binaryEncode/Decode parameter, so I
> don't think it will work with pre-2.8.1 Revs.

Mark, that was very kind of you to put that stack together. Thank you.

Unfortunately, you're right. My Rev 2.6 (Windows) choked at the script line:

get binaryDecode("M",binNum,bdOutput)

returning the error type "binaryDecode: invalid data for parameter".

If there's still a solution ...

Cheers,

Nicolas Cueto
___
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