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:
www.youtube.com/watch?v=K8ceHzA5hSE (just to let you know) Any nostalgia or each just past and better things are to come?
Asked by gio (62.103.65.x) on October 28 2011, 1:27am
Reply on October 29 2011, 4:20pm:
Haha nostalgia is cool. I like old PC demos for that.
Comment...
Question:
sure you aint tolec?
Asked by jofre (189.29.251.x) on October 27 2011, 9:22pm
Reply on October 29 2011, 4:20pm:
yeah.
Comment...
Question:
Did you receive a paycheck while working for AOL?
Asked by Will (24.234.128.x) on October 27 2011, 5:43pm
Reply on October 27 2011, 8:12pm:
Mostly direct deposit...
Comment...
Question:
are you tolec from andromeda council?
Asked by exopolitics (61.245.165.x) on October 27 2011, 5:03pm
Reply on October 27 2011, 8:12pm:
Guessing not.
Comment...
Question:
Reaper: There are many major bugs regarding time and time-sigs. Could you look into it?
Asked by Geir (85.167.108.x) on October 27 2011, 4:50pm
Reply on October 27 2011, 8:12pm:
That depends on how you define major.
Comment...
Question:
Do you watch sons of anarchy? Man, I am so crushing on Peggy Bundy. Shes an older women that I can get behind (pun intended!) :)
Asked by AnalSeducer (75.125.220.x) on October 27 2011, 9:36am
Reply on October 27 2011, 8:13pm:
Nay.
Comment...
Question:
What do you think the weaknesses of Reaper are compared to other similar products on the market?
Asked by Eyes (210.9.92.x) on October 27 2011, 4:04am
Reply on October 29 2011, 4:21pm:
I think you can find strengths in other DAWs that may or may not be valid depending on what you do.. but I wouldn't say there's anything that most other DAWs do a lot better, but of course that's subjective to how you use things.
Comment...
Question:
already prototyped several groundbreaking/breathtaking psychoacoustic applications suitable for software installation (in
Asked by Chris (68.144.68.x) on October 26 2011, 10:24pm
Reply on October 29 2011, 4:22pm:
(there's no real question in these)
Comment...
Question:
I was going to ask the same question as Will. Is TOR pointless because when you connect to it, it's like being on dial-up ?
Asked by AnalSeducer (75.125.220.x) on October 26 2011, 8:45pm
Reply on October 29 2011, 4:22pm:
See below I guess.
Comment...
Question:
Why is TOR pointless?
Asked by Will (24.234.128.x) on October 26 2011, 6:01pm
Reply on October 29 2011, 4:24pm:
Because anybody who wants to control your internet can also block TOR, and who really wants to exchange speed and privacy to be anonymous these days anyway?
Comment...
Question:
Can you just recommend the awesome but hard libraries you use, please?
Asked by neil (86.17.97.x) on October 26 2011, 7:18am
Reply on October 29 2011, 4:25pm:
Cockos WDL! :) And win32 API, which is a pain if you were to start there.
Comment...
Question:
Do you have a favor between heap & stack? Does REAPER use the 1MB limit for stack or you have increase it to give it more air?
Asked by gio (62.103.65.x) on October 25 2011, 8:24pm
Reply on October 26 2011, 3:07am:
We use the stack for small temporary chunks but the heap for bigger stuff. We don't override the thread default stack sizes; it's worth noting that the stack can usually be expanded past 1MB anyway, it is just not necessarily reserved.
Comment...
Question:
Reaper: Could we have a little more focus on bug-fixes?
Asked by Geir (85.167.108.x) on October 25 2011, 8:00pm
Reply on October 26 2011, 3:08am:
I think we do a pretty good job on bug fixes.
Comment...
Question:
Also It's cool looking at your older blog posts from 2003+ similar how people post on twitter today. Fight the power brother!
Asked by AnalSeducer (75.125.220.x) on October 24 2011, 10:55pm
Reply on October 26 2011, 3:08am:
True, though they are less aggregated and thus less useful.
Comment...
Question:
I just like to rub this in www.thetruthaboutbeefjerky.com
Asked by PinkAsso (208.64.185.x) on October 24 2011, 9:58pm
Reply on October 26 2011, 3:08am:
Mmmm stinky.
Comment...
Question:
Re: worst movie ever - without being your fault of course. Thats what I like about you. So dam Humble! Thoughts on TOR?
Asked by AnalSeducer (75.125.220.x) on October 24 2011, 9:11pm
Reply on October 26 2011, 3:08am:
Tor is cool but ends up being somewhat pointless.
Comment...
Question:
Will Reaper be made into a 64-bit Rewire SLAVE so it can work with other hosts that support full 64-bit Rewire(i.e. Studio One)
Asked by Brent (70.88.8.x) on October 24 2011, 7:23pm
Reply on October 26 2011, 3:08am:
At some point.
Comment...
Question:
[I want to make music software...] can you recommend which libraries to start with for GUI and sound? (part 2 of 2)
Asked by neil (86.17.97.x) on October 24 2011, 6:56pm
Reply on October 26 2011, 3:09am:
JUCE might be useful, but I haven't personally used it. It's hard to recommend things to people getting started, because it seems generally things are either a) easy to use or b) really awesome, but not both.
Comment...
Question:
Were you nervous dropping out of school to do Winamp? Were the folks upset?
Asked by John (69.15.110.x) on October 24 2011, 12:46pm
Reply on October 24 2011, 2:47pm:
I didn't drop out to do Winamp.. I dropped out out of boredom, and Winamp is what ended up being more interesting.
Comment...
Question:
Any tips for memory management in C/C++?
Asked by gio (62.103.65.x) on October 23 2011, 7:10am
Reply on October 24 2011, 2:50pm:
I'm a fan of WDL_HeapBuf etc (having objects that manage resizes sensibly, and automatically have their destructors called is quite nice). C++ new and delete should only be used for single class instances, IMO, new[]/delete[] are terrible things.
Comment...
[
newer questions
]
[
unreplied
] | [
replied
] | [
recent comments
] | [
all
]
[
older questions
]
Copyright 2025 Justin Frankel
.
|
RSS