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: I've written an app to map and export samples. Is there any way I can get an outline of the ReaSampleMatic preset format?
Asked by PunkyBrewster (99.103.119.x) on January 3 2016, 3:09pm
Reply on January 4 2016, 12:10am:
    Hmm that'd be a mess, let me see if I can come up with a good alternative way to import.
Comment...
Question: Does anyone ever recognize you out and about these days?
Asked by Eric (107.213.161.x) on December 31 2015, 3:40pm
Reply on January 1 2016, 7:35pm:
    Nope.
Comment...
Question: Did you code the NSIS (Nullsoft Scriptable Install System)? Who is maintaining it?
Asked by Albi (86.169.98.x) on December 30 2015, 5:50pm
Reply on December 30 2015, 8:57pm:
    I wrote the first versions and maintained it through v1.x... since 2.0 kichik has been the maintainer.
Comment...
Question: Have you tried VR? Google Cardboard with VR Player is amazing! You should try it ... and hopefully there is something you would want to use in VR so you make another cool software ;).
Asked by Richard (176.4.29.x) on December 30 2015, 10:51am
Reply on December 30 2015, 8:57pm:
    I've tried it (and better stuff by Oculus) but I couldn't get past the limited display quality...
Comment...
Question: What is the method Extended() supposed to do on a MIDI PCM_source if the first parameter is PCM_SOURCE_EXT_TRIMITEM? I was hoping it's something like "Loop section of item source" for MIDI but couldn't make it work.
Asked by helgoboss (188.105.185.x) on December 29 2015, 5:04pm
Reply on December 29 2015, 10:29pm:
    It is to enable trimming the underlying MIDI source to the bounds of the item, which is an optional behavior when splitting MIDI items.
Comment...
Question: Where is Loser? He rocked the Jesusonic forum back in the day! How did he get/is/was involved in REAPER?
Asked by Robert (91.234.22.x) on December 29 2015, 1:31pm
Reply on December 29 2015, 10:30pm:
    I don't know -- he has written some good JSFX, for sure.
Comment...
Question: How many hours a day are you averagely spending in front of a computer ?
Asked by wasereb4 (93.217.231.x) on December 28 2015, 9:06pm
Reply on December 28 2015, 9:54pm:
    Some days a lot, other days minimal... depends. More in the winter, I think.
Comment...
Question: about how many lines of code do you write in a typical week
Asked by stumpy1 (208.79.246.x) on December 24 2015, 6:57am
Reply on December 24 2015, 4:36pm:
    No idea, but here are some commit stats:
    $ git log --author="Justin" --pretty=tformat: --numstat --no-merges --since='2015-12-03' --until='2015-12-10' |grep -v sdks|awk '{s+=$1; s2+=$2} END {print "add=" s;  print "del=" s2}'
    add=2373
    del=841
    
    $ git log --author="Justin" --pretty=tformat: --numstat --no-merges --since='2015-12-10' --until='2015-12-17' |grep -v sdks|awk '{s+=$1; s2+=$2} END {print "add=" s;  print "del=" s2}'
    add=718
    del=457
    
    $ git log --author="Justin" --pretty=tformat: --numstat --no-merges --since='2015-12-17' | grep -v sdks|awk '{s+=$1; s2+=$2} END {print "add=" s;  print "del=" s2}'
    add=1384
    del=708
    
    
    I definitely write a lot that doesn't get committed, too... anyway
Comment...
Question: What exactly are the benefits of a non-portable installation on Windows? I only seem to find reasons for using a portable installation of any kind of program, if available...
Asked by Albi (86.146.127.x) on December 22 2015, 10:20pm
Reply on December 24 2015, 1:54am:
    I suppose it handles one install being used by multiple users correctly... Also you can have different versions installed but use the same configuration for them (such as 32 and 64 bit, or 5.1 and 5.11 beta, etc).
Comment...
Question: where is lice_bmp_write?
Asked by Hasaranga (123.231.124.x) on December 22 2015, 6:35am
Reply on December 22 2015, 2:53pm:
    I've never found myself wanting to write a .bmp...
Comment...
Question: Will there ever be a Reaper for iOS?
Asked by Steve (107.131.144.x) on December 21 2015, 1:41pm
Reply on December 21 2015, 2:05pm (edited at December 21 2015, 2:06pm):
    I avoid saying never, but there are no plans for it.
Comment...
Question: See this? www.vivendi.com/press/press-releases/vivendi-acquires-a-majority...
Asked by will (107.203.156.x) on December 19 2015, 10:12pm
Reply on December 20 2015, 12:06am:
    Hah! And to think it could've been a part of Verizon...
Comment...
Question: How in THE FUCK does googone work so well?
Asked by Will (107.203.156.x) on December 18 2015, 9:48pm
Reply on December 20 2015, 12:05am:
    I imagined that to be a google product.
Comment...
Question: I found the answer to my lambda problem! See my own answer: stackoverflow.com/questions/34302605/c-how-to-get-a-void-pointer...
Asked by Elan (184.101.23.x) on December 18 2015, 2:44am
Reply on December 20 2015, 12:05am:
    Cool!
Comment...
Question: I'd like to see you two collaborate on a project. So much brains. www.bloomberg.com/features/2015-george-hotz-self-driving-car/...
Asked by Will (107.203.156.x) on December 16 2015, 10:47pm
Reply on December 17 2015, 3:38pm:
    I'm really not that smart, just pretty good at making software that I like to use etc... and OK fine I'm also especially good looking.
Comment...
Question: Can you help me use lambda with reaper plugin function export? 3 links in my pastebin, my question + two possible answers: pastebin.com/ncMDnHKN It would be awesome to define functions like this (see 3rd code box in my SO question). I want to implement it for MyReaperPlugin.
Asked by Elan (184.101.23.x) on December 16 2015, 4:18pm
Reply on December 17 2015, 3:39pm:
    You got me, I haven't touched the recent C++ stuff...
Comment...
Question: Speaking of compilers... what IDE are you using for programming in Windows?
Asked by Albi (86.168.38.x) on December 12 2015, 11:49pm
Reply on December 15 2015, 12:39am:
    Most often: VC6 (release mode), and switching between VC's editor and vim. Though if I'm going to run things in a debugger, VS2013CE (as VC6 on win7x64 doesn't debug well). I like VS2013 a lot, but it is really sluggish on most of my computers.
Comment...
Question: What compiler you are using for programming in Windows?
Asked by Jeddy (103.27.106.x) on December 9 2015, 8:06am
Reply on December 9 2015, 3:45pm (edited at December 9 2015, 3:46pm):
    Day to day VC6 and VC2013, our release builds are compiled with VC6 or VC2005 and older ICC builds.
Comment...
Question: How does the software mp3gain adjust volume of mp3s so fast and simple?
Asked by Will (107.203.156.x) on December 5 2015, 12:23am
Reply on December 5 2015, 1:20am:
Comment...
Question: Does this make you wanna play some drums? youtube.com/watch?v=8F2D_LZNF8I
Asked by Will (107.203.156.x) on December 3 2015, 6:51am
Reply on December 5 2015, 1:16am:
    Hah made me want to watch more videos on youtube...
Comment...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2024 Justin Frankel. | RSS