This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
X.Org X Server 1.16.2 | |
Release Date: 2014-11-10 | |
X Protocol Version 11, Revision 0 | |
Build Operating System: Linux 3.17.2-1-ARCH x86_64 | |
Current Operating System: Linux battlestar 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64 | |
Kernel command line: root=/dev/sda1 rw initrd=/EFI/arch/initramfs-linux.img nomodeset | |
Build Date: 10 November 2014 07:52:13PM | |
Current version of pixman: 0.32.6 | |
Before reporting problems, check http://wiki.x.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#myfingershurt: comments - updated marking system | |
#--at this point, the initial note marking sweep has taken place. Here is further marking of hopoNotes. | |
#the .tappable property has special meanings: | |
# -5 = This note is the same as the last note, which was a HOPO, and the next note is a chord. | |
# or, this note is the same as the last note, which was a HOPO, so no matter what it shouldn't be tappable. | |
# -4 = This note is part of a chord | |
# -3 = This is the very first note in a song | |
# -2 = This note is part of a string of "same notes" | |
# -1 = This note is too far away from the last note to be tappable. | |
# 0 = This note is nowhere near another note and must be strummed (also default value) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hopofreq vs eightnotehopo settings | |
no eighthnotehopo | |
1/22.5 - 0 | |
1/16.94 - 1 | |
1/11.29 - 2 - normal | |
1/8.47 - 3 | |
1/5.657 - 4 | |
eighthnotehopo on: | |
1/15.36 - 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import math | |
def print_bin(data): | |
print (format(data, '08b')) | |
def swap_twos_comp(data, size): | |
return (~data & ((0x1 << size) - 1)) + 1 # apply twos complement | |
def py_to_unsigned(data, outputBits): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <cassert> | |
#include <iostream> | |
#include <thread> | |
#define WIN32_LEAN_AND_MEAN | |
#include <Windows.h> | |
#include <gl/gl.h> | |
class FpsTimer | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include "config.hpp" | |
#include <fstream> | |
#include <string> | |
#include <memory> | |
#include <stdexcept> | |
namespace ORCore | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from xml.parsers import expat | |
from html.parser import HTMLParser | |
class TagStack(object): | |
def __init__(self): | |
self.tags = [] | |
self.args = [] | |
self.data = [] | |
self.dataAdded = [] | |
self.stackSize = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Overall filestructure: | |
<header> <metadata> <timed global song events> <Instrument Track 1> <Instrument Track N...> | |
Header: | |
Byte order mark: | |
- This could be a 4 byte ascii sequence that would be tied back to the name of the data format we decide on. | |
- or maybe not i dont really know a lot about BOM's | |
Version Number |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EasyDoubleGuitar | |
MediumDoubleGuitar | |
HardDoubleGuitar | |
ExpertDoubleGuitar | |
// PART_BASS | |
EasyDoubleBass | |
MediumDoubleBass | |
HardDoubleBass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server0 = raz.zpm.pw:14242 | |
server1 = raz.zpm.pw:14243 | |
server2 = raz.zpm.pw:14244 | |
server3 = raz.zpm.pw:14245 | |
server4 = raz.zpm.pw:14246 | |
server5 = raz.zpm.pw:14247 | |
server6 = raz.zpm.pw:14248 | |
server7 = raz.zpm.pw:14249 | |
server8 = raz.zpm.pw:14250 | |
server9 = raz.zpm.pw:14251 |
OlderNewer