Search found 45 matches
- Thu Sep 19, 2013 10:12 pm
- Forum: General Stuff
- Topic: What do you listen to while coding?
- Replies: 19
- Views: 6383
Re: What do you listen to while coding?
Grooveshark, nice.
I check on ocremix as well, but I think my favorite tune to come from ocremix was a few years ago, called "The Beat Have Started to Move." It's a Metal Gear remix, freaking spectacular. 
- Thu Sep 19, 2013 10:03 pm
- Forum: General Stuff
- Topic: What do you listen to while coding?
- Replies: 19
- Views: 6383
What do you listen to while coding?
I don't do this as a living, and after working a laborious job all day, knowing I have a goal and a kind-of deadline for myself, I have to put myself in the mood to code. Once I'm there, I go at it. And that takes music. Wordless, electronic music that I purposely don't listen to at any other time. ...
- Thu Sep 19, 2013 9:42 pm
- Forum: General Stuff
- Topic: Stack Overflow
- Replies: 15
- Views: 6334
Re: Stack Overflow
I read it, I don't post. It's a great repository of problems and solutions.
- Wed Sep 18, 2013 8:30 pm
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
Well, C preprocessor does text replacement, and all. 
And sure, I'll give you a hand here.
Edit: Pull request.
And sure, I'll give you a hand here.
Edit: Pull request.
- Wed Sep 18, 2013 8:11 pm
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
Regarding _X:
That's why.Names starting with a _ are reserved for the "system" (roughly compiler+libc) on all systems. In this particular case, _X happens to be #define:d to 0x40, so compilation fails.
- Wed Sep 18, 2013 8:00 pm
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
@cpow: Better yet, I just used Famitracker to export a sound effect as an NES, then ran it under fceux. There is absolutely a delay in Famitracker which alters the sound. It is longer, choppier, and it feels like, as you said, the rendering or something is getting in the way. In the emulator, it's n...
- Wed Sep 18, 2013 8:05 am
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
Ok first of all...FREAK ON! That's ridiculously cool! Thanks for the effort! You're welcome! :) Could you do me a favor and post your machine stats and your observations on performance? [I take it since you didn't start out with ... meh it compiles but it sounds like excrement ... that you're happy...
- Wed Sep 18, 2013 2:43 am
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
/usr/local/lib/libglib-2.0.so.3400.0: warning: stpcpy() is dangerous GNU crap; don't use it RL LOL -- that warning is stupid. The glib folks (assuming it's coming from them -- maybe it's coming from the compiler) should be ashamed. stpcpy() is POSIX compliant (specifically POSIX 2008), specifically...
- Wed Sep 18, 2013 2:00 am
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
The vtable error was caused by this: class MainWindow : public QMainWindow { Q_OBJECT Right there. :) This is my first venture with Qt, as well, but a quick search for Q_OBJECT explained that you have to run this header through moc. So I did this: $ moc4 mainwindow.h -o mainwindow.cc . Then I copied...
- Wed Sep 18, 2013 1:22 am
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
I can't help with the overall "stuff" being discussed here (no familiarity with Qt), but quickly read up on QRegExp. But, re: str = str.right(str.length()-str.lastIndexOf(QRegExp("[/\\\]"))); The regex in question does look to contain one too many backslashes -- and how that com...
- Wed Sep 18, 2013 1:18 am
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
Apps/famitracker: /usr/local/lib/libglib-2.0.so.3400.0: warning: stpcpy() is dangerous GNU crap; don't use it mainwindow.o(.text+0xef): In function `MainWindow::~MainWindow()': : undefined reference to `vtable for MainWindow' mainwindow.o(.text+0xf6): In function `MainWindow::~MainWindow()': : undef...
- Wed Sep 18, 2013 12:39 am
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
@cpow - Done and done, and onto the next error. :) Makefile:2926: warning: overriding recipe for target `install_target' Makefile:2917: warning: ignoring old recipe for target `install_target' Makefile:2930: warning: overriding recipe for target `uninstall_target' Makefile:2921: warning: ignoring ol...
- Tue Sep 17, 2013 10:44 pm
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
Source/FFT/Fft.h:62: error: expected unqualified-id before numeric constant Source/FFT/Fft.h:62: error: expected ';' before numeric constant It is having trouble with Fft::_X, an array of Complex's. Have you gotten this error, or anything like it? No I haven't seen this error. But from the error it...
- Mon Sep 16, 2013 11:52 pm
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
I'm sure there's a tool in BSD-land somewhere that can open deb packages They're AR chives. 7z also can unpack them. Naively you could do something like ar p foo.deb data.tar.gz | bsdtar xzvf - Fantastic! Thank you lidnariq. (EDIT:) It seems to work well with the wine-dev headers, if with warnings....
- Mon Sep 16, 2013 11:33 pm
- Forum: NES Music
- Topic: FamiTracker 0.4.1.1 pre-release
- Replies: 40
- Views: 19270
Re: FamiTracker 0.4.1.1 pre-release
Is windows.h or a reasonable facsimile in the MinGW w32api package? It requires only the Wine headers not a functional Wine. Does that help? I thought the headers are freely available? If I recall all I had to do was sudo apt-get install wine-dev...no building Wine required. To check on this, I dow...