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...
Sam Archer
s.t.archer@...
Aug 4, 2000 2:03 am
101
... 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...
Nick Didkovsky
drnerve@...
Aug 4, 2000 2:53 am
102
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...
Matt Yee-King
yeeking@...
Aug 4, 2000 10:53 am
103
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...
Matt Yee-King
yeeking@...
Aug 4, 2000 12:21 pm
104
... The DLS model, which combines a sampler with filters and envelopes would give us memory efficient instruments that still had sampled sound characteristics....
Phil Burk
philburk@...
Aug 4, 2000 4:44 pm
105
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 ...
Phil Burk
philburk@...
Aug 4, 2000 4:53 pm
106
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...
Matt Yee-King
yeeking@...
Aug 4, 2000 7:02 pm
107
Many people have reported problems installing the JSyn plugins on their machines. So I am preparing to use CAB and SmartUpdate to install plugins....
Phil Burk
philburk@...
Aug 9, 2000 5:19 pm
108
Hello JSyn list, Is there a way to add inputs to a SynthMixer after it's been constructed? Nick...
Nick Didkovsky
drnerve@...
Aug 12, 2000 4:58 pm
109
... 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 ...
Phil Burk
philburk@...
Aug 14, 2000 5:29 pm
110
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...
Matt Yee-King
yeeking@...
Aug 22, 2000 3:05 pm
111
... 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...
Nick Didkovsky
drnerve@...
Aug 22, 2000 5:36 pm
112
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...
Phil Burk
philburk@...
Aug 22, 2000 5:47 pm
113
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...
Phil Burk
philburk@...
Aug 23, 2000 12:09 am
114
The Apple Macintosh version of the SDK for JSyn V14.1 is now available at: http://www.softsynth.com/jsyn/developers Release notes at: ...
Phil Burk
philburk@...
Aug 23, 2000 6:16 am
115
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....
Matt Yee-King
yeeking@...
Aug 23, 2000 12:56 pm
116
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 ...
Nick Didkovsky
drnerve@...
Aug 23, 2000 1:40 pm
117
... 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...
Phil Burk
philburk@...
Aug 23, 2000 1:48 pm
118
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 ...
Nick Didkovsky
drnerve@...
Aug 23, 2000 1:57 pm
119
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...
Matt Yee-King
yeeking@...
Aug 23, 2000 2:00 pm
120
<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...
Matt Yee-King
yeeking@...
Aug 23, 2000 2:02 pm
121
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...
Phil Burk
philburk@...
Aug 23, 2000 2:08 pm
122
... Perfect. ... Great! I'll be looking forward to that. Nick...
Nick Didkovsky
drnerve@...
Aug 23, 2000 2:11 pm
123
... 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 ...
Nick Didkovsky
drnerve@...
Aug 23, 2000 2:16 pm
124
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); ...
Matt Yee-King
yeeking@...
Aug 23, 2000 2:28 pm
125
... 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. ...
Phil Burk
philburk@...
Aug 23, 2000 2:39 pm
126
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...
Phil Burk
philburk@...
Aug 23, 2000 3:06 pm
127
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...
Nick Didkovsky
drnerve@...
Aug 23, 2000 3:18 pm
128
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...
Phil Burk
philburk@...
Aug 23, 2000 4:53 pm
129
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...