Re: [music-dsp] Microphones for measuring stuff, your opinions

2014-08-26 Thread raito
This page may be of some help: http://theremin.music.uiowa.edu/MIS.html Neil Gilmore ra...@raito.com > > > > Would like some opinions on measurement mics as also best practices in > using them. We're trying to model the characteristics of some Indian > instruments in some sound-scapes. > Rohit A

Re: [music-dsp] 14-bit MIDI controls, how should we do Coarse and Fine?

2015-02-05 Thread raito
I think that what some of this discussion is missing is the hardware side. MIDI (hardware interface) can only transmit 3125 bytes/sec, which is a drop in the bucket compared to anything modern (but is generally bulletproof when implemented correctly). I've had the misfortune to be on a team specify

Re: [music-dsp] automation of parametric EQ .

2015-12-21 Thread raito
Robert, > i just would have thought that by now, 30+ years later, > that a common practice would have evolved and something would have been > published (and i could not find anything). It's the same situation with, for example, DMX512. 30 years later, and there's NO consensus on these things. Ma

Re: [music-dsp] Can anyone figure out this simple, but apparently wrong, mixing technique?

2016-12-21 Thread raito
> The crossover between stats and signal processing can show up in > surprising > places. > > – Evan Balster > creator of imitone Which is why there's a chapter on the necessary statistics in Hamming's book on digital filters. Neil Gilmore ra...@raito.com ___

Re: [music-dsp] Using an actual database for storage of DSP settings

2016-12-28 Thread raito
Maybe, maybe not. One problem with sqlite is multiple setters. One tool I use at work needed to change from the default sqlite to poqtgresql because we used a new feature that had many processes attempting to access the database simultaneously. Not a problem if you're just using it to organize dat

Re: [music-dsp] What happened to that FPGA for DSP idea

2017-09-15 Thread raito
> Novation's Peak synth has its raw voice's waveforms generated by FPGA, it > just spews out the final part through a DAC that then goes through analog > filters. Many other soundcard/FX companies are now implementing DSP stuff > through FPGA. I have not found a wealth of information regarding how

Re: [music-dsp] What happened to that FPGA for DSP idea

2017-09-27 Thread raito
Hi everyone, Some of this stuff looks an awful lot like the development of computer graphics technology. First, there were fixed pipeline software renderers. Then, as the software renderers were starting to have programmable pipelines, dedicated hardware came into use. But the hardware used the

Re: [music-dsp] Playing a Square Wave

2018-06-13 Thread raito
Theo, My tl;dr answer to your question is it's difficult because even if it's digital, it's not digital. Ever. It's always analog. Like you, I'm a university EE (and Comp. Sci.) because I wanted to go into chip design. This was back in the early 80's. So maybe my classwork was different than your

Re: [music-dsp] Sound Analysis

2019-01-02 Thread raito
Robert, The tonewheels are intended to be perfectly sinusoidal, though their mass stamping does introduce various differences. The execption is the lowest octave of certain models, B3 included, made at certain times, as described here: http://www.dairiki.org/HammondWiki/ToneWheel Given the inten

Re: [music-dsp] Auto-tune sounds like vocoder

2019-01-15 Thread raito
I have an unproven theory about that. The vocal tract has different filtering characteristics at different pitches. If you take a vocal sound and just pitch-shift it, you're also shifting the filter characteristics, and that doesn't sound right. I imagine that some clever person could do somethin

Re: [music-dsp] An example video: C to FPGA programming

2020-01-12 Thread raito
Andrew, I think that the information at http://www.clifford.at/icestorm/ would be useful to you. It describes the icestorm toolchain and uses Lattice's development boards. I've done some musical things using both the smaller and larger boards. It's a pretty inexpensive way to get started. Neil G