xboxscene.org forums

Author Topic: Cool Vis. In The Orb?  (Read 141 times)

BobMcGee

  • Archived User
  • Newbie
  • *
  • Posts: 48
Cool Vis. In The Orb?
« on: September 24, 2003, 05:59:00 PM »

Its just the Audio Visualizer....Gcue made a tutorial on it a while ago...
Logged

cthulhu7734

  • Archived User
  • Newbie
  • *
  • Posts: 25
Cool Vis. In The Orb?
« Reply #1 on: September 24, 2003, 06:13:00 PM »

sad.gif

Cthulhu7734
Logged

professoriman

  • Archived User
  • Newbie
  • *
  • Posts: 1
Cool Vis. In The Orb?
« Reply #2 on: September 24, 2003, 08:16:00 PM »

try here

audio visual
Logged

cthulhu7734

  • Archived User
  • Newbie
  • *
  • Posts: 25
Cool Vis. In The Orb?
« Reply #3 on: September 25, 2003, 12:15:00 PM »

smile.gif Thanks alot
Logged

nyert nyert

  • Archived User
  • Newbie
  • *
  • Posts: 42
Cool Vis. In The Orb?
« Reply #4 on: September 25, 2003, 07:55:00 PM »

for some reason, i cant access that website, anyone have a clue what i can do?
Logged

EvilTeddyBear

  • Archived User
  • Newbie
  • *
  • Posts: 17
Cool Vis. In The Orb?
« Reply #5 on: September 26, 2003, 04:22:00 PM »

and if you have background music and want the vis to work with it...
in default.xip/default.xap

search for Code:

DEF audioVisualizer DynamicTexture  

{
   palette Palette { type 7 changePeriod 3 }

   size 352
   erase false
   fps 30

   children
   [

       ImageFader { changePeriod 10 }
       DotField

       AudioVisualizer
       {

           source USE theAmbientSounds
           type "circle"
           scale 3.5
       }

       AudioVisualizer
       {

           source USE theAmbientSounds
           type "analyzer"
       }
   ]
}


and change code the two lines:

source USE theAmbientSounds

to code:

source USE theBackgroundMusicPlayer

Resign and upload:

done....
Logged

EvilTeddyBear

  • Archived User
  • Newbie
  • *
  • Posts: 17
Cool Vis. In The Orb?
« Reply #6 on: September 27, 2003, 07:21:00 AM »

is there a possibility of background music volume control, with say...

r trigger (volume up)
l trigger (volume down)

and maybe a slight change in the 3d model position?
a rotation?? or something to show the change visually as well as audibly...

Logged

Dankbud

  • Archived User
  • Sr. Member
  • *
  • Posts: 266
Cool Vis. In The Orb?
« Reply #7 on: October 03, 2003, 08:47:00 AM »

sad.gif
Logged

Gcue

  • Archived User
  • Jr. Member
  • *
  • Posts: 63
Cool Vis. In The Orb?
« Reply #8 on: October 06, 2003, 10:44:00 AM »

I upped the tutorial on www.xboxdash.net
Logged

Dankbud

  • Archived User
  • Sr. Member
  • *
  • Posts: 266
Cool Vis. In The Orb?
« Reply #9 on: October 06, 2003, 11:03:00 AM »

koo. the next day the link DID work for me. now i got my visual in my orb going to my background music! it looks awesome. u guys rock!
Logged

Gcue

  • Archived User
  • Jr. Member
  • *
  • Posts: 63
Cool Vis. In The Orb?
« Reply #10 on: October 06, 2003, 11:32:00 AM »

I upped the tutorial on www.xboxdash.net
Logged

Mordenkainen

  • Archived User
  • Sr. Member
  • *
  • Posts: 447
Cool Vis. In The Orb?
« Reply #11 on: October 06, 2003, 12:06:00 PM »

Gcue,

You may want to make a note that there appear to be a few changes needed to that tut if you used JBone's Base Patcher.


Morden.
Logged