Re: Using Quicktime to record sounds in Livecode

2012-03-25 Thread Alejandro Tejada
allowed to access it's sound recording capabilities. Later, today I will uninstall Quicktime and try again the same steps, until I discover a pattern in the problem. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Using-Quicktime-to-record-sou

Re: Using Quicktime to record sounds in Livecode

2012-03-23 Thread Alejandro Tejada
sage in context: http://runtime-revolution.278305.n4.nabble.com/Using-Quicktime-to-record-sounds-in-Livecode-tp4496711p4500665.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: Using Quicktime to record sounds in Livecode

2012-03-23 Thread Alejandro Tejada
ly. Hopefully this would change in a near future. When you test these scripts in your setup, please report your results and if possible, post a working example stack. :-) Have a nice weekend! Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Using-Quicktime-to-recor

Re: Using Quicktime to record sounds in Livecode

2012-03-22 Thread Richmond
Come to think of things.. I will re-ask a question I posed about 3 or 4 years ago! Why has Livecode not, yet, developed an in-built sound recording facility that is truly cross-platform and does not depend on o0ther software being present on the end-user's machine? And, the answer is (I'm

Re: Using Quicktime to record sounds in Livecode

2012-03-22 Thread Richmond
he recordFormat to "aiff" put ".aif" into tSuffix end if set the playLoudness to 100 record sound file (specialfolderpath("desktop")& "/SoundTest"& tSuffix) end mouseUp Button "Stop Recording" on mouseup stop recordi

Using Quicktime to record sounds in Livecode

2012-03-22 Thread Alejandro Tejada
& tSuffix) end mouseUp Button "Stop Recording" on mouseup stop recording end mouseup -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Using-Quicktime-to-record-sounds-in-Livecode-tp4496711p4496711.html Sent from the Revolution - User maili