Re: KVR Music Cafe - March contest

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



For anyone lonely, which feels like hell sometimes, here is a slightly modulated tone to somehow register the experience.

```python
from pippi import dsp, fx, oscs, shapes

length = 60*3

tone = oscs.Pulsar2d(
    freq=shapes.win('sine', 330, 333), amp=0.1,
    pulsewidth=shapes.win('sine', 0.5, 1)
).play(length)

out = fx.fold(tone, 1.01)
out = fx.norm(out, 0.33).taper(0.1)
out.write('hell.wav')
```

Erik

On Sun, Mar 24, 2024, at 7:21 PM, Erik Schoster wrote:
I'd like to explore the opposite. Thank you for writing about this, I learned that the series exists!

If I can manage some kind of contribution it will be linux...

Erik

On Sun, Mar 24, 2024, at 4:51 PM, Will Godfrey wrote:
Once again, this really *REALLY* needs more support. It's not just bumping
along the bottom, it's scraping a deep trench in it :( This month's topic is
Hell, and with what going on in the world these days, you should not be short
of subject matter.

Or, you can do what one of the current submitters has done and turn it on it's
head and do the opposite. We always accept sneaky ways round subjects - it's
part of the fun.

And yes, I am again the only contributor running on Linux :(

-- 
Will J Godfrey {apparently now an 'elderly'}
https://willgodfrey.bandcamp.com/
http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
_______________________________________________
Linux-audio-user mailing list -- linux-audio-user@xxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to linux-audio-user-leave@xxxxxxxxxxxxxxxxxxxx


_______________________________________________
Linux-audio-user mailing list -- linux-audio-user@xxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to linux-audio-user-leave@xxxxxxxxxxxxxxxxxxxx


_______________________________________________
Linux-audio-user mailing list -- linux-audio-user@xxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to linux-audio-user-leave@xxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux