Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 ---==importing music files(wav.) ??==-----
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
BlackDragon




PostPosted: Fri Dec 06, 2002 8:38 pm   Post subject: ---==importing music files(wav.) ??==-----

1) How can i do a program that draws a hollow rectangle of [b]asterisks[/b] on the screen :?:
************************************* :D [/code]

2) the code for imporing music files(into turing).
Thank You! :D
************************************* :D [/code]
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Fri Dec 06, 2002 9:56 pm   Post subject: (No subject)

#1)

if its a static size, then you can just put a bunch of "put " statments.

Else you us for loops and run from 1 to length and another for loop to run from 1 to width of the box. I hope you understand what I'm saying.

#2)
Music.PlayFile ( fileName : string )

as in
code:
Music.PlayFile("song.wav")


You'd want to put that into a process so you can also run your program at same time.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: