> Thanks for the responses guys. I've got some good stuff to work with here.
>
> Jim
>
> Steve Kunitzer wrote:
>> Jim, there are two approaches to take:
>>
>> 1: Create a function (has a return value) or a procedure (no return 
>> value)
>>
>> Example function:
>> function is_cool( name : String ) : Boolean;
>>  begin
>>    Result := false;
>>      if ( name = 'FesterHead' ) then
>>      begin
>>        Result := true;
>>      end;
>>  end;
>>
>> Functions are defined as name ( var:type [; var:type] ) : return_type;
>> The return value is called Result (case insensitive?) and needs to be 
>> the same data type as return type
>>
>> Example procedure:
>> procedure festerhead_is_cool( name : String );
>>  begin
>>    WriteLn( 'FesterHead is cool!' );
>>  end;
>>
>> Procedures are defined as name( var:type [; var:type] );
>>
>> 2: Create a secondary PAL and include it into the first one
>>
>> PAL1.pal:
>> WriteLn( 'FesterHead is cool!' );
>>
>> PAL2.pal:
>> WriteLn( 'Who is cool?' );
>> {$include 'full_and_complete_path_to\PAL1.pal'}
>>
>> Running PAL2.pal the output would be:
>> Who is cool?
>> FesterHead is cool!
>>
>>
>> The Delphi include directive when used in PAL doesn't take too kindly 
>> to relative paths.
>> As always... Enjoy!
>>
>> Steve Kunitzer
>> http://www.festerhead.com
>>
>>
>>
>> Jim Priebe wrote:
>>> Hi,
>>>>
>>>> Does anyone know of a way to pass parameters to a PAL script? I 
>>>> have several scripts that are almost exactly the same except for a 
>>>> couple of key variables. I'd prefer to have just one.
>>>>
>>>> Jim
>>>>
>> _______________________________________________
>> General-discussion mailing list
>> [email protected]
>> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion
>>
>> TO unsubscribe to this list, simply send a blank email to
>> [email protected]
>>
>> with the subject 'unsubscribe'
>>
>
> -- 
> Jim Priebe
> WhiStle Radio. About people you know. By people you know.
> CIWS 102.7FM
> www.whistleradio.com
> (905) 640-6429
From [email protected]  Wed Sep 17 11:19:20 2008
From: [email protected] (James Henline)
Date: Wed Sep 17 12:29:31 2008
Subject: [General-discussion] SAMB Vista and MySql 6.0
In-Reply-To: <2a054464ef03468faf3830b2f335b...@hoperadiolp2>
References: <c1f55450f9a44d73bfea57d023237...@hoperadiolp2>
        <78a64df11b094f19b4244f1c0b54b...@hoperadiolp2>
        <e5a90ae1bb604b468345489c1ad1b...@hoperadiolp2>
        <000601c91869$65fc3530$6901a...@acer5100>
        <2a054464ef03468faf3830b2f335b...@hoperadiolp2>
Message-ID: <[email protected]>

Bill, chances are you do not have write permissions with in the backup
directory for SAM, so chekc on that and your backups should then work.
Secondly always make sure to run SAM as administrator, it solved many
of the problems in Vista.

As fr the mic, Start with the default settings and turn off the AGC,
have the AGC only on decks A, B, and sound FX, then go from there.

James Henline.
Help Desk Manager
Development Manager
Spacial Audio Solutions LLC.
972-739-6420 ext: 110
www.audiorealm.com
www.spacialnet.com
www.spacialaudio.com

CONFIDENTIALITY NOTICE: This email, including any attachments,
contains information from SpacialAudio Solutions LLC., which may be
confidential or privileged. The information is intended to be for the
use of the individual or entity named above. If you are not the
intended recipient, be aware that any disclosure, copying,
distribution or use of the contents of this information is prohibited.
If you have received this email in error, please notify the sender
immediately by "reply to sender only" message and destroy all
electronic and hard copies of the communication, including
attachments.



On Tue, Sep 16, 2008 at 10:12 PM, Bill Curd <[email protected]> wrote:
> I know how to do all these in MySql Admin but I am talking about right in
> SAMB Maintaince Backup
>
> My mic sounds very muffled
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of
> Antifmradio
> Sent: Tuesday, September 16, 2008 9:02 PM
> To: [email protected]
> Subject: Re: [General-discussion] SAMB Vista and MySql 6.0
>
> running VISTA here
> and MAN let me tell you, one problem after another
>
> i am using SQL Admin version  5.0.45
> Client Version 5.0.0
>
>
> i ask the following because i dont know all the steps you have taken so far.
>
>
> Open SQL Admin
> Login as ROOT or top level users
> click BACKUP in the left hand list
> ***There HAS to be a project available for this to work so***
> Look at bottm center > Click NEW PROJECT> Name the project > Select SAMDB in
>
> the schemata listing >
> hit the > arrow to move that over to the CONTENT window > click EXECUTE
> BACKUP NOW >
> give it a NAME and a LOCATION in the popup window > Click SAVE
> it should run its little thing nad youll see a BACKUP FINISHED window
>  with location of file and other info.
>
>
>
> Is that working for you?
>
>
>
> ----- Original Message -----
> From: "Bill Curd" <[email protected]>
> To: <[email protected]>
> Sent: Tuesday, September 16, 2008 9:48 PM
> Subject: RE: [General-discussion] SAMB Vista and MySql 6.0
>
>
>> Everything is working but am unable to make a Database Backup on vista???
>> Help?
>>
>> Any pointers on getting the mic times set correctly to sound good
>> I am attempting to use a Sampson CO1U usb mic
>>
>> Bill
>>
>> -----Original Message-----
>> From: [email protected]
>> [mailto:[email protected]] On Behalf Of
>> Bill Curd
>> Sent: Tuesday, September 16, 2008 7:16 PM
>> To: [email protected]
>> Subject: RE: [General-discussion] SAMB Vista and MySql 6.0
>>
>> I downgraded to the last version 5.0.67 got things working now
>>
>> Bill
>>
>> -----Original Message-----
>> From: [email protected]
>> [mailto:[email protected]] On Behalf Of
>> Bill Curd
>> Sent: Tuesday, September 16, 2008 7:16 PM
>> To: [email protected]
>> Subject: [General-discussion] SAMB Vista and MySql 6.0
>>
>> I can get access to MySql Database with MySql administrator but am not
>> able
>> to access it via SAMB
>>
>>
>>
>> I noticed that it is not able to setup some of the database stuff during
>> Install
>>
>>
>>
>> I have submitted a support ticket but once again never received a email
>> with
>> the ticket password
>>
>>
>>
>>
>>
>> Bill Curd
>>
>> Hope Radio Online
>>
>> 270-589-1737
>>
>>
>>
>> _______________________________________________
>> General-discussion mailing list
>> [email protected]
>> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion
>>
>> TO unsubscribe to this list, simply send a blank email to
>> [email protected]
>>
>> with the subject
>> 'unsubscribe'
>>
>> _______________________________________________
>> General-discussion mailing list
>> [email protected]
>> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion
>>
>> TO unsubscribe to this list, simply send a blank email to
>> [email protected]
>>
>> with the subject
>> 'unsubscribe'
>>
>> _______________________________________________
>> General-discussion mailing list
>> [email protected]
>> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion
>>
>> TO unsubscribe to this list, simply send a blank email to
>> [email protected]
>>
>> with the subject
>> 'unsubscribe'
>
> _______________________________________________
> General-discussion mailing list
> [email protected]
> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion
>
> TO unsubscribe to this list, simply send a blank email to
> [email protected]
>
> with the subject
> 'unsubscribe'
>
> _______________________________________________
> General-discussion mailing list
> [email protected]
> http://mailman.spacialaudio.com/mailman/listinfo/general-discussion
>
> TO unsubscribe to this list, simply send a blank email to
> [email protected]
>
> with the subject
> 'unsubscribe'
>

Reply via email to