is there a sound editor developed with runrev ?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

is there a sound editor developed with runrev ?

Post by jmburnod » Sun Apr 04, 2010 8:58 am

Hi All,

There is a sound editor developed with runrev as the audio palette of hypercard ?


regards

Jean-Marc
https://alternatic.ch

ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

Re: is there a sound editor developed with runrev ?

Post by ale870 » Tue Apr 06, 2010 12:49 pm

I think you could take a look to some programs (more Linux oriented) that use command-line to work with audio, video, etc...
So you could use them to apply specific filters.
For example I do that to calculate SHA-1 for some files (since SHA-1 is not implemented in RunRev).
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: is there a sound editor developed with runrev ?

Post by jmburnod » Tue Apr 06, 2010 8:59 pm

Thank for reply ale870,

I have an edito sound but I need a sound editor to record sounds and save the file from revolution in a folder defined by revolution (without dialogbox)

Jean-Marc
https://alternatic.ch

ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

Re: is there a sound editor developed with runrev ?

Post by ale870 » Wed Apr 07, 2010 8:01 am

Yes, this is what I said.
You create a GUI in Revolution, then call some commands (console commands) to accomplish the job.
Here some tools that could be useful to you:

http://en.wikipedia.org/wiki/SoX
http://freepats.zenvoid.org/tools/
http://tph.tuwien.ac.at/~oemer/wavetools.html
http://www.packtpub.com/article/podcast ... d-audacity
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: is there a sound editor developed with runrev ?

Post by Mark » Wed Apr 07, 2010 9:24 am

Jean-Marc,

If you only need to record sounds, just check out the "record sound" command.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: is there a sound editor developed with runrev ?

Post by jmburnod » Wed Apr 07, 2010 9:27 am

Ale870
Yes, this is what I said.
Sorry. I am not still familiar with GUI, I am delighted to discover them
Thank you for the links

Jean-Marc
https://alternatic.ch

ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

Re: is there a sound editor developed with runrev ?

Post by ale870 » Wed Apr 07, 2010 9:46 am

GUI is the CORE of RunRev. GUI is Graphic User Interfare: they are buttons, field, etc...
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: is there a sound editor developed with runrev ?

Post by jmburnod » Wed Apr 07, 2010 10:21 am

Oh yes,
In fact i work with GUI all the times
But not with the console

Thank

Jean-Marc
https://alternatic.ch

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: is there a sound editor developed with runrev ?

Post by jmburnod » Wed Apr 07, 2010 10:37 am

Hi Mark,

I need a tool like the palette audio of hypercard with select, copy and cut command
Image
Jean-Marc
https://alternatic.ch

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: is there a sound editor developed with runrev ?

Post by Mark » Wed Apr 07, 2010 11:04 am

Jean-Marc,

I think you can make that. Start with the Ehanced QT external.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9802
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: is there a sound editor developed with runrev ?

Post by FourthWorld » Wed Apr 07, 2010 3:51 pm

The wave form is the only part Rev doesn't have built-in. The rest can be done with the record command and related properties.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: is there a sound editor developed with runrev ?

Post by Mark » Wed Apr 07, 2010 4:39 pm

Fortunately, there is a stack that is able to display the wave laying around somewhere. You just need to find it.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Location: Philippines
Contact:

Re: is there a sound editor developed with runrev ?

Post by shadowslash » Thu Apr 08, 2010 4:56 am

Hmm I've been wondering about this bit awhile before, where can I get the enhanced qt external and corresponding documents? And if someone finds the infamous stack that displays the wave, kindly share it back here... Image
Parañaque, Philippines
Image
Image

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3990
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: is there a sound editor developed with runrev ?

Post by bn » Thu Apr 08, 2010 8:38 am

enhancedQT, the external by Trevor Devore is here
http://knowledgefaucet.com/developer/re ... cedqt.html
Documentation included.

There is a stack on the old RevOnline (accessible through either Rev up to 3.0 or via Help -> Revolution Search engine -> RevOnline -> Waveform) It was done by Mark Smith in 2006 and runs on PowerPC Macs. There seems to be an issue with little/big Endian, I did not get it to work properly with an Intel Mac. It displays an Audiowaveform for Aiff, wav, SD2 files uncompressed.

regards
Bernd

to find it:
Attachments
Bild 4.png
Bild 4.png (51.01 KiB) Viewed 10054 times

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: is there a sound editor developed with runrev ?

Post by Klaus » Thu Apr 08, 2010 8:40 am

Hi all,

you can get Trevors wonderful Enhanced QuickTime external here (could not live without it anymore :)):
http://www.bluemangolearning.com/revolu ... rnals/eqt/

For the audio waveform stack, sorry, the only info that I have is that Mark Smith is the author of this stack...
Will check if I have it somewhere on my hd when I come home this evening.


Best from germany

Klaus

Post Reply

Return to “Talking LiveCode”