TOOLs

A place for developers to share ideas and assist each other in solving problems.

Moderators: valis, garyb

Post Reply
tgstgs
Posts: 526
Joined: Sun Jan 15, 2006 4:00 pm

TOOLs

Post by tgstgs »

6dB amplifier for SDK

use for modulation

for exact calculations have in mind that it is a saturated multiply by 2;

good vibes
Attachments
tgsd6db.zip
(1.41 KiB) Downloaded 178 times
User avatar
garyb
Moderator
Posts: 23246
Joined: Sun Apr 15, 2001 4:00 pm
Location: ghetto by the sea

Re: TOOLs

Post by garyb »

:)
User avatar
siriusbliss
Posts: 3118
Joined: Fri Apr 06, 2001 4:00 pm
Location: Cupertino, California US
Contact:

Re: TOOLs

Post by siriusbliss »

A little treat!

Thanks!

Greg
dawman
Posts: 14368
Joined: Sun Jul 24, 2005 4:00 pm
Location: PROJECT WINDOW

Re: TOOLs

Post by dawman »

Ankyu.
I stashed in the dsp folder just in case someone makes a device for it...

Vibes From Vegas
dawman
Posts: 14368
Joined: Sun Jul 24, 2005 4:00 pm
Location: PROJECT WINDOW

Re: TOOLs

Post by dawman »

Hey tgstgs,
Will we be able to take advantage of the on chip RAM of the Sharcs and get some serious harware reverb replacemnts...?
I have studied my ancient PCM70 and noticed that the DCP chips seem to have RAM on them but I could be wrong as I am not hip. But surely that wrap around sound that hardware provides is becasue theres literally no trace lines of PCI RAM bus trips as we see in PC/Macs.
We end up with Dogs that hunt, but only have tails. I want the whole enchillada...

What say you...?
tgstgs
Posts: 526
Joined: Sun Jan 15, 2006 4:00 pm

Re: TOOLs

Post by tgstgs »

well with xite we have the most powerful hw_

dont focus on the ram;

more interesting is the numbers of multily/add we are able to realize on xite;

if the verb is coded in sharc asm instead of using ready made atoms in sdk
i would personally go so far to say you dont need the ram at all;

but for sure it sells better if you use the ram instead of the dm/pm
----

good vibes
dawman
Posts: 14368
Joined: Sun Jul 24, 2005 4:00 pm
Location: PROJECT WINDOW

Re: TOOLs

Post by dawman »

My XITE-1 ain't for sale,...ever.....but thanks for letting me know the RAM is window dressing.

Vibes from he XFiles
User avatar
dante
Posts: 5040
Joined: Sat Nov 24, 2001 4:00 pm
Location: Melbourne Australia
Contact:

Re: TOOLs

Post by dante »

Interesting ...thinking about it, you could write a reverb program that just works like a delay by storing multiple reflections of the same sound in RAM then playing back / mixing them (hence the need for RAM).

But if its possible to 'calculate' what that 'repeated' sound (stored once) would be mathematically instead of just brute force store/repeat cycle...you dont need much RAM !
tgstgs
Posts: 526
Joined: Sun Jan 15, 2006 4:00 pm

Re: TOOLs

Post by tgstgs »

you have 6k instruction space (48bit) and 8k data space (32bit) on each 'old' dsp;
i would first use this_
--
i think you may realize a nice verb in a few days with sdk;
but from this point to a high end plugin i would say 1 - 2 years of development went into it;
this applies for any high end plugin btw.

check for
schroeder
griesinger
moorer
to have a start for reading into it

good vibes
User avatar
dante
Posts: 5040
Joined: Sat Nov 24, 2001 4:00 pm
Location: Melbourne Australia
Contact:

Re: TOOLs

Post by dante »

Post Reply