OrgPlay.net

Mar 29, 2015 at 11:37 AM
Senior Member
"Ha! Ha! Ha! Mega Man is no match for my Mimiga Man!"
Join Date: Jan 22, 2015
Location:
Posts: 249
Download: mediafire.com/?vcfb23y397e399l (version 2*)
Download: mediafire.com/?ajryr8wwch8a9eo (version 1)

This is a simple org player, written using C#. It's intended as a replacement for OrgPlay.
Simply drag'n'drop the file you want to play on to the OrgPlay.net window, and click "Play".
It only supports version 1 and 2 org files. You'll get an error message in Japanese for newer ones!

Source code is included under "_src" (literally just the source code)

Uses Org001.dll from OrgPlay
Image is from OrgView by Pixel.
*version 2 includes Org001.dll from MinishoterRS⊿.

Screenshot:
p194963-0-brvy2nj.png
 
Mar 29, 2015 at 12:20 PM
Administrator
Forum Administrator
"Life begins and ends with Nu."
Join Date: Jul 15, 2007
Location: Australia
Posts: 6211
Age: 38
Can I add this to the site?
 
Mar 29, 2015 at 6:05 PM
Stoned Member
"All your forum are belong to us!"
Join Date: Sep 22, 2012
Location: Hell
Posts: 557
I came here expecting a website... Oh well. Nice job on the code.
 
Mar 30, 2015 at 9:55 AM
Senior Member
"Ha! Ha! Ha! Mega Man is no match for my Mimiga Man!"
Join Date: Jan 22, 2015
Location:
Posts: 249
I found a newer version of Org001.dll in MinishoterRS⊿, I might re-upload it with this.
EDIT: see first post.
 
Apr 1, 2015 at 3:16 AM
War criminal
"Life begins and ends with Nu."
Join Date: Jun 27, 2013
Location: Phoenix
Posts: 2758
Age: 29
I don't know if it's a bug or not, but on the newest version, whenever I click on another window while an org is playing, the player mutes itself until I click back to the OrgPlay.net window.
 
Apr 1, 2015 at 6:46 AM
Senior Member
"Ha! Ha! Ha! Mega Man is no match for my Mimiga Man!"
Join Date: Jan 22, 2015
Location:
Posts: 249
TLincoln said:
I don't know if it's a bug or not, but on the newest version, whenever I click on another window while an org is playing, the player mutes itself until I click back to the OrgPlay.net window.
It also seemed to happen on the first version sometimes. Maybe I should make it pause when the window loses focus.
EDIT: What are the other programs you're switching to, and if you minimize OrgPlay.net first, does it still happen?
 
Apr 1, 2015 at 11:53 AM
Administrator
Forum Administrator
"Life begins and ends with Nu."
Join Date: Jul 15, 2007
Location: Australia
Posts: 6211
Age: 38
I think this is a common issue. This isn't exactly the first program to exhibit this trait.
 
Apr 1, 2015 at 12:21 PM
Senior Member
"Ha! Ha! Ha! Mega Man is no match for my Mimiga Man!"
Join Date: Jan 22, 2015
Location:
Posts: 249
andwhyisit said:
I think this is a common issue. This isn't exactly the first program to exhibit this trait.
Maybe it only happens with other programs that use DirectSound?
EDIT: In that case, I might be able to code a workaround to pause the song.
 
Apr 16, 2015 at 11:37 PM
Senior Member
"Ha! Ha! Ha! Mega Man is no match for my Mimiga Man!"
Join Date: Jan 22, 2015
Location:
Posts: 249
This was originally written in Java, and called JOrgPlay.
Here is a link: https://www.dropbox.com/s/y281wsak4bi1za3/jorgplay_0.zip?dl=0
It was discontinued due to what I presume were memory corruption issues.
I was unable to identify the cause, so I simply re-wrote it in C# :)

I'm still working on trying to fix the issue where the sound cuts out.
OrgView doesn't have this issue, so it's definitely possible to fix.

Also, I might release a command-line version of this, written in C.
I'm not sure if this would be of use to anyone, but I like the idea.
EDIT: https://www.dropbox.com/s/i71k7fwvczn31bu/orgplay.zip?dl=0
 
Top