weepy

Results 159 comments of weepy

yeah - it would be good - just haven't got around to it ! On Mon, Jun 13, 2011 at 5:55 PM, benekastah < [email protected]>wrote: > I think that move...

ideally I'd like to keep compatibility with Javascript. Perhaps there's another way ? On Tue, Jun 21, 2011 at 5:36 AM, benekastah < [email protected]>wrote: > And when this is fixed,...

how about ``` switch thing when 'rock', 'roll': rockNRoll() else: beSad() ``` ? do we want/need the colons ? On Tue, Jun 21, 2011 at 8:31 AM, benekastah < [email protected]>wrote:...

yeah agreed. maybe we don't need the else as it doesn't add anything beyond 'default' ? On Tue, Jun 21, 2011 at 8:41 AM, benekastah < [email protected]>wrote: > Yeah, I...

ok so : ``` switch thing { when 'rock', 'roll': rockNRoll() when 'jazz': jazz() default: beSad() } ``` which is converted to : ``` switch(thing) { case 'rock': rockNRoll(); break;...

haha - it seems the idea has caught on what with React & Svelte.!

I never really used Linux desktop. What's the situation regarding low latency audio capture ? I'm guessing it's similar to Windows in that really you need an external audio device....

How does the typical PC hardware work wrt the latency on audio capture and play back ? On windows it’s almost essential to buy an audio device - is it...

Quite a few people use microphones actually which do work ok. It's not necessarily a problem to use external soundcards - I was just interested how people use Linux audio....

Sorry I meant what's your interest in digital music / audio in general ?