Modified FM example

Hi everyone,

since we have mentioned ModFM here a few weeks ago, perhaps
you might be interested to hear an example of some sounds
you can get out of it.

So I am attaching a bit of non-sense for you to hear, which regardless
of its dubious musical qualities, shows some of the range of sounds
possible with ModFM. All sounds were generated using the technique.
Requires 5.09.

Enjoy (?!)

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynoothย 
Send bugs reports to this list.

vosim opcode

Hi,

I’ve written an implementation of VOSIM (VOcal SIMulation),
a historically interesting synthesis technique that I long wanted to try out.
(See eg Dodge, Microsound 2nd ed, ch 8, or google)

Code, docs, example CSD are in http://abc.se/~re/Stuff/vosim.zip

Caveat: The code was developed and tested with Csound 4.x code, then converted
and just compiled with Csound5 sources.
So not fully tested – high risk of some errors there.
Just drop a note to the list if there’s a problem, it ought to be fixable…

(Opinion:
VOSIM is a kind of pulse oscillator with a characteristic formant sound.
The sound can be tweaked some ways, but in all it’s not fantastic.
There are some limitations, eg formant bandwidth is not fully under user control.
Also there are audible steps in the spectral profile when parameters are changed.
OTOH it has a distinct early-computer-music period kinda sound!
Certainly worth a few trial runs but don’t expect to pass out with joy…

Disclaimer to above opinion: It would be interesting to try out some actual parameter settings
that the original authors developed for vocal simulation – I may not have found the sweet spots,
or the right way to set up groups of vosim instances.)

        re

image opcodes updated (added imagefree)

I have updated my (png) image opcodes.

http://www.cesaremarilungo.com/download/csound/imageOpcodes20071218.tar.gz

I have added the opcode imagefree to free the memory used by a previously loaded/created image. I am still studying the csound plugin development api and I’m sure there are more elegant ways to solve this problem. :-[

At least it is more usable than before. ๐Ÿ™‚

– c.