• Welcome to Theos PowerBasic Museum 2017.

BassBox

Started by Patrice Terrier, October 08, 2007, 10:57:44 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Patrice Terrier

See attached ZIP files

The Phoenix - Reborn




Maelstrom



Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Emil Weiss

#496
i have show boahhhh ;)
what is the difference from Phoenix to Maelstrom ?

Play Phoenix with Pink Floyd: Echoes :) then you can show a real Phoenix
great effekt

greets Emil

Patrice Terrier

#497
Emil,

Yes, playing Phoenix with the echo on, gives a nice result.

Phoenix and Maelstrom are based on the same concept, however the effect being used in Phoenix makes it look more like feathers, while Maelstrom looks more like a spriral.

For me the visual appearance is almost as important as the programming part, that's has always been my way since my first software written 30 years ago. 8)

Added
And yes the Pink Floyd album "Echoes" looks good with Phoenix, that looks like a flying bird with flapping wings.

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Emil Weiss

QuoteFor me the visual appearance is almost as important as the programming part, that's has always been my way since my first software written 30 years ago.
yes, I see the same way

programming since commodore 64 :)

greets Emil

Patrice Terrier

#499
Using setup "Echo On"

Good candidates to play with Phoenix are:
Pink Floyd "The Dark Side Of The Moon", "TIME"
and "Welcome to The Machine".

Try also with Jean-Michel Jarre:
"CALYPSO PART 3 (fin de siècle)", "En attendant Cousteau".
"EQUINOXE IV" (from the Chinese concert),
"MAGNETIC FIELDS",
"OXYGENE 8", "OXYGENE 10"
"SECOND RENDEZ-VOUS (PART3)"
"TROISIEME RENDEZ-VOUS"
"QUATRIEME RENDEZ-VOUS"
"CINQUIEME RENDEZ-VOUS (PART1)"
"CHRONOLOGIE"

ERA:
"AMENO", "MOTHER", "MIRROR"

And to see the Phoenix with open wings:
VANGELIS:
"CONQUEST OF PARADISE" , "THE TAO OF LOVE", "CHARIOTS OF FIRE", etc.

Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Emil Weiss

Patrice

this is my music ;)
i'm 50 Year and my time

greets Emil

Patrice Terrier

Here is a small color variation you could apply to the Phoenix plugin 

SubRender:
    CALL glBindTexture(%GL_TEXTURE_2D, mt(1).Texture)
    CALL glColor3ub(PulseMemory(K).r2, PulseMemory(K).g2, PulseMemory(K).b2)
    CALL RenderPolygon(xD, PulseMemory(K).length)

    CALL glTranslatef(-PulseMemory(K).length * 3, PulseMemory(K).length * 3.5, 0.0)

swap PulseMemory(K).r2, PulseMemory(K).b2
    CALL glColor4ub(PulseMemory(K).r2 \ 2, PulseMemory(K).g2 \ 2, PulseMemory(K).b2 \ 2, 64)
    CALL glBindTexture(%GL_TEXTURE_2D, mt(2).Texture)
    CALL Sphere(PulseMemory(K).length)

swap PulseMemory(K).r2, PulseMemory(K).b2
    RETURN

Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Emil Weiss

sorry i can not compile it have no PowerBasic

greets Emil

Patrice Terrier

Emil,

Attached ZIP file with Phoenix.dll plugin using the swap color mode.

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Emil Weiss

#504
thanks.. thanks ..
great work

greets Emil

Patrice Terrier

Emil,

That's true computer Art, isn't it  ;D

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Emil Weiss

Quote from: Patrice Terrier on June 16, 2008, 04:22:21 PM
Emil,

That's true computer Art, isn't it  ;D

...

yea.. hhhh ;)
wanted to make a simple Progressbar as Tripex from Winamp plugin
no idea how  :'(

greets Emil

Patrice Terrier

Emil,

When you have time, send me a working example of BassVis, to let me see what your code is doing.

You can send it to me there:
pterrier@zapsolution.com

...
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com

Emil Weiss

Quote from: Patrice Terrier on June 16, 2008, 04:27:12 PM
Emil,

When you have time, send me a working example of BassVis, to let me see what your code is doing.

You can send it to me there:
pterrier@zapsolution.com

...

i have send it
doubleclick on the panel go to fullscreen
all work fine with mouse ot Keyboard
click on show with gen then a new window show you can resize it
only little problem with position from Bar .. i'm work on it ;)

greets Emil

Patrice Terrier

Emil,

To make the progress bar like this winamp example, take a look at the "Impulse" plugin source code (the part that is drawn on top, and consider just the left or right channel part).

...
 
Patrice Terrier
GDImage (advanced graphic addon)
http://www.zapsolution.com