With Winamp5 comes a new plugin called Signal Processing Studio DSP. It's a fully codable Digital Signal Processing plugin with the same codebase as AVS (well, at least the coding language and syntax is the same). It also allows you to create sounds.
What would seem really cool to me, is to enable SPS and AVS to exchange global variables between eachother. You could make a AVS game with sound. This could be done either by exchanging the global registers we have already, or by using a APE that allows you to broadcast a few global registers to SPS.
What do you think of this idea?
BTW, you should really play with SPS some time. All you avs coders should have no problem learning the coding language. You can use SPS for both DSP and to create your own sounds.
AVS and SPS integration
22 posts
Yeah so far I've been mucking around with SPS and made 2D audio rotation, 2D audio (XZ Stereo), and a pitch-preserving half tempo.
I made a cool "Bell-In-Da-Can" effect 🙂 SPS is a lot of fun 🙂
👍 Here's my vote for intergation of AVS and SPS (it even sounds alike 😛)
👍 Here's my vote for intergation of AVS and SPS (it even sounds alike 😛)
I think it would be great. I don't fully understand SPS yet, though I've played around with it a little, and it looks like great fun 🙂. As far as I know, there is no such thing as "frame" like in Superscope and DM, but then for 10th of a second or so? (I mean, you can't do things like t=t-0.05)?
Per sample should work like per frame. The only problem is that I don't how many samples there are in a second.
Here's some things to have fun with 😁
skupers: use srate for amount of samples per second.
Here are some of my SPS presets.
Here are some of my SPS presets.
Here's one of mine. I tried to make a tone generator and it ended up pretty nice. It uses arrays to add a lot of sines together.
Maybe you guys have anything to this thread: SPS My SPS Wishlist.
Maybe you guys have anything to this thread: SPS My SPS Wishlist.
tsk, stk! done use spaces in zip name... some of us are using firebird
🙂
great work skupers
🙂
great work skupers
I use Firebird now as well, but I never noticed that. I'm sorry and all the following zips will have no spaces. 😉
Originally posted by Jaak'open with..' works perfectly in firebird 😛
tsk, stk! done use spaces in zip name... some of us are using firebird
🙂
great work skupers
The problem is not so much firebird, but vBulletin which doesn't use proper encoding for filenames as far as I know.
I recall the RFC saying something like "for now, we only support ascii filenames without spaces"... I don't know if there is an updated spec, but it seems crazy that today, with UTF8 and such around, there is no good way to define freeform filenames.
I recall the RFC saying something like "for now, we only support ascii filenames without spaces"... I don't know if there is an updated spec, but it seems crazy that today, with UTF8 and such around, there is no good way to define freeform filenames.
not only that, ";-c" messes up too
not only that, ";-c" is stupid. why the hell do you expect people to type in such an obnoxious handle when speaking to you? ; and - are not regularly used charachters to begin with, let alone in conjunction with each other.
plus i refuse to refer to people with handles that i can't actually pronounce.
</offtopic:rant>
plus i refuse to refer to people with handles that i can't actually pronounce.
</offtopic:rant>
his handle is pronounced: "winking vampire".
it sais in his sig.
it sais in his sig.
Ahh, Atero's back in form!
Maybe you should resurrect Shaba's "please pronounce your nickname" thread 😛
And here's what I really came here for
Maybe you should resurrect Shaba's "please pronounce your nickname" thread 😛
And here's what I really came here for
Reading is an art...
And besides, I refuse to change my nick only for some software.
And besides, I refuse to change my nick only for some software.
I didn't even know NSPS existed... but now that I've seen it I'd have to say its very cool. Integration with AVS would be great. Some very atmospheric presets could be created.
Hi. I made my first SPS-preset. Have a look at it it has an adjustable stereo-widener and delay.
Where's the SPS-preset download-section? We definitely need one!
Where's the SPS-preset download-section? We definitely need one!
is it possible to control sps via joystickport? 😁
(http://groovit.disjunkt.com/Jbox/new.html)
(http://groovit.disjunkt.com/Jbox/new.html)
i made this bass boost setting 😁 it's overkill on some songs so it's adjustable
thanks unconed for that simple lowpass 🙂
thanks unconed for that simple lowpass 🙂
Sorry for reviving this thread, but I thought of something. Integrating AVS and SPS wouldn't be as simple as sharing variables, it might require some wierd synchonization tricks to keep AVS and SPS at the same place, due to the 0-2 second DSP lag.