Search found 912 matches

by wlangfor@uoguelph.ca
Tue Sep 22, 2020 8:38 pm
Forum: DSP
Topic: Smothing signal (similar way to vacuum tubes, analog)
Replies: 51
Views: 147928

Re: Smothing signal (similar way to vacuum tubes, analog)

Eventually I'll see you in court over this. You would be smarter to apologize.
by wlangfor@uoguelph.ca
Mon Sep 21, 2020 10:47 pm
Forum: DSP
Topic: Smothing signal (similar way to vacuum tubes, analog)
Replies: 51
Views: 147928

Re: Smothing signal (similar way to vacuum tubes, analog)

Added auto makeup now too, and the makings of a method that provides a fairly efficient way of figuring out the db meters for each section fo the crossover, I call the method float summing. I avoid the need to calculate linear to db multiple times, and instead you only need to gauge it once and then ...
by wlangfor@uoguelph.ca
Mon Sep 21, 2020 4:20 pm
Forum: General
Topic: It may be possible to make ruby base64 a wav
Replies: 2
Views: 11641

It may be possible to make ruby base64 a wav

I was thinking about Ruby and patches for let's say a synth. It'd be great if all of the samples were in the dll somehow; but obviously that would require them being text. It may be possible to do such a thing with ruby, has anyone else had experiences with such a thing in ruby? And not so much in ...
by wlangfor@uoguelph.ca
Mon Sep 21, 2020 4:11 pm
Forum: DSP
Topic: Smothing signal (similar way to vacuum tubes, analog)
Replies: 51
Views: 147928

Re: Smothing signal (similar way to vacuum tubes, analog)

Well, this is a naive filter that sounds quite nice. It's why it's reffered to as a "naive" filter. They're non-scientific and they sound nice.

Probably one of the smoother things I've heard, but then again; it's not science. But if it sounds smooth, who cares?
Flowstone is not only for making ...
by wlangfor@uoguelph.ca
Sun Sep 20, 2020 3:24 pm
Forum: DSP
Topic: Smothing signal (similar way to vacuum tubes, analog)
Replies: 51
Views: 147928

Re: Smothing signal (similar way to vacuum tubes, analog)

The best method to achieve this is a five band naive crossover, followed by a parabolic saturation module (personally I'd use it three times over [one channel:mono,two channels:varying stereo widths] employing optional high pass and low pass so as to be able to control the amount of affect to the ...
by wlangfor@uoguelph.ca
Sat Sep 19, 2020 3:23 pm
Forum: User Examples
Topic: The Quilcom TERRORMIN: Music with your mouse!
Replies: 33
Views: 103447

Re: The Quilcom TERRORMIN: Music with your mouse!

Perhaps this mouse controller ruby code might be handy for you, at least as a reference. I was looking at the ruby adsr code and realized what was possible. Anyways, I was giving thought to making a pure Ruby GUI for an EQ; and came up with this basic start.

I noticed, at times; your terrormin ...
by wlangfor@uoguelph.ca
Fri Sep 18, 2020 3:30 pm
Forum: General
Topic: Why you should choose flowstone
Replies: 1
Views: 10826

Why you should choose flowstone

Here's a video I made:

[moderator_edit]
Link removed as the video contains demonstrably false information which could mislead (potential) users.
In particular - the currently available Beta versions should NOT be downloaded, as they are extremely buggy. There is development work still taking ...
by wlangfor@uoguelph.ca
Fri Sep 18, 2020 3:29 pm
Forum: User Examples
Topic: Free C Simple Arp Sequencer
Replies: 5
Views: 19469

Re: Free C Simple Arp Alternative

I'll be adding Ruby to the end signal so as to maybe avoid issues in reason.
by wlangfor@uoguelph.ca
Fri Sep 18, 2020 3:28 pm
Forum: User Examples
Topic: Full range pattern arp
Replies: 16
Views: 41276

Re: Full range pattern arp

I'd noticed the weight on the cpu also and surmised that perhaps sending the signal from a code filter arp then to ruby might make an arpeggiator midi control more compatible with products like reason.

So, often midi will be routed to have many connections. if Ruby were that bridge and route to the ...