Tone generator and/or manipulate pitch

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
teacherguy
Posts: 379
Joined: Thu Dec 08, 2011 2:43 am

Tone generator and/or manipulate pitch

Post by teacherguy » Tue Sep 15, 2015 10:47 pm

Does anyone know if there is an external or other means by which I could generate a tone and change its pitch? Take for example, the sounds made by a Theramin.

Thanks in advance,

Teacherguy

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4166
Joined: Sun Jan 07, 2007 9:12 pm

Re: Tone generator and/or manipulate pitch

Post by bn » Tue Sep 15, 2015 11:16 pm

Hi teacherguy,

have a look at
http://sunny-tdz.com/art-1000

sunnyMidi was done by Thierry Douez who is also on this forum.

I don't know if it can do Theremin, but midi has a lot of effects.

Kind regards
Bernd

teacherguy
Posts: 379
Joined: Thu Dec 08, 2011 2:43 am

Re: Tone generator and/or manipulate pitch

Post by teacherguy » Wed Sep 16, 2015 12:14 am

Thanks Bernd. I thought SunnyMidi was only for OS X, but I've sent him an email for clarification.

teacherguy
Posts: 379
Joined: Thu Dec 08, 2011 2:43 am

Re: Tone generator and/or manipulate pitch

Post by teacherguy » Wed Sep 16, 2015 12:20 am

Doing some googling, this is essentially what I would like to be able to do, but within LC:

http://www.cocoawithlove.com/2010/10/io ... on-to.html

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4166
Joined: Sun Jan 07, 2007 9:12 pm

Re: Tone generator and/or manipulate pitch

Post by bn » Wed Sep 16, 2015 7:20 am

Hi,
I thought SunnyMidi was only for OS X,
Yes, it is a MacOSX external.

The code you point to might be usable in a widget for LC 8 once binding of external code is done. But I would not have the slightest idea how one would do that.
But it seems this would be a very good example for that.

Kind regards
Bernd

Post Reply