Computer Science Canada

Final Music Player

Author:  petree08 [ 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.

Author:  nastynika [ Tue Jun 03, 2008 9:01 am ]
Post subject:  Re: Final Music Player

nice i like the program +bits

Author:  petree08 [ Tue Jun 03, 2008 9:36 am ]
Post subject:  RE:Final Music Player

did you change Settings/Path.txt and get songs playing?

Author:  nastynika [ 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

Author:  clown_boy1692 [ 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

Author:  petree08 [ 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


: