Ghetto Lee Lewis Posted April 1, 2015 Posted April 1, 2015 How does OCR not consider any of my remixes techno? That's all I make!!! Quote
DarkeSword Posted April 1, 2015 Posted April 1, 2015 Ghetto Lee Lewis said: How does OCR not consider any of my remixes techno? That's all I make!!! We have some older projects that we've debuted in the past that have gone back into development, like Remixanator and Judganator, which made heavy use of some proprietary algorithms developed by OCR New Dehli, a small coding subsidiary of OC ReMix located in India. In order to efficiently tag and classify all of the remixes on the site, they forked and reworked the code (JavaScript and COBOL) they had written for the Algorithmic Synthesis System (used in Remixanator and later Judganator) and adapted it to an analysis tool used to determine genres. Obviously there will be some errors, so if you see any remixes that don't necessarily fit with what came out of the ASS, let us know. We'll be setting up a community review in the next couple of days to fix issues. Quote
Ghetto Lee Lewis Posted April 1, 2015 Posted April 1, 2015 (edited) DarkeSword said: We have some older projects that we've debuted in the past that have gone back into development, like Remixanator and Judganator, which made heavy use of some proprietary algorithms developed by OCR New Dehli, a small coding subsidiary of OC ReMix located in India.In order to efficiently tag and classify all of the remixes on the site, they forked and reworked the code (JavaScript and COBOL) they had written for the Algorithmic Synthesis System (used in Remixanator and later Judganator) and adapted it to an analysis tool used to determine genres. Obviously there will be some errors, so if you see any remixes that don't necessarily fit with what came out of the ASS, let us know. We'll be setting up a community review in the next couple of days to fix issues. Alright well that makes sense. I'll just wait patiently for you guy to work the bugs out, and I'll be sure to participate on that community review. Otherwise this is a really great new system. Edited April 1, 2015 by Ghetto Lee Lewis Quote
Flexstyle Posted April 1, 2015 Posted April 1, 2015 I feel like this will make judging easier, knowing that I have only three genres to which I need to hold submissions as a standard. I know I've seen this in the works for a while, but I'm really glad it's finally here. Quote
JH Sounds Posted April 1, 2015 Posted April 1, 2015 This finally solves the mystery of what genre my ReMix is. For the longest time listeners kept calling it "sadpianostep". Quote
timaeus222 Posted April 1, 2015 Posted April 1, 2015 (edited) DarkeSword said: In order to efficiently tag and classify all of the remixes on the site, they forked and reworked the code (JavaScript and COBOL) they had written for the Algorithmic Synthesis System (used in Remixanator and later Judganator) and adapted it to an analysis tool used to determine genres. Is it something like this? #include <iostream> // default#include <string> // stringsusing namespace std;int main(){ // genre classifications std::string a = "Techno"; std::string b = "Possibly Techno"; std::string c = "Probably Not Techno (Maybe)"; // genre qualifications std::string primaryelem = "Initialize1"; std::string secondaryelem = "Initialize2"; int speshulcondition = 0; // initial state std::string conclusion = "No Genre Yet"; cout << "The current genre for this mix is: " << conclusion << endl; // qualifications input cout << "Enter a primary element you have in your remix: "; cin >> primaryelem; cout << "Enter a secondary element you have in your remix: "; cin >> secondaryelem; cout << "Did you copy and paste anything? 0 for no, 1 for yes: "; cin >> speshulcondition; // genre test if (primaryelem == "Boom" && secondaryelem == "Tiss" && speshulcondition == 1){ conclusion = a; } else if (primaryelem == "Boom" && secondaryelem == "Tiss" && speshulcondition == 0){ conclusion = b; } else if ((primaryelem != "Boom" or secondaryelem != "Tiss") && (speshulcondition == 1)){ conclusion = b; } else if ((primaryelem != "Boom" or secondaryelem != "Tiss") && (speshulcondition == 0)){ conclusion = c; } // genre evaluation cout << "The current genre for this mix is: " << conclusion << endl;} (By the way, this code works!) http://www.tutorialspoint.com/compile_cpp_online.php Edited April 1, 2015 by timaeus222 Quote
Mirby Posted April 1, 2015 Posted April 1, 2015 so glad you're finally doing this. perhaps this will finally put an end to the argument of whether or not the judges have a techno bias since now we'll have cold hard numbers on the quantity of techno tracks vs. possibly techno vs. possibly not techno (maybe) Quote
Argle Posted April 1, 2015 Posted April 1, 2015 This is bullshit. Narrowing down to 3 shitty categories that suck. Quote
Darangen Posted April 1, 2015 Posted April 1, 2015 If we personally feel that a song that is labeled Possibly Not Techno (Maybe) should be listed under Possibly Techno, do we blow up Larry's private message box like we do for all other problems we have with the site? Quote
ad.mixx Posted April 1, 2015 Posted April 1, 2015 I'm sorry OcR but I can't agree with this. overClocked RemiX has just been going down the drain these last few years. I can't stand it. I feel like you guys just don't care anymore and the whole foundation OverC RMix is just crumbling. This whole 3 genre thing is just STUPIIID!!! Overcocked Redux needs to get its act together or I'm going to delete all my mixes and make my own site. And it'll be better. Quote
DarkeSword Posted April 1, 2015 Posted April 1, 2015 urdailywater said: I'm sorry OcR but I can't agree with this. overClocked RemiX has just been going down the drain these last few years. I can't stand it. I feel like you guys just don't care anymore and the whole foundation OverC RMix is just crumbling. This whole 3 genre thing is just STUPIIID!!! Overcocked Redux needs to get its act together or I'm going to delete all my mixes and make my own site. And it'll be better. Why are you typing like that? You never type like that. Quote
DarkeSword Posted April 1, 2015 Posted April 1, 2015 timaeus222 said: Is it something like this? #include <iostream> // default#include <string> // stringsusing namespace std;int main(){ // genre classifications std::string a = "Techno"; std::string b = "Possibly Techno"; std::string c = "Probably Not Techno (Maybe)"; std::string primaryinstr = "Initialize1"; std::string secondaryinstr = "Initialize2"; int speshulcondition = 0; std::string conclusion = "No Genre Yet"; cout << "The current genre for this mix is: " << conclusion << endl; cout << "Enter a primary element you have in your remix:"; cin >> primaryinstr; cout << "Enter a secondary element you have in your remix:"; cin >> secondaryinstr; cout << "Did you copy and paste anything? 0 for no, 1 for yes."; cin >> speshulcondition; if (primaryinstr == "Boom" && secondaryinstr == "Tiss" && speshulcondition == 1){ conclusion = a; } else if (speshulcondition == 0){ conclusion = b; } else if (primaryinstr != "Boom" && secondaryinstr != "Tiss"){ conclusion = c; } cout << "The current genre for this mix is: " << conclusion << endl; return 0;} No. That's clearly C or C++. Our code is a JavaScript/COBOL hybrid. Quote
timaeus222 Posted April 1, 2015 Posted April 1, 2015 (edited) DarkeSword said: No. That's clearly C or C++. Our code is a JavaScript/COBOL hybrid. If you're bored, by the way, that code kinda works (further down below). Edited April 1, 2015 by timaeus222 Quote
Brandon Strader Posted April 1, 2015 Posted April 1, 2015 I think the prog rock and symphonic metal tags are broken they are empty Quote
Mirby Posted April 1, 2015 Posted April 1, 2015 Try looking under Probably Not Techno (Maybe) and Possibly Techno, respectively. Quote
ad.mixx Posted April 2, 2015 Posted April 2, 2015 DarkeSword said: Why are you typing like that? You never type like that. Because everything is horrible. Quote
KingTiger Posted April 2, 2015 Posted April 2, 2015 DarkeSword said: Obviously there will be some errors, so if you see any remixes that don't necessarily fit with what came out of the ASS, let us know. We'll be setting up a community review in the next couple of days to fix issues. Obviously you pulled this whole thing out of the ASS. Quote
KingTiger Posted April 2, 2015 Posted April 2, 2015 DarkeSword said: ASS is very important. That's what she said. Although this milkshake here won't bring anyone to the yard. Quote
Rockos Posted April 2, 2015 Posted April 2, 2015 I'm sad I missed this april fool. Genre are not showing in my browser. Quote
Moguta Posted April 2, 2015 Posted April 2, 2015 DarkeSword said: No. That's clearly C or C++. Our code is a JavaScript/COBOL hybrid. DarkeSword said: Our code is a JavaScript/COBOL hybrid. DarkeSword said: JavaScript/COBOL hybrid Oh god. May the binary lords have mercy on you all. Quote
ad.mixx Posted April 2, 2015 Posted April 2, 2015 Yasae said: So... Techno. What's the deal with that? Its a subgenre of manga music that OCR is well known for. Quote
Black_Doom Posted April 2, 2015 Posted April 2, 2015 Wait, why did this stuff disappear? :0 It was quite helpful. Quote
Bundeslang Posted April 2, 2015 Posted April 2, 2015 Rockos said: I'm sad I missed this april fool. Genre are not showing in my browser. April fool? I really don't believe OCR would do all that work for nothing. Probably the genres are now removed because there are a couple of bugs in it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.