Re: [RDD] Dropbox import size limit

2017-04-10 Thread Rob Landry
Your problem may be that rdimport is eating a file before all of it has arrived, yielding a truncated Rivendell file. The other way to get a truncated file is for the Apache server to time out during the import. In that case you have to increase the Apache timeout value. To get around the

Re: [RDD] Sound Card configs changed..

2017-04-10 Thread Rob Landry
If you're running ALSA on aa machine with more than one sound card, you can create a file in /etc/modprobe.d listing each card's driver and the order you want it to load, e.g.: options snd-ice1724 index=0 options snd-hda-intel index=1 That will make your M-Audio Audiiophile 1

[RDD] GPIO on raspberry pi

2017-04-10 Thread Seth Stevenson
I am trying to map gpio pins to relays on a old Burk LX-1 switcher. The LX-1 is not in the drop down list in rivendell. How would I do this? Use local gpio switcher? -- Seth Stevenson ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org

Re: [RDD] Sound Card configs changed..

2017-04-10 Thread Rich Lawrence
Ah great! Thank you. I'll give it go! Sent from my iPhone > On Apr 10, 2017, at 11:24 AM, Rob Landry <41001...@interpring.com> wrote: > > > If you're running ALSA on aa machine with more than one sound card, you can > create a file in /etc/modprobe.d listing each card's driver and the order

Re: [RDD] GPIO on raspberry pi

2017-04-10 Thread Seth Stevenson
Sorry, forgot I am using a raspberry pi. Can Rivendell natively control the gpio pins on the pi? Currently we are using a python script to interface with rivendell, but would like to control with rivendell directly. On Mon, Apr 10, 2017 at 12:29 PM, Seth Stevenson wrote: > I am trying to map gpi

[RDD] Setting ASI Input Level

2017-04-10 Thread Patrick
Is it possible to set the level of an input and output channels on an ASI card? With ALSA I used "alsamixer", but I cannot find anything similar for the ASI cards and HPI driver. The default input seems to be at 100% which is too sensitive for my broadcast console. — Patrick patr...@scnv.net