Re: [RDD] Documentation on implementing GPIOs?

2014-03-03 Thread Karl Koscher
Is there any reason a standard Arduino wouldn't work? On Mon, Mar 3, 2014 at 10:31 PM, Lee Baker wrote: > Hi Brian, > > > > Your project sound interesting. I'd certainly be interested. > > > > I am in need of an interface so that I can remote fire from mixing console. > > > > Have tried using

Re: [RDD] Documentation on implementing GPIOs?

2014-03-03 Thread Lee Baker
Hi Brian, Your project sound interesting. I'd certainly be interested. I am in need of an interface so that I can remote fire from mixing console. Have tried using an old soundcard with midi port and making a joystick plug to no avail, have also tried finding info on using the serial po

[RDD] Documentation on implementing GPIOs?

2014-03-03 Thread Brian
I'm thinking of making my own GPIO interface for Rivendell, custom circuit board, etc., based on an Atmel Microcontroller. The simplest way for me to interface it with the system would probably be RS-232. I can program the chip to speak any arbitrary protocol. Where should I look to find out how

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Wayne Merricks
As an aside, don't expect to turn on mysql replication and have applications magically start syncing between sites. I have yet to find an easy transparent mysql replication layer that you can plug underneath existing applications without things dying horribly. The only way I've managed to get

Re: [RDD] Cue output assignation problem

2014-03-03 Thread Hoggins!
Of course ! Here it is : - open RDAdmin, and browse to host called "yomama" - set Cue Output to Card 0, Port 1 (its RDAirplay config already uses Card 0, Port 0 for "normal" playout) - start Rivendell daemons on host "yomama", open RDAirplay - on RDAirplay, click on ADD - on the dialog box,

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Fred Gleason
On Mar 3, 2014, at 10:46 49, Cowboy wrote: > If you were so inclined, you could check and compare the timestamps > on the files in /var/lib/mysql/databasename/tablename.MYI between the > two ( or three, or... ) machines and know which is the most recent No, No, NO - you do *not* want to do this!

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Hoggins!
That, sir, would be absolutely awesome ! Le 03/03/2014 01:22, Fred Gleason a écrit : > Hi John: > > This is an area of active work here right now. Specifically, the goal is to > be able to write changes to a log in the form of a sequence of operations on > a known base state rather than rewriti

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Rob Landry
On Mon, 3 Mar 2014, Cowboy wrote: If you were so inclined, you could check and compare the timestamps on the files in /var/lib/mysql/databasename/tablename.MYI between the two ( or three, or... ) machines and know which is the most recent That would tell me which copy of the table has been m

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Cowboy
On Monday 03 March 2014 06:43:08 am Rob Landry wrote: > In order to use my script to synchronize a remote system used for voice > tracking with another at the studio, it would be necessary to synchronize > in both directions, which could only be done if each record in a log were > time-stamped s

Re: [RDD] Audition controls missing in add cart dialog

2014-03-03 Thread Max Goldstein, Operations Director
Yes. (The dropdown in the System Services box.) And it works for the rdairplay outputs. Thanks, Max Goldstein Operations Director WMFO Medford On Mon, Mar 3, 2014 at 9:27 AM, Fred Gleason wrote: > On Mar 3, 2014, at 00:25 10, Max Goldstein, Operations Director < > o...@wmfo.org> wrote: > > > I

Re: [RDD] Audition controls missing in add cart dialog

2014-03-03 Thread Fred Gleason
On Mar 3, 2014, at 00:25 10, Max Goldstein, Operations Director wrote: > Indeed, the cue output and port are set to None (no doubt -1 internally and > so hitting the if statement). But it's not letting me change it. We use only > one output card (an HPI with 8 channels), and I can set it on th

[RDD] how to make the "I need to see everything" log with Rivendell!

2014-03-03 Thread John Anderson
Is there a way to make a log, that logs any and every function of Rivendell. Everything loaded, played, movements on panels, recordings. As close to a full debug as possible? thanks --- This email is free from viruses and malware because avast! Antivirus protection is acti

[RDD] remote sync's

2014-03-03 Thread John Anderson
Actually, if you don't mind sharing, I'd love to see you script, with instructions on how to implement it. With the low implementation cost of Rivendell, it seems that maintaining a "relatively current" backup at the transmitter site is a great idea. thanks --- Recently I wrote a Perl script

Re: [RDD] Voicetracking over a slow connection - what works best?

2014-03-03 Thread Rob Landry
Recently I wrote a Perl script to synchronize CUTS, CART, /var/snd, and logs between two Rivendell systems. It wasn't written with remote voice tracking in mind, but for two of my clients who have Rivendell systems at transmitter sites that need to be synchronized with the systems at their st

Re: [RDD] Fade to next event

2014-03-03 Thread Morten Krarup Nielsen
Nice. Think that 2000ms should be the default option on a new system, as many users (including myself) has been looking for this function 2014-03-03 12:31 GMT+01:00 Marc Steele : > Hello, > > I believe so. After changing the fade settings, we now get the song fading > into the news jingle (we ta

Re: [RDD] Fade to next event

2014-03-03 Thread Morten Krarup Nielsen
Does it work with timers also? 2014-03-03 10:45 GMT+01:00 Lee Baker : > DOH! Well that was an easy fix. > > > > Thanks Marc. > > > > > > > > *From:* Marc Steele [mailto:steele...@gmail.com] > *Sent:* Monday, 3 March 2014 6:25 PM > *To:* Lee Baker > *Cc:* User discussion about the Rivendell Radio

Re: [RDD] Fade to next event

2014-03-03 Thread Lee Baker
DOH! Well that was an easy fix. Thanks Marc. From: Marc Steele [mailto:steele...@gmail.com] Sent: Monday, 3 March 2014 6:25 PM To: Lee Baker Cc: User discussion about the Rivendell Radio Automation System Subject: Re: [RDD] Fade to next event Hello, This is one that caught me ou

Re: [RDD] Time & Temp Announcements. (Fernando Della Torre)

2014-03-03 Thread Owen Dawe
Hello Fernando, Thank you. Owen. On 03/03/14 06:11, rivendell-dev-requ...@lists.rivendellaudio.org wrote: Re: Time & Temp Announcements. (Fernando Della Torre) ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.pa

Re: [RDD] "Golden Hour" Feature with Rivendell Scheduler?

2014-03-03 Thread Marc Steele
Hello, It looks like there isn't a trick we're missing and we'll have to manually tag songs, then create a stack of events and clocks. Justblike the Number 1s Day and decades hours we already do. Thanks, Marc Steele. Program Controller - NHR. On 2 Mar 2014 22:23, "Robert Jeffares" wrote: > I a

Re: [RDD] Fade to next event

2014-03-03 Thread Marc Steele
Hello, This is one that caught me out for a while as well.Go into the rdairplay settings for that workstation. At the top right you'll see two boxes for fade times. Change those to about 2000 milliseconds and you'll get a fade into your event. Regards, Marc Steele. Program Controller - NHR. On 3