Author |
Message |
petree08
|
Posted: Tue Jun 03, 2008 8:31 am Post subject: Final Music Player |
|
|
Okay so i added A song timer and the location of the music can be saved to a file so you don't have to type the file path each time you run it,
the searching for music procedure has been greatly improved, it now searched sub folders better
read the readme file, i put everything you need to know there.
Description: |
|
Download |
Filename: |
Peatore-Play.zip |
Filesize: |
821.5 KB |
Downloaded: |
188 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
nastynika
|
Posted: Tue Jun 03, 2008 9:01 am Post subject: Re: Final Music Player |
|
|
nice i like the program +bits
|
|
|
|
|
|
petree08
|
Posted: Tue Jun 03, 2008 9:36 am Post subject: RE:Final Music Player |
|
|
did you change Settings/Path.txt and get songs playing?
|
|
|
|
|
|
nastynika
|
Posted: Wed Jun 04, 2008 8:01 am Post subject: Re: Final Music Player |
|
|
yea it took a little for me to realize wut i had to do but i figured it out
|
|
|
|
|
|
clown_boy1692
|
Posted: Thu Jun 05, 2008 2:02 pm Post subject: Re: Final Music Player |
|
|
Hey i have a program to have a music chooser inside my program but it wont continue until the song is finished i am using Music.PlayFile commands any suggestions
Description: |
|
Download |
Filename: |
musicplayer.t |
Filesize: |
6.5 KB |
Downloaded: |
95 Time(s) |
|
|
|
|
|
|
petree08
|
Posted: Fri Jun 06, 2008 8:20 am Post subject: RE:Final Music Player |
|
|
fork it....(procesess)
my music program only uses one process
also look into File.Get for searching for music
files as aposed to hard-coding song names .
your song choice var is an int , change it to a string (1) or a char , you can't compare an int to a string
also look at your if structures they are ...
... trying to be nice here... okay they are just
bad
but don't worry we've all made mistakes like that in the beggining
have a look at the Turing Tutorials and look at
if structures
if the tutorial doesn't help PM me and i'll see what i can do
|
|
|
|
|
|
|