[Csnd] [OT] Audio display
| Date | 2011-06-17 10:42 |
| From | john ffitch |
| Subject | [Csnd] [OT] Audio display |
Not sure that is the correct term, but what i want for a university
open day very soon is a program/scipt/whatever that allows me to play
a soundfile of a piece, and while it is playing display a screen of
text or similar (pdf?). When the music finishes, a new piece and text
starts, repeat ad nausiam.
I suppose could codge something from csound+api but surely someone
must have solved this already? And the first open day is very soon
and i am struggling to complete the interactive demos.
Oh, and I forgot, I only have linux computers
==John ffitch
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2011-06-17 10:50 |
| From | Rory Walsh |
| Subject | Re: [Csnd] [OT] Audio display |
I would use open office presentation or power point for such a thing, you could put a timer on each page so that it changes after the piece has finished. As far as I know you can also embed audio into pdfs. Finally, a simple solution would be to create a simple webpage with links to individual pages that contain the audio and text. When the piece finishes the user can simply navigate back to the home page and select a different piece. Rory. On 17 June 2011 10:42, john ffitch |
| Date | 2011-06-17 11:12 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Csnd] [OT] Audio display |
> I would use open office presentation or power point for such a thing,
> you could put a timer on each page so that it changes after the piece
> has finished. As far as I know you can also embed audio into pdfs.
> Finally, a simple solution would be to create a simple webpage with
> links to individual pages that contain the audio and text. When the
> piece finishes the user can simply navigate back to the home page and
> select a different piece.
>
> Rory.
>
Thanks Rory; the problem I have I think is that I want something tht runs
without intervention, mainly fot when I am taking a break from
interaction.
Will look at timers on presentations. I have never used presentatuon, and
only one tried powerpoint (a total disaster!)
==John
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2011-06-17 11:18 |
| From | Rory Walsh |
| Subject | Re: [Csnd] [OT] Audio display |
Isn't there a way of embedding audio into a latex presentation? Do you have many to do? On 17 June 2011 11:12, |
| Date | 2011-06-17 11:36 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Csnd] [OT] Audio display -- SOLVED |
I have been worrying about thi sfor ages, and the solution is trivial
xpdf -fullscreen DISPLAY.pdf &
aplay SOUND.wav
killall xpdf
and repeast until bored
thanks
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2011-06-17 11:42 |
| From | Rory Walsh |
| Subject | Re: [Csnd] [OT] Audio display -- SOLVED |
Well that's easy! On 17 June 2011 11:36, |
| Date | 2011-06-17 19:28 |
| From | zappfinger |
| Subject | [Csnd] Re: [OT] Audio display |
I hate to mention this, but this sounds like a simple Karaoke solution.
You could implement the text in a Karaoke midi file and let the midi file
trigger the csound stuff...
Richard
--
View this message in context: http://csound.1045644.n5.nabble.com/OT-Audio-display-tp4498263p4499621.html
Sent from the Csound - General mailing list archive at Nabble.com.
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|
| Date | 2011-06-18 06:42 |
| From | peiman khosravi |
| Subject | Re: [Csnd] [OT] Audio display |
I would make a video file out of each piece and put them in a playlist. It's a piece of cake to export a QuickTime video out of apple's PowerPoint, maybe open office also offers this? P On Friday, 17 June 2011, |