Can the interface from worp.zevv.nl be replicated in LÖVE?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Can the interface from worp.zevv.nl be replicated in LÖVE?

Post by kikito »

Hi guys,

Check this baby out: http://worp.zevv.nl/

As I have stated before, I'm no math genious and know very little about sound in general, and I have not experimented with the sound API (in neither 0.8 or 0.9).

Would it be possible to build this (or a subset of it) using the LÖVE sound API?
Last edited by kikito on Thu Nov 14, 2013 2:06 pm, edited 1 time in total.
When I write def I mean function.
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: worp.zevv.nl : doable in LÖVE?

Post by Inny »

I wrote a sound-synth for Love a long time ago (link). It had a noticeable lag in my tests, and that was just a simple compilation of pitched squarewaves. So, I'd say doable, but impractical. Combining love with luajit would probably yield better results though.
User avatar
vrld
Party member
Posts: 917
Joined: Sun Apr 04, 2010 9:14 pm
Location: Germany
Contact:

Re: worp.zevv.nl : doable in LÖVE?

Post by vrld »

Yes and no: You can do sound synthesis using [wiki]SoundData[/wiki]s setSample, but not in real time (partly because real-time audio is hard). You can, however, prerender some effects and then mix them to get something very much like real time synthesis.

On the math required to do stuff: You can get a long way with relatively simple stuff. Headchant wrote two tutorials that are a good start. I also did a talk about that topic some years ago. Unfortunately the slides are in german, but since they are mostly images that shouldn't be too bad. The github repo also contains some code, which later expanded into Moan.
I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum.

hump | HC | SUIT | moonshine
User avatar
Jasoco
Inner party member
Posts: 3727
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: worp.zevv.nl : doable in LÖVE?

Post by Jasoco »

Be careful posting links in thread titles. This thread almost blended in with the half dozen spam threads that also have URLs for randomly named websites in their title.
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Re: worp.zevv.nl : doable in LÖVE?

Post by kikito »

Jasoco: thanks - that's precisely why I added the 'doable in LÖVE' string.

Vrld and Inny: thanks for the feedback!
When I write def I mean function.
User avatar
Jasoco
Inner party member
Posts: 3727
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: worp.zevv.nl : doable in LÖVE?

Post by Jasoco »

kikito wrote:Jasoco: thanks - that's precisely why I added the 'doable in LÖVE' string.

Vrld and Inny: thanks for the feedback!
SpamBots are smart enough to comb websites for common phrases and wordages. It's very likely one could find the phrase "doable in LÖVE?" and use it if it wanted to.

worp.zevv.nl just looks like such a generic URL that could accidentally be overlooked had this been in the spam queue. I know if this thread had been with a dozen other threads with URL's in their titles, I'd have gone right over it.

Sorry, this is off topic.
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: worp.zevv.nl : doable in LÖVE?

Post by T-Bone »

Jasoco wrote:
kikito wrote:Jasoco: thanks - that's precisely why I added the 'doable in LÖVE' string.

Vrld and Inny: thanks for the feedback!
SpamBots are smart enough to comb websites for common phrases and wordages. It's very likely one could find the phrase "doable in LÖVE?" and use it if it wanted to.

worp.zevv.nl just looks like such a generic URL that could accidentally be overlooked had this been in the spam queue. I know if this thread had been with a dozen other threads with URL's in their titles, I'd have gone right over it.

Sorry, this is off topic.
Just wanted to point out that you're not alone, Jasoco. My first thought when I saw this thread was "How did it get through the spam filter?" :neko:
Last edited by T-Bone on Thu Nov 14, 2013 3:24 pm, edited 1 time in total.
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Re: Can the interface from worp.zevv.nl be replicated in LÖV

Post by kikito »

Alright, updated the post. I don't want to scare the children :P
When I write def I mean function.
Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 0 guests