Hi Wayne

This is an awesome nearly mind-blowing feature ;-)
I would really love to see this in the official code base.
Could you create a patch and send it to FredG?
So he may eventually include this :)

Thank you!
Best regards Sascha


On Wed, 25 Jul 2012 01:00:30 +0100, "Wayne Merricks"
<waynemerri...@thevoiceasia.com> wrote:
> Apologies I just realised my explanation of where to put the code
> changes made no sense after line 136.
> 
>  Here are the full hopefully sense making changes (sorry again).
> 
>  Line 100 changes to:
> 
>  if((rml->argQuantity()<1)||(rml->argQuantity()>4)) { //I changed >3 to >4
> 
>  Then line 136 gets an extra part of the if:
> 
>  if(rml->argQuantity()==3 || rml->argQuantity()==4) { // Start Log
>  //I added || rml->argQuantity()==4
> 
>  Then line 139, 140 and 141 becomes:
> 
>  if(rml->argQuantity()==4 && rml->arg(3).toInt()==1){
>    air_log[rml->arg(0).toInt()-1]->makeNext(rml->arg(2).toInt());
>  }else{
>    air_log[rml->arg(0).toInt()-1]->play(rml->arg(2).toInt(),
>                                           RDLogLine::StartMacro);
>  }
> 
> 
> -----Original Message-----
> From: rivendell-dev-boun...@lists.rivendellaudio.org on behalf of Dave B.
> Sent: Tue 24/07/2012 18:13
> To: User discussion about the Rivendell Radio Automation System
> Subject: Re: [RDD] Scrolling to current time on Load
>  
> Alan,
> Yes, that is a correct assumption!
> 
> On 7/24/2012 8:25 AM, Alan Peterson wrote:
>> Funny this should be brought up now. I was just thinking how good life would 
>> be with a "Go to Now" button; where, no matter where one might be in the 
>> log, you could hit it and immediately go to a point in the log matching 
>> real-time-of-day (or as close to it as RD can figure out).
>>
>> Dave, can I assume your next-to-last line entry is:
>> LIMIT 1 (quotation mark, semicolon, RH parenth) -1
>>
>> My dopey e-mail program converted the marks to an emoticon.
>>
>> -ap
>> _______________________________________________
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
> 
> _______________________________________________
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
> 
> 
> #######################
> Scanned by MailMarshal
> #######################
> 
> ############
> 
> Attention: 
> 
> The information contained in this message is confidential and intended 
> for the addressee(s) only. If you have received this message in error 
> or there are any problems, please notify the originator immediately.
> The unauthorised use, disclosure, copying or alteration of this message
> is strictly forbidden. Christian Vision or any of its subsidiaries will
> not be liable for direct, special, indirect or consequential damages 
> arising from alteration of the contents of this message by a third party
> or as a result of any virus being passed on. Please note that we reserve
> the right to monitor and read any e-mails sent or received by the 
> company under the Telecommunications (Lawful Business Practice) 
> (Interception of Communications) Regulation 2000. Christian Vision is 
> registered in England as a limited company 2842414 and as a charity 
> 1031031  
> 
> ############

_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to