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: Do you play chess?
Asked by asafonov (78.25.121.x) on May 1 2016, 4:18pm
Reply on May 2 2016, 2:23pm:
    Not really, I'm impatient.
Comment...
Question: Hi, Justin. Long time lurker, first time poster. I saw a reddit post over on r/linuxaudio about the native linux version of Reaper. It really made my day. I tend to have the geekiest daydreams, and a dedicated Reaper linux distribution is a reoccurring dream of mine. Considering the history with Jesusonic, do you every entertain thoughts of a dedicated Reape
Asked by Fernando (24.155.108.x) on May 1 2016, 3:40am
Reply on May 2 2016, 2:24pm:
    I don't think anybody would want a dedicated REAPER-distro, but maybe a debian base install + list of apt-get packages would be useful? :)
Comment...
Question: Re "genwafilefinder" The MIssing File Finder (I was hoping it could fix playlists), it was on sourceforge and openhub, I thought you might have it or know where to find it or know someone who does...thx!
Asked by Joey (82.10.152.x) on April 30 2016, 11:47pm
Reply on May 2 2016, 2:24pm:
    No idea!
Comment...
Question: Windows (post-vista?) has files.. music files etc... some have ID3, and *all files have sys-tags (date created etc). There's comments, and hundreds more... also USN Journal,alternate data streams (which might be how ya could 'tag' folders, in XP). You can create your own filetype... Apple has a CAF audio structure, (details @ goo.gl/lbkehV) How can I edit C
Asked by Jonny (82.16.170.x) on April 30 2016, 10:53am
Reply on May 2 2016, 2:24pm:
    Not sure what this question is.
Comment...
Question: How do you turn this into profit? youtube.com/watch?v=-gHgXmMXvAg
Asked by Will (107.203.156.x) on April 30 2016, 4:34am
Reply on May 2 2016, 2:25pm:
    Hah. Some skills are for entertainment only?
Comment...
Question: How many languages can you speak?
Asked by asafonov (84.42.11.x) on April 28 2016, 6:01pm
Reply on April 29 2016, 1:05pm:
    Fluently, just English. Ordering tacos, two, maybe three others.
Comment...
Question: Could you have a look at the final endif statement in stringpool.h? Thanks.
Asked by gio (94.70.16.x) on April 28 2016, 7:35am
Reply on April 28 2016, 3:14pm:
    fixing, thanks!
Comment...
Question: Roughly how many code lines is Reaper's biggest function?
Asked by Punky Brewster (99.117.28.x) on April 27 2016, 4:47pm
Reply on April 28 2016, 2:02am:
    Not sure the easiest way to check, but probably huge, some big switch() {} statement.
Comment...
Question: when is my birthday
Asked by Jaxon (205.122.29.x) on April 27 2016, 3:41pm
Reply on April 28 2016, 2:02am:
    Tuesday, at least some years.
Comment...
Question: Do you know what the best hair growing product?
Asked by Paul (205.122.29.x) on April 26 2016, 4:00pm
Reply on April 27 2016, 1:57am:
    Hmm that's outside of my expertise
Comment...
Question: Hi, I'm working on an extension that uses a listbox, and I can get it to work for Windows, but won't work on Mac. When I run the php script, it makes the mac .rc_mac_dlg, but i'm stuck on this: hMarkerListWnd = CreateWindowEx(WS_EX_CLIENTEDGE, WC_LISTVIEW, "", WS_CHILD | WS_VISIBLE | WS_TABSTOP | LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SINGLESEL, 0, 0, 1, 1, hw
Asked by Wyatt (76.77.161.x) on April 26 2016, 12:04am
Reply on April 26 2016, 3:02pm:
    "Sorry I didn't finish the question below. Is there a function in swell that I'm missing or is it possble?" Yeah, you can't use CreateWindowEx() on SWELL -- the easiest thing is to create controls in dialog resources and have CreateDialog() deal with it. To create on the fly, do something like this:
    #ifdef _WIN32
      hMarkerListWnd = CreateWindowEx(WS_EX_CLIENTEDGE, WC_LISTVIEW, "", WS_CHILD | WS_VISIBLE | WS_TABSTOP | LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SINGLESEL, 0, 0, 1, 1, hw ...
    #else
      SWELL_MakeSetCurParms(1, 1, 0, 0, parent, false, false);
      hMakerListWnd = SWELL_MakeControl("",id_if_you_care,"SysListView32",LVS_REPORT|LVS_SINGLESEL,x,y,w,h,0);
      SWELL_MakeSetCurParms(1, 1, 0, 0, NULL, false, false);
    
    #endif
    
    
    
Comment...
Question: On builds: How does that work? Does it do multiple passes to get the best compile or some other things?
Asked by Punky Brewster (99.117.28.x) on April 25 2016, 2:51pm
Reply on April 26 2016, 2:56pm:
    No just builds the four different versions.
Comment...
Question: If a REAPER build takes more than 10 min, how do you test things? You can't write/test/compile quickly, what's the strategy?
Asked by Rodrigo (177.96.146.x) on April 25 2016, 2:47am
Reply on April 25 2016, 2:49pm (edited at April 25 2016, 2:50pm):
    That's for release builds (which rebuild-all, using ICC in release mode, for 4 platforms, OSX/Win, 32 and 64-bit).

    When developing using xcode, for example, you only build the files that change, which is usually close to instant, but even if I rebuild-all in debug mode in xcode, it takes ~30 seconds (VC is quite a bit slower on the same computer).
Comment...
Question: How long does it take to compile a new Reapee build?
Asked by PunkyBrewster (99.117.28.x) on April 24 2016, 10:42pm
Reply on April 25 2016, 12:33am:
    Our autobuild farm takes about 10-15 minutes I think.
Comment...
Question: Where can "genwafilefinder" be retrieved?
Asked by Joey (82.10.152.x) on April 23 2016, 6:30pm
Reply on April 25 2016, 12:33am:
    I don't know what that is (other than guessing)
Comment...
Question: "BTW, see the Note: above on this page, *cough* end of discussion... " Oops, sorry :)
Asked by Bobby D (109.19.9.x) on April 23 2016, 4:45pm
Reply on April 25 2016, 12:33am:
    OK
Comment...
Question: Re re : Midi clock.(i know, i'm kinda insisting) : And in case of music without tempo changes (like many electronic music), wouldn't it be possible to have Reaper slave-synced to a hardware sequencer through Midi Clock ? It would be so useful.
Asked by Bobby D (109.19.9.x) on April 23 2016, 10:41am
Reply on April 23 2016, 4:38pm:
    Useful, sure, but not really worth the complexity. BTW, see the Note: above on this page, *cough* end of discussion...
Comment...
Question: Do you watch Better Call Saul?
Asked by Prizmaxic (65.73.206.x) on April 21 2016, 8:24pm
Reply on April 22 2016, 12:44pm:
    Yes, I love it.
Comment...
Question: Who left the note for Mike?
Asked by Lydia Rodarte-Qu (74.192.137.x) on April 21 2016, 5:03pm
Reply on April 22 2016, 12:44pm:
    I know, right?!
Comment...
Question: Re : Midi clock. Thank you, Justin. Any plan to have "proper" (standard) Midi Clock support (Reaper beig able to receive Midi clock from a hardware sequencer/synth) ?
Asked by Bobby D (109.19.9.x) on April 21 2016, 1:31pm
Reply on April 21 2016, 2:22pm:
    No, REAPER needs predictability.
Comment...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2025 Justin Frankel. | RSS