View previous topic :: View next topic
Author
Message
gogodr I post too much
Reputation : 125 Joined: 19 Dec 2006 Posts: 2041
Posted: Sat Jan 07, 2012 6:35 pm Post subject: Programming project: good or bad idea?
going to make this
Link
run as a desktop background and react to the sound driver.
Back to top
..... Expert Cheater
Reputation : 59 Joined: 23 Oct 2010 Posts: 119
Posted: Sat Jan 07, 2012 6:37 pm Post subject: Re: Programming project: good or bad idea?
gogodr wrote: going to make this
Link
run as a desktop background and react to the sound driver.
That guy's looks pretty nifty. What is it basically doing? Making visuals for your audio input?
Back to top
gogodr I post too much
Reputation : 125 Joined: 19 Dec 2006 Posts: 2041
Posted: Sat Jan 07, 2012 6:41 pm Post subject: Re: Programming project: good or bad idea?
Effect wrote: gogodr wrote: going to make this
Link
run as a desktop background and react to the sound driver.
That guy's looks pretty nifty. What is it basically doing? Making visuals for your audio input?
yes, what I'm going to do is to just mimic that style and make an app that stays on the background and reacts with the sound
Back to top
..... Expert Cheater
Reputation : 59 Joined: 23 Oct 2010 Posts: 119
Posted: Sat Jan 07, 2012 6:47 pm Post subject: Re: Programming project: good or bad idea?
gogodr wrote: Effect wrote: gogodr wrote: going to make this
Link
run as a desktop background and react to the sound driver.
That guy's looks pretty nifty. What is it basically doing? Making visuals for your audio input?
yes, what I'm going to do is to just mimic that style and make an app that stays on the background and reacts with the sound
I'd personally enjoy that. It'd be a nice little desktop add-on that would make my music experience overall more visually appealing.
Keep me updated :3
Back to top
gogodr I post too much
Reputation : 125 Joined: 19 Dec 2006 Posts: 2041
Posted: Sat Jan 07, 2012 6:48 pm Post subject:
studying DirectX atm.
fuck this shit. going to do it with XNA
Back to top
the the the Master Cheater
Reputation : 46 Joined: 15 Jun 2008 Posts: 429
Posted: Sat Jan 07, 2012 7:27 pm Post subject:
DO IT YES
Back to top
Cryoma Member of the Year
Reputation : 198 Joined: 14 Jan 2009 Posts: 1819
Posted: Sat Jan 07, 2012 8:36 pm Post subject:
DirectX Wallpaper should be easy in theory...
But idk I never tried it.
Back to top
gogodr I post too much
Reputation : 125 Joined: 19 Dec 2006 Posts: 2041
Posted: Sat Jan 07, 2012 8:51 pm Post subject:
did some reseach.
going to use the DirectSound library
I'm learning now how to make a sample buffer that I can make an array of and then use that array for the audio visualization.
going to use XNA because 2D animation and visual effects are easier there.
Back to top