justin = { main feed , music , code , 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: It's not fair, you can edit your answers and we can't edit our questions! :P How about more chars per Q at least?
Asked by EvilDragon (88.207.46.x) on April 4 2013, 3:48pm
Reply on April 4 2013, 10:42pm:
    OK, done.
Comment...
Question: Would you mind sharing REAPER's default 0dB pan law formula? I'm using 2*x + x^2 - 2*x^3 ATM, which seems pretty close...
Asked by Tale (77.170.68.x) on April 3 2013, 5:54pm
Reply on April 3 2013, 7:17pm (edited at April 4 2013, 2:10pm):
    For 'Stereo balance / mono pan (default)': panpos is -1..1, law in this case would be 1.0:
    
    gain=law*sqrt(2)* (1.0 + (sqrt(2) * 0.5 / law - 1)/(sqrt(2)-1) * (1/cos(panpos*0.25*PI)-1.0))
    
    leftscale = cos((panpos+1.0)*0.25*PI)*gain;
    rightscale = sin((panpos+1.0)*0.25*PI)*gain;
    
    I think that's right, if it doesn't work for you I'll copy and paste the C code.. (edit: removed some redundant code relating to the non-balance pan mode; edit again: fixed thxtale)
Comment...
Question: Have you ever learned statistics? Do you use them?
Asked by Will (70.173.150.x) on April 3 2013, 2:23pm
Reply on April 3 2013, 2:37pm:
    I've learned some, not enough, but they do often come in handy.
Comment...
Question: Ever thought of becoming an angel? I have an executive summary I would like to send you...what's your email? Mine is thaboklass@gmail.com
Asked by Thabo (82.145.211.x) on April 3 2013, 10:02am
Reply on April 3 2013, 2:38pm:
    You can probably guess my email based on my first name and employer's domain..
Comment...
Question: is there a particular reason you stick to C style casts in WDL?
Asked by gio (94.66.33.x) on April 2 2013, 1:06pm
Reply on April 2 2013, 5:22pm:
    Not really, should probably move away from them...
Comment...
Question: Do you all still use the San Francisco Cockos headquarters?
Asked by James (68.10.223.x) on April 2 2013, 12:06am
Reply on April 2 2013, 2:38am:
    Some of us sometimes
Comment...
Question: Aren't you tired of danfuerth's behavior on forum?
Asked by tinny (88.207.109.x) on April 1 2013, 6:36pm
Reply on April 2 2013, 2:39am:
    I try not to get too caught up in any particular user's behavior. Unless it is causing crashes.
Comment...
Question: Can you tell me the website of the company who offered you the UI-design of Reaper?
Asked by dave (210.21.230.x) on April 1 2013, 12:59am
Reply on April 2 2013, 2:39am:
    Huh? houseofwhitetie.com does our gfx.
Comment...
Question: Why no one is able to write a proper csurf driver that enables plugin parameter automation for Presonus Faderport?
Asked by RenLB (177.18.66.x) on March 31 2013, 11:20pm
Reply on April 2 2013, 2:39am:
    Lack of interest?
Comment...
Question: hello there! your recommendation for a good hex editor for windows?
Asked by gio (94.66.18.x) on March 30 2013, 1:39pm
Reply on April 2 2013, 2:41am:
Comment...
Question: Do you know SAP HANA? Do you think it is a wise decision if I join SAP and work for it?
Asked by popeye (219.133.0.x) on March 30 2013, 12:48am
Reply on April 2 2013, 2:41am:
    No idea.
Comment...
Question: Venezuela have BelieveTour date?
Asked by Maria (186.93.169.x) on March 29 2013, 1:17am
Reply on April 2 2013, 2:41am:
    No se nada.
Comment...
Question: REAPER API uses double for samplerate, is it 44.1? Why double anyway?
Asked by Jeremy (109.178.142.x) on March 24 2013, 11:33pm
Reply on March 25 2013, 12:35am:
    That'd be 44100.0. double because you can do all kinds of nice things with non-integers.
Comment...
Question: Does AOL send upstream patches (for example jnetlib mem leak)? www.winamp.com/help/Version_History#Winamp_5.61
Asked by Will (70.173.150.x) on March 23 2013, 6:31pm
Reply on March 24 2013, 12:27am:
    Nope, but the mem leak mentioned refers to HTTPS, which our jnetlib lacks completely, too.
Comment...
Question: Do you ever think about getting older and how fast time goes by?
Asked by Will (70.173.150.x) on March 20 2013, 5:34am
Reply on March 24 2013, 12:26am:
    Not really.
Comment...
Question: What's your take on the new stuff from Portugal. The Man?
Asked by Robert (71.219.197.x) on March 19 2013, 4:59am
Reply on March 19 2013, 3:35pm:
    I love the latest album, and the new track from the new album is alright (need to hear it in the album context though).
Comment...
Question: Was coverflow obvious? www.ilounge.com/index.php/news/comments/apple-loses-challenges-c...
Asked by Will (70.173.150.x) on March 16 2013, 5:54pm
Reply on March 16 2013, 9:55pm:
    You could make arguments either way -- we'd all be better off without software patents.
Comment...
Question: Yes, it's neat! Maybe an option for this kind of modulation some day in ReaFir (great plugin btw)??
Asked by Bernard (188.154.73.x) on March 16 2013, 10:40am
Reply on March 16 2013, 9:55pm:
    Perhaps.
Comment...
Question: Could AVS produce iTune's vis? Do you consider their vis complicated to achieve, or could you emulate it in short time?
Asked by Will (70.173.150.x) on March 14 2013, 9:23pm
Reply on March 15 2013, 2:02pm:
    I haven't looked at it lately, but probably with some clever programming sure.
Comment...
Question: What on Gaia's Green Earth would tempt you to help me realize my Idea? Will code for Food?
Asked by Erik (98.211.237.x) on March 14 2013, 1:53pm
Reply on March 14 2013, 2:30pm:
    The idea would have to be publicly disclosed and very interesting.
Comment...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2025 Justin Frankel. | RSS