Ok, if regular musical instruments are a problem, then what about using drum samples and using jSyn to manipulate those? At least that's something to start...
101
Nick Didkovsky
drnerve@...
Aug 4, 2000 2:53 am
... A drum set should fit easily into memory. I wish pianos, horns, and guitars were as straightforward! I wonder how successfully we could implement the...
102
Matt Yee-King
yeeking@...
Aug 4, 2000 10:53 am
Hello all i am writing a program that tends to generate large amounts of modules and am getting the appended error message. the SynthCircuit object that...
103
Matt Yee-King
yeeking@...
Aug 4, 2000 12:21 pm
when it does run, it makes some crazy noises though!! i'll post an url as soon as something reasonable is up and running! matthew...
104
Phil Burk
philburk@...
Aug 4, 2000 4:44 pm
... The DLS model, which combines a sampler with filters and envelopes would give us memory efficient instruments that still had sampled sound characteristics....
105
Phil Burk
philburk@...
Aug 4, 2000 4:53 pm
Hello Matt, ... When you start a circuit, JSyn checks to see if it has already been "compiled". If not, it "compiles" the circuit by collecting the subunits ...
106
Matt Yee-King
yeeking@...
Aug 4, 2000 7:02 pm
wehay! fast solution man! i do have a nested circuit. and it can contain no units in certain cases. i spose a solution is to make a 'dummy unit' in the inner...
107
Phil Burk
philburk@...
Aug 9, 2000 5:19 pm
Many people have reported problems installing the JSyn plugins on their machines. So I am preparing to use CAB and SmartUpdate to install plugins....
108
Nick Didkovsky
drnerve@...
Aug 12, 2000 4:58 pm
Hello JSyn list, Is there a way to add inputs to a SynthMixer after it's been constructed? Nick...
109
Phil Burk
philburk@...
Aug 14, 2000 5:29 pm
... Sorry no. A SynthMixer is a SynthCircuit. Once you use it, it gets "compiled" and cannot be modified. I'll think about changing that. -- Phil Burk ...
110
Matt Yee-King
yeeking@...
Aug 22, 2000 3:05 pm
Hello all very sorry for duplicate mails. if you are interested in sound, read on. i have written a program as part of my MSc that allows users to evolve audio...
111
Nick Didkovsky
drnerve@...
Aug 22, 2000 5:36 pm
... Hi Matt, There is an unofficial direct to disk recorder class for JSyn that writes raw stereo soundfiles to disk. I think I posted the source to the JSyn...
112
Phil Burk
philburk@...
Aug 22, 2000 5:47 pm
Hello JSyn programmers, I am preparing a new release of JSyn (V14.1) that has many significant features including: - full range signals (not restricted to -1.0...
113
Phil Burk
philburk@...
Aug 23, 2000 12:09 am
I have just released JSyn V14.1. The plugins for Mac and PC, and the SDK for the PC are available now. The Macintosh SDK will be released later today. New...
114
Phil Burk
philburk@...
Aug 23, 2000 6:16 am
The Apple Macintosh version of the SDK for JSyn V14.1 is now available at: http://www.softsynth.com/jsyn/developers Release notes at: ...
115
Matt Yee-King
yeeking@...
Aug 23, 2000 12:56 pm
if anyone has used this: http://www.yeeking.freewire.co.uk/html/audioserve/intro.html i would much appreciate any feedback with these particular points: 1....
116
Nick Didkovsky
drnerve@...
Aug 23, 2000 1:40 pm
Hi Matt, Enjoyed your applet very much. First time I visited it I bypassed your explanation and confess to being a little lost. Backed up and read the ...
117
Phil Burk
philburk@...
Aug 23, 2000 1:48 pm
... I'd also like to know if anyone notices any problems specific to using Matts Applet with the new JSyn V14.1. I enjoy the Applet but I get nervous when I...
118
Nick Didkovsky
drnerve@...
Aug 23, 2000 1:57 pm
Dear JSyn and JMSL list (with apologies to those of you on both for the cross posting), The latest version of the JMSL Score package is demo'ed online at ...
119
Matt Yee-King
yeeking@...
Aug 23, 2000 2:00 pm
sorry to scare you!! the display is a basic representation of the circuit. i will make it more descriptive whne i get a chance. the circles are modules. the...
120
Matt Yee-King
yeeking@...
Aug 23, 2000 2:02 pm
<http://www.yeeking.freewire.co.uk/html/audioserve/intro.html> hi nick/ jsyn peeps thanks a lot for the crit, its really useful! ... how about default text in...
121
Phil Burk
philburk@...
Aug 23, 2000 2:08 pm
Matt, I hear very cool imported sounds when I use JSyn V13.5. But I usually hear nothing when I import sound using JSyn V14.1. :-( This is probably due to the...
122
Nick Didkovsky
drnerve@...
Aug 23, 2000 2:11 pm
... Perfect. ... Great! I'll be looking forward to that. Nick...
123
Nick Didkovsky
drnerve@...
Aug 23, 2000 2:16 pm
... Sometimes I need to set an amplitude to SIGNAL_TYPE_OSC_FREQ to do some math with the frequency value (like Fc:Fm ratio). Seems like JSyn 14 does allow ...
124
Matt Yee-King
yeeking@...
Aug 23, 2000 2:28 pm
i guess this is the bit of the code that doesn't work - how do i convert it to work in both versions? sine[i].frequency.setup(0.01, 200, 2000); ...
125
Phil Burk
philburk@...
Aug 23, 2000 2:39 pm
... Doing FC:FM calculations was one of the main reasons I had to change the API. Oscillators now accept freqyency in Hz as their native native signal type. ...
126
Phil Burk
philburk@...
Aug 23, 2000 3:06 pm
Hi Matt, ... That code seems fine. What won't work is if you do this: modulatingOsc.output.connect( osc.frequency ); modulatingOsc.frequency.set(1.0); // try...
127
Nick Didkovsky
drnerve@...
Aug 23, 2000 3:18 pm
I'm sorry I meant mod index calculations where the types are different, not Fc:Fm where the types are the same, ie dividing the amplitude of an oscillator by...
128
Phil Burk
philburk@...
Aug 23, 2000 4:53 pm
I have just released an ALPHA version of WIRE, a new graphical patch editor for JSyn. You can draw unit generator patches like a modular synth, and then save...
129
Robert Marsanyi
rnm@...
Aug 23, 2000 5:25 pm
On Nick's suggestion about ruling out soundless mutations: I've found with GAs that ruling things out arbitrarily cuts off productive search paths. It seems...