justin = {
main feed
,
music
,
code
= {
cockos
,
reaper
,
wdl
,
ninjam
,
jsfx
,
more
}
,
askjf
,
pubkey
};
Ask Justin Frankel
No reasonable question unanswered since 2009!
Suggested topics: programming, music, sleep, coffee, etc.
Note: please do not ask questions about REAPER features, bugs or scheduling, use the
forums
instead.
Name:
Ask:
Human (enter yes):
[
newer questions
]
[
unreplied
] | [
replied
] | [
recent comments
] | [
all
]
[
older questions
]
Question:
Does REAPER perform well on PPC (G4/G5) machines? I wish was able to test drive it on the latest Power8. Do you favor a particular CPU? Anyway, thanks for all the latest goodness.
Asked by gio (79.131.32.x) on August 30 2013, 1:01am
Reply on August 30 2013, 1:17am:
The quad core i7 in my retina MBP is incredible. REAPER is pretty miserable on G4s, and barely tolerable on G5s.
Comment...
Question:
that was a hell of a release mate. why it took so long?
Asked by gio (79.131.32.x) on August 29 2013, 11:37pm
Reply on August 30 2013, 12:59am:
Probably the easiest explanation is that we started out not knowing exactly where we'd end up? That and other activities in our personal lives...
Comment...
Question:
Should US and friends strike Syria?
Asked by Gameboy (89.180.190.x) on August 28 2013, 9:37am
Reply on August 28 2013, 6:59pm:
I don't have enough information to answer that.
Comment...
Question:
Regarding bingbot, did you adhere to this? www.bing.com/blogs/site_blogs/b/webmaster/archive/2012/05/03/to-...
Asked by Will (24.234.85.x) on August 27 2013, 6:06pm
Reply on August 27 2013, 8:14pm:
I did, the problem is that crawldelay specifies how often it can crawl your ENTIRE WEB SITE, which isn't terribly useful since it would get caught scanning hugely large combinations of URLs with various parameters.. boo.
Comment...
Question:
I was wondering... do you use Amazon S3 or EBS (or something else)?
Asked by Tale (77.168.115.x) on August 26 2013, 7:43am
Reply on August 26 2013, 6:58pm:
EC2 (with EBS volumes) for lots of things, S3 for hosting high traffic static content, and Google for email.
Comment...
Question:
did you support your blog canvas js code experiments on older versions of IE? code.google.com/p/explorercanvas/downloads/list :)
Asked by Will (70.173.150.x) on August 24 2013, 11:24pm
Reply on August 26 2013, 6:57pm:
Haha doubtful
Comment...
Question:
tinyurl.com/c53m7sa -> please watch if you get an hour of spare time. I'm sure you know a lot of these tricks, but it was a very enlightening watch for me. Opinions? :)
Asked by EvilDragon (88.207.124.x) on August 22 2013, 6:05pm
Reply on August 22 2013, 11:07pm:
Didn't watch all, just the first 10-15 minutes, but seemed like the usual stuff =)... good sense of humor ("this code is awful, getting big improvements is easier from terrible code" type comments were funny heh)
Comment...
Question:
How did you meet your wife?
Asked by Tony (93.193.65.x) on August 20 2013, 10:32am
Reply on August 21 2013, 12:41am:
AOL ftw
Comment...
Question:
Does reaper make much use of the gpu?
Asked by ees. (69.15.110.x) on August 19 2013, 2:14pm
Reply on August 20 2013, 1:38pm:
None.
Comment...
Question:
any idea why SWELL SetWindowPos() makes window flicker when resizing?
github.com/olilarkin/wdl-ol/blob/n...
- any cleaner way to resize?
Asked by olilarkin (81.100.230.x) on August 15 2013, 9:36pm
Reply on August 15 2013, 11:21pm:
Hmm try adding SWP_NOZORDER to the flags?
Comment...
Question:
nicotine addiction
Asked by paul (213.104.44.x) on August 15 2013, 2:41pm
Reply on August 15 2013, 8:24pm:
thankfully no!
Comment...
Question:
Just discovered this : earsketch.gatech.edu/ It's nice to see a college curriculum based on Reaper! Is this EarSketch script very different from standard ReaScript?
Asked by Bernard (188.154.73.x) on August 15 2013, 1:16pm
Reply on August 15 2013, 8:25pm:
It's built on top of ReaScript, and is really neat indeed!
Comment...
Question:
userfox.com/blog/How-to-record-ani...
Asked by ruchira (103.21.166.x) on August 15 2013, 2:26am
Reply on August 15 2013, 8:25pm:
Heh.
Comment...
Question:
what kind of light does the spritzer space telescope study
Asked by allee (207.191.190.x) on August 14 2013, 12:57pm
Reply on August 15 2013, 8:25pm:
Infrared apparently. Cool. I mean, Hot.
Comment...
Question:
Well, what I mean is, do the three of you have distinct ways of solving problems?
Asked by ees. (69.15.110.x) on August 13 2013, 6:40pm
Reply on August 15 2013, 8:26pm:
More or less yeah, though we'd probably come up with the same solutions some percentage of the time.
Comment...
Question:
Aside from syntax, can you tell by looking at the code who did what?
Asked by ees. (69.15.110.x) on August 13 2013, 2:47pm
Reply on August 13 2013, 6:12pm:
Sometimes, but 'git blame' can always.
Comment...
Question:
Can you up rons workload before burning man so I can see him crash?
Asked by Pinkasso (208.64.185.x) on August 13 2013, 8:58am
Reply on August 13 2013, 6:13pm:
Haha, no
Comment...
Question:
Try Win8 yet? Metro takes very little getting used to, the OS is simply faster than 7, recommend!
Asked by Will (70.173.150.x) on August 13 2013, 2:42am
Reply on August 13 2013, 6:13pm:
I miss the start menu.
Comment...
Question:
Need to find out when reaper finished loading (including any startup project if they are set) and it seems SaveExtensionConfig gets called twice with isUndo = true. First just when loading start, and then again when loading finishes. Is it safe to use that (wait for a second call to SaveExtensionConfig to conclude loading finished for good)? It seems a bit
Asked by Martin (93.136.238.x) on August 11 2013, 3:25pm
Reply on August 12 2013, 4:16pm:
a bit hacky, but that's the only thing I managed to found (tried using GetCurrentProjectInLoadSave() but it doesn't work if called from another thread) (sorry for another lengthy 2part question)
Hmm, loading state would be one way, but I dunno, what's the purpose of this? Also, anything from another thread is going to be tricky (and should probably be avoided if at all possible IMO)...
Comment...
Question:
When was the most fun time of your life? Now? Winamp days? If you had to groundhog day it, when would it be?
Asked by Will (70.173.150.x) on August 11 2013, 3:48am
Reply on August 12 2013, 4:14pm (edited at August 13 2013, 6:15pm):
Haha I dunno I think the days get better... if I had to pick a day, I don't know, that'd be tough as any day would get old eventually.
Edit: my wife informs me that I've failed to answer the question. We had a discussion about it, then, and deciding that instead of groundhog day style, it would be just a good day that I would like to experience again. My mind mostly blanks. She described to me a day (which I remembered well enough, after she brought it up) that involved friends, food, drink, a warm backyard, and a cat. I'll go with that day.
Comment...
[
newer questions
]
[
unreplied
] | [
replied
] | [
recent comments
] | [
all
]
[
older questions
]
Copyright 2025 Justin Frankel
.
|
RSS