Search found 8 matches

by patchlore
Sat Sep 25, 2021 2:53 pm
Forum: The Producer's Area
Topic: Libre Music Challenge #12 : Back In Time #2 (80's edition) : Synths and Waves! !
Replies: 64
Views: 46301

Re: Libre Music Challenge #12 : Back In Time #2 (80's edition) : Synths and Waves! !

Here's my submission: https://soundcloud.com/patchlore/synthwave ...and here's the code that made it ;) https://git.sr.ht/~pbatch/gest/tree/master/item/examples/synthwave.lil In a nutshell: Drums are mostly synthesized the usual way: sines, noises, and exponential envelopes. The snare is gated with...
by patchlore
Fri Sep 24, 2021 9:16 pm
Forum: The Producer's Area
Topic: Libre Music Challenge #12 : Back In Time #2 (80's edition) : Synths and Waves! !
Replies: 64
Views: 46301

Re: Libre Music Challenge #12 : Back In Time #2 (80's edition) : Synths and Waves! !

Here's my submission: https://soundcloud.com/patchlore/synthwave ...and here's the code that made it ;) https://git.sr.ht/~pbatch/gest/tree/master/item/examples/synthwave.lil In a nutshell: Drums are mostly synthesized the usual way: sines, noises, and exponential envelopes. The snare is gated with ...
by patchlore
Fri Sep 17, 2021 10:05 pm
Forum: Music Theory/Songwriting
Topic: Transcribing/Rhythm course or software
Replies: 8
Views: 10727

Re: Transcribing/Rhythm course or software

In my ear training classes, we used to conduct while doing sight singing. By doing this, you got more familiar with how rhythms aligned with the beats. Rhythm has a grammar to it. The majority of western music is comprised of rhythmic patterns at the 16th, 8th, or quarter-note level, sometimes with ...
by patchlore
Fri Sep 10, 2021 9:47 pm
Forum: New? We're glad you're here!
Topic: hello from New England
Replies: 8
Views: 7093

Re: hello from New England

Welcome! I read r/linuxaudio on a daily basis, so thank you for that. A FLOSS vocal synth would be much needed, I hope you will write one! :D I've made a few, actually! Not plugins, though. That's a job for someone else. This is my first attempt, Voc, which is a physical model of the vocal tract. I...
by patchlore
Fri Sep 10, 2021 2:41 pm
Forum: Developer's Section
Topic: Question Regarding Creating Custom Plugins
Replies: 6
Views: 14334

Re: Question Regarding Creating Custom Plugins

So, what does it mean to make a "plugin", anyways? > Are all these plugins based in C? Kind of? Practically speaking, all roads eventually have some C code at some point in the chain. This actually isn't for performance reasons, but because it's the path of least resistance. Audio Plugins,...
by patchlore
Fri Sep 10, 2021 1:57 pm
Forum: Developer's Section
Topic: Book about programming DSP algorithms.
Replies: 19
Views: 32013

Re: Book about programming DSP algorithms.

I'd be curious what folks here think about my sndkit project: https://pbat.ch/sndkit/ https://git.sr.ht/~pbatch/sndkit It's a statically generated wiki of self-contained audio DSP algorithms written in ANSI C using a literate programming style. A current list can be found here: https://pbat.ch/sndki...
by patchlore
Tue Sep 07, 2021 2:11 pm
Forum: New? We're glad you're here!
Topic: hello from New England
Replies: 8
Views: 7093

hello from New England

hello there! I'm a computer musician physically residing somewhere in New England for the time being. Been using Linux to make music for over a decade now, and my computer music workflow has been running entirely on Linux for the last 5-6 years or so. Technically, I did study audio production and so...
by patchlore
Tue Sep 07, 2021 1:41 pm
Forum: The Producer's Area
Topic: Libre Music Challenge #12 : Back In Time #2 (80's edition) : Synths and Waves! !
Replies: 64
Views: 46301

Re: Libre Music Challenge #12 : Back In Time #2 (80's edition) : Synths and Waves! !

More clarifications on what is meant by a "wavetable" synthesizer. I tend to build a lot of my synths from scratch (all FOSS), so I'd like to know the limits. The core of a wavetable synthesizer is what I would call a table-lookup oscillator, which consists of a wavetable containing a samp...