Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: Ravi on August 30, 2002, 03:08:46 PM

Title: Soundbox
Post by: Ravi on August 30, 2002, 03:08:46 PM
The re-write of Soundbox for editing SCI0 sound resources is now available from http://www4.ncsu.edu/~rniyenga/sci/soundbox.html (http://www4.ncsu.edu/~rniyenga/sci/soundbox.html). It is functionally similar to the previous version with known bugs squashed. It was also written in VSNET as opposed to VS6, which may affect distribution. Please let me know if you have any problems running it.

Soundbox includes Rickard Lind's MT-32 to GM patch mapping code, taken from FreeSCI.

Soundbox is released under the GNU GPL. Source code and a VSNET project are available from the same page as the binary package.
Title: Re:Soundbox
Post by: Brian Provinciano on August 30, 2002, 03:47:25 PM
Excellent job! The only problem is it's not statically linked, so it requires MFC70.DLL to run, which I don't have.

Keep up the great work!
Title: Re:Soundbox
Post by: MusicallyInspired on August 30, 2002, 03:47:47 PM
how come i cant see anything on the site!?!?!? all i see is back buttons to go back to the main page and its the same with every other section there....all empty pages...help please!

can u just put the link to the zip or whatever so i can download it directly if i cant see the page?
Title: Re:Soundbox
Post by: Joe on August 30, 2002, 05:08:42 PM
For us unfortunate fellows that are unable to view the site properly, the link is: http://www4.ncsu.edu/~rniyenga/sci/soundbox.zip (http://www4.ncsu.edu/~rniyenga/sci/soundbox.zip)

Copy and paste, as usual.
Title: Re:Soundbox
Post by: Joe on August 30, 2002, 05:09:58 PM
I don't possess that DLL either, so I am unable to view your program.
Title: Re:Soundbox
Post by: Chris Cromer on August 30, 2002, 05:47:20 PM
No need to copy and paste:

http://www4.ncsu.edu/~rniyenga/sci/soundbox.zip (http://www4.ncsu.edu/~rniyenga/sci/soundbox.zip)

You just need to know what your doing. Use this code:

Code: [Select]
[url]http://www4.ncsu.edu/~rniyenga/sci/soundbox.zip[/url]
Title: Re:Soundbox
Post by: Joe on August 30, 2002, 06:14:18 PM
Chris, I knew what I was doing.  I just prefer not using YaBB code.  Assumption is not always a good thing.
Title: Re:Soundbox
Post by: Joe on August 30, 2002, 06:34:15 PM
Actually, the real reason was that I noticed the tilde before I was about to post the message, and was too lazy to bother using the code.  :)
Title: Re:Soundbox
Post by: MusicallyInspired on August 30, 2002, 09:29:50 PM
yes i thought of viewing the html source code and copy/pasting the link and got it...i cant run it cuz of the dll file either tho. and i overwrote the old program :( ops.
Title: Re:Soundbox
Post by: Ravi on August 30, 2002, 11:54:51 PM
Oops. Sorry for the problems. A statically linked binary is now up at http://www4.ncsu.edu/~rniyenga/sci/soundbox-static.zip (http://www4.ncsu.edu/~rniyenga/sci/soundbox-static.zip).

The blank pages are bad news. I'll be sure to change them as soon as I can get the time together. What browser and platform are you folks running?
Title: Re:Soundbox
Post by: Joe on August 31, 2002, 05:38:08 PM
I'm using IE5 with Win2k.  Just out of curiousity, what program do you use to produce your web pages?
Title: Re:Soundbox
Post by: Ravi on September 01, 2002, 06:42:57 PM
I write pages by hand. The original idea had been to play around with CSS while still using standard HTML that would render in non-CSS browsers. I probably did something to break browsers that don't support all the CSS features I'm using.