![]() |
R-ACT Theatre Productions PodcastR-ACT Theatre Productions Podcast Author: The Social Voice Podcast Network
R-ACT Theatre Productions is a community of creative and motivated artists who work and play to keep the arts alive in Beaver County, Pennsylvania and beyond. Language: en-us Genres: Documentary, Science, Social Sciences, Society & Culture Contact email: Get it Feed URL: Get it iTunes ID: Get it |
Listen Now...
R-ACT Live! | 2017 Holiday Radio Show
Friday, 8 December, 2017
R-ACT Live! | I'll Be Seeing You On episode 5 of the TSVP Radio Theater Podcast, we present R-ACT’s 2017 Annual Holiday Radio Show, I’ll Be Seeing You, performed live at the Merrick Art Gallery in New Brighton, Pennsylvania. Cast and crew: Shantih Bianco, Heather Beckman, Karen Blackburn, Bill Bruce, Donna Glaab, Scott Hamilton, Joann Irons, Brian Kedelesic, Gloria Little, Vickie Mann, Kevin McGuire, Michelle Morris-Donner, Mike Nelson, Scott Reinard, Lynn Snyder, Bethany Straub. Special performance live sound, recording, and editing by The Social Voice Project. This episode was recorded December 2, 2017 at the Merrick Art Gallery, New Brighton, Pa. Host: Scott Reinard. Podcast executive producer: Kevin Farkas. Audiography: Kevin Farkas, Dave Holoweiko, Bryan Chemini, Jon Stile, Eric Stresky, and Jacob Scurzenski. ©R-ACT Theatre Productions Podcast/The Social Voice Project, Inc. All rights reserved. ABOUT THE PODCAST TSVP’s Radio Theater Podcast presents classic, contemporary, and original imaginative audio productions, including recorded, staged, and live streamed performances before live audiences. In addition to showcasing performances, the podcast is dedicated to promoting and celebrating the craft of local theater. In 2018, The Social Voice Project partnered with the Merrick Art Gallery and the Rochester Area Heritage Society to bring three radio-styled audio performances to Beaver County. OTHER WAYS TO FIND THE PODCAST jQuery(document).ready(function() { jQuery('#slider_3507').owlCarousel({ responsive:{ 0:{ items:1 }, 480:{ items:2 }, 768:{ items:3 }, 980:{ items:4 }, 1200:{ items:4 }, 1500:{ items:4 } }, autoplay : true, autoplayTimeout : 5000, autoplayHoverPause : true, smartSpeed : 200, fluidSpeed : 200, autoplaySpeed : 200, navSpeed : 200, dotsSpeed : 200, loop : true, nav : true, navText : ['Previous','Next'], dots : true, responsiveRefreshRate : 200, slideBy : 1, mergeFit : true, autoHeight : false, mouseDrag : true, touchDrag : true }); jQuery('#slider_3507').css('visibility', 'visible'); sa_resize_slider_3507(); window.addEventListener('resize', sa_resize_slider_3507); function sa_resize_slider_3507() { var min_height = '50'; var win_width = jQuery(window).width(); var slider_width = jQuery('#slider_3507').width(); if (win_width < 480) { var slide_width = slider_width / 1; } else if (win_width < 768) { var slide_width = slider_width / 2; } else if (win_width < 980) { var slide_width = slider_width / 3; } else if (win_width < 1200) { var slide_width = slider_width / 4; } else if (win_width < 1500) { var slide_width = slider_width / 4; } else { var slide_width = slider_width / 4; } slide_width = Math.round(slide_width); var slide_height = '0'; if (min_height == 'aspect43') { slide_height = (slide_width / 4) * 3; slide_height = Math.round(slide_height); } else if (min_height == 'aspect169') { slide_height = (slide_width / 16) * 9; slide_height = Math.round(slide_height); } else { slide_height = (slide_width / 100) * min_height; slide_height = Math.round(slide_height); } jQuery('#slider_3507 .owl-item .sa_hover_container').css('min-height', slide_height+'px'); } var owl_goto = jQuery('#slider_3507'); jQuery('.slider_3507_goto1').click(function(event){ owl_goto.trigger('to.owl.carousel', 0); }); jQuery('.slider_3507_goto2').click(function(event){ owl_goto.trigger('to.owl.carousel', 1); }); jQuery('.slider_3507_goto3').click(function(event){ owl_goto.trigger('to.owl.carousel', 2); }); jQuery('.slider_3507_goto4').click(function(event){ owl_goto.trigger('to.owl.carousel', 3); }); jQuery('.slider_3507_goto5').click(function(event){ owl_goto.trigger('to.owl.carousel', 4); }); jQuery('.slider_3507_goto6').