Sponsored Content
The Lounge What is on Your Mind? Post a Cool Music Video (Part VI) Post 302520383 by Perderabo on Friday 6th of May 2011 07:49:59 PM
Old 05-06-2011
Not too many people into music these days. Smilie
Oh well, I still am. Smilie
So here is another one....


Sirens Of The Sea by OceanLab
 

10 More Discussions You Might Find Interesting

1. What is on Your Mind?

Cool YouTube Video: Here Comes Another Bubble - The Richter Scales!

You will like this :) fi4fzvQ6I-o (2 Replies)
Discussion started by: Neo
2 Replies

2. What is on Your Mind?

Post a Cool Music Video (Part I)

See How to use YouTube tags for instructions on how to post a video from YouTube. While My Guitar Gently Weeps by George Harrison and Friends 0ITrQXES8kU (16 Replies)
Discussion started by: Perderabo
16 Replies

3. What is on Your Mind?

Post a Cool Music Video (Part II)

This thread is a continuation of Post a Cool Music Video (Part I). See How to use YouTube tags for instructions on how to post a video from YouTube. And I will start things off with.... Throwing Fire At The Sun by Heather Nova QXq44BPL-wo (11 Replies)
Discussion started by: Perderabo
11 Replies

4. What is on Your Mind?

Post a Cool Music Video (Part III)

This thread is a continuation of Post a Cool Music Video (Part I). See How to use YouTube tags for instructions on how to post a video from YouTube. And I will start things off with.... Operator by Jim Croce A2iS8XctJKo (9 Replies)
Discussion started by: Perderabo
9 Replies

5. What is on Your Mind?

Cool video

Grand Central Big Freeze jwMj3PJDxuo It looks as tho it's movie scene from M. Night Shyamalan :b: (0 Replies)
Discussion started by: sparcguy
0 Replies

6. What is on Your Mind?

Post a Cool Music Video (Part IV)

This thread is a continuation of Post a Cool Music Video (Part I). See How to use YouTube tags for instructions on how to post a video from YouTube. And I will start things off with.... Beyond The Invisible by Enigma hx2jrunyGjE (16 Replies)
Discussion started by: Perderabo
16 Replies

7. What is on Your Mind?

Post a Cool Music Video (Part V)

This thread is a continuation of Post a Cool Music Video (Part I). See How to use YouTube tags for instructions on how to post a video from YouTube. And I will start things off with.... Octavarium by Dream Theater xK3qylwd-M0 (9 Replies)
Discussion started by: Perderabo
9 Replies

8. What is on Your Mind?

Post a Cool Music Video (Part VII)

We post videos by linking them in from youtube. Videos from other sites are not absolutely forbidden, but we know that youtube won't tolerate videos that we won't tolerate. We have instructions on how to post youtube videos: How to use youtube tags. Please follow the format in those instructions to... (11 Replies)
Discussion started by: zxmaus
11 Replies

9. UNIX for Dummies Questions & Answers

Creating Music Video

i'm flex developer and i'm not familiar with this world. i need to make out of mp3, bitmaps , flv, text a music clip. can i do it with shell? can i use some video editing program on the server ? thanks in advance. (0 Replies)
Discussion started by: sigalmaria
0 Replies

10. What is on Your Mind?

Post a Cool Music Video (Part VIII)

We've all heard this, right? 9bZkp7q19f0 Post some cool music...! You may want to review the earlier threads:Part I Part II Part III Part IV Part V Part VI Part VII (3 Replies)
Discussion started by: Scott
3 Replies
SDL::Mixer(3)						User Contributed Perl Documentation					     SDL::Mixer(3)

NAME
SDL::Mixer - a SDL perl extension SYNOPSIS
$mixer = new SDL::Mixer -frequency => MIX_DEFAULT_FREQUENCY, -format => MIX_DEFAULT_FORMAT, -channels => MIX_DEFAULT_CHANNELS, -size => 4096; DESCRIPTION
SDL::Mixer allows you access to the SDL mixer library, enablig sound and music volume setting, playing, pausing and resuming, as well as fading the sound and music in and out. METHODS
new() $mixer = SDL::Mixer->new( -frequency => MIX_DEFAULT_FREQUENCY, -format => MIX_DEFAULT_FORMAT, -channels => MIX_DEFAULT_CHANNELS, -size => 4096); Creates a new SDL::Mixer object. $size is the buffer size in bytes. query_spec() my $specs = SDL::Mixer::query_spec(); Returns a hash reference, containing the following keys and their respective values: -status -frequency -channels -format reserve_channels $mixer->reserve_channels(4); Reserve so many channels. allocate_channels() $mixer->reserve_channels(2); Allocate so many channels. group_channel(channel,group) Group the channel number $channel into group $group. group_channels(from,to,group) Groups a range of channels group_available(group) Return true when the group is available. group_count(group) Returns the number of channels in the group group_oldest() group_newer() play_channel() play_music() Play $music $loop times. fade_in_channel(channel,chunk,loops,ms,ticks) Fades a channel in fade_in_music(music,loops,ms) Fades the music in over a number of ms, looping as it does channel_volume(channel,volume) Sets the volume for a single channel mucis_volume(volume) Set the volume for the music. halt_channel(channel) Stops a specific channel halt_group(group) Stops a group of channels halt_music() Stops the music channel_expire(channel,ticks) Ignores the channel after "ticks" has expired fade_out_channel(channel,ms) Fade the channel number $channel in $ms ms out. fade_out_group(group,ms) Fade the channel group $group in $ms ms out. fade_out_music(ms) Fade the music in $ms ms out. fading_music() Return true when the music is currently fading in or out. fading_channel() Return true when the channel number $channel is currently fading in or out. pause( channel ) Pause the channel $channel. resume(channel) Resume the channel $channel. paused() Return true when the channel is currently paused. pause_music() Pause the music play. resume_music() Resume the music play. rewind_music() Resets the music file to the beginning music_paused() Return true when the music is currently paused. playing() Return true when the channel is currently playing. playing_music () Return true when the music is currently playing. AUTHORS
David J. Goehrig, basic doc added by Tels <http://bloodgate.com>. SEE ALSO
perl, SDL::Music and SDL::Sound. perl v5.12.1 2010-07-05 SDL::Mixer(3)
All times are GMT -4. The time now is 09:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy