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 see in your WDL repo 'from [short commit hash(?)]' in the commit msgs. What purpose serves this?
Asked by nfof (94.134.90.x) on January 5 2019, 3:38am
Reply on January 5 2019, 12:21pm:
    We pull changes from our private repository to the public WDL one, those commit hashes are for our reference.
Comment...
Question: Hello Justin! Do you ever plan to jam in Ninjam again? I would like to gather more players into using Ninjam and I would like to see how I can help grow it's popularity :)
Asked by David (47.21.94.x) on January 3 2019, 9:53pm
Reply on January 5 2019, 12:21pm:
    Yes I'll drop in from time to time :)
Comment...
Question: Do you listen to Vinyl? From a sonic only perspective, do you think there is any benefit to analog?
Asked by Prizmaxic (96.3.195.x) on January 3 2019, 3:25pm
Reply on January 3 2019, 7:48pm:
    I do sometimes and it has a nice feel and ritual but I don't think it's necessarily better. Just different.
Comment...
Question: I think it is sensible to think that people learn things best when they "tinker with it". What sort of simple coding projects can be worked on, just for fun, that are enjoyable yet good for learning?
Asked by Chad Young (73.91.212.x) on January 2 2019, 7:21pm
Reply on January 3 2019, 2:41am:
    That depends on what appeals to you... It's gotta be interesting enough to motivate you!
Comment...
Question: Happy New Year! I wish health&happiness to you, your family&friends. May all your dreams come true this year!
Asked by Pony (78.152.169.x) on January 2 2019, 8:35am
Reply on January 3 2019, 2:42am:
    Thank you, and to you as well!
Comment...
Question: Justin what is your goal for 2019?
Asked by Will (23.125.224.x) on January 1 2019, 2:14pm
Reply on January 1 2019, 10:09pm:
    Hmm I dunno. Thinking about this one...
Comment...
Question: Is there a design constraint that TypedBuf does not provide operator= and CopyFrom? In some cases I just use GetHeapBuf, etc, but I would love to hear the reasoning behind the decision. Excellent stuff, thanks!
Asked by Gio (79.130.181.x) on December 31 2018, 2:42am
Reply on December 31 2018, 2:44am:
    No need -- HeapBuf implements the copy operator, and TypedBuf just uses a HeapBuf, so you can do:
    WDL_TypedBuf<foo> a = b;
    
Comment...
Question: Happy New Year Justin! Thanks for all you effort developing REAPER. Hugs!
Asked by Javier Ramallo (195.235.163.x) on December 30 2018, 6:45pm
Reply on December 31 2018, 2:06am:
    Thanks Happy New Year to you too!
Comment...
Question: Any hard sci fi you could recommend? I'm running out and have a 10h train + 16h plane ride ahead of me tomorrow...
Asked by Ian Dingwall (59.153.253.x) on December 30 2018, 3:13am
Reply on December 30 2018, 12:48pm (edited at December 31 2018, 2:06am):
    It’s not terribly hard but the Culture series by Iain M Banks is a favorite.
4 Comments...
Question: I'm trying to resize dock depending on the theme and I thought it would be a simple matter of using SNM_GeSettIntConfigVar to change "docker2_right" but it doesn't get it. How come some variables from REAPER.ini are exposed to extensions and others are not? Is there some hack to get the rest?
Asked by John (93.138.8.x) on December 29 2018, 5:07pm
Reply on December 29 2018, 8:15pm:
    Changing things isn't necessarily safe, because a lot of things are not re-read from the config etc. This sort of thing belongs in the dev section of the forum at any rate.
Comment...
Question: Do you think this might come in handy (for reaper) some time in the future? inf.puc-rio.br/~hgualandi/papers/G...
Asked by nixon (178.201.23.x) on December 27 2018, 8:24am
Reply on December 29 2018, 8:15pm:
    Unsure
Comment...
Question: Did you know that Reaper forums are down atm? :o)
Asked by mrelwood (88.112.128.x) on December 27 2018, 2:10am
Reply on December 29 2018, 8:16pm:
    That was my bad.
Comment...
Question: Did you ever look into lua obfuscation. I see people recommend precompiling to achieve the same thing. Would that work with REAPER (I draw from previous experience where I couldn't make REAPER run pyc files). Oh, and merry Christmas to you, Cockos team and the rest of your gang!
Asked by John (78.1.130.x) on December 25 2018, 4:04pm
Reply on December 29 2018, 8:16pm:
    Not really, no.
Comment...
Question: Do you like Harry Potter and the Lord of the Rings? Fantasy in general? Merry Christmas Justin!:)
Asked by Guitarguy (95.90.155.x) on December 25 2018, 10:20am
Reply on December 29 2018, 8:16pm:
    More of a sci-fi fan... I read many Harry Potter books in french though for fun.
Comment...
Question: Justin this is my annual message to you. I wish you a lot of luck, fun and always be positive even when things are not as bright as they used to. Remember, there are many people who really love what you do creatively and analytically. Yes, sometimes we are not the loudest but still we are here. Have an excellent Christmas, and I wish you to spend it with your loved ones!
Asked by Georgy (172.250.71.x) on December 22 2018, 4:22am
Reply on December 22 2018, 2:39pm:
    Aww thank you very much, Happy Holidays to you and your friends and family too!
2 Comments...
Question: Do you have any source code available, maybe in a simple language like Python, that we can look at to learn from?
Asked by Chase Song (73.91.212.x) on December 21 2018, 7:07pm
Reply on December 22 2018, 2:39pm:
Comment...
Question: What data structure and algorithms do you use to represent and maniputale midi in the piano roll? eg what happens when I cut and paste stuff around? I suppose it's not just a list of midi events?
Asked by diydaw (87.21.112.x) on December 21 2018, 12:59pm
Reply on December 22 2018, 2:38pm:
    There are some separate lists, notes are combined into a structure that has the note on and note off events, CCs are separated out, etc. But they are flat lists...
Comment...
Question: is there an easy way to marquee select and move multiple reaEQ bands? what will happen if i get a reäper tattoo?
Asked by sean guey (186.84.12.x) on December 20 2018, 5:05am
Reply on December 20 2018, 10:19pm:
    No sorry... REAPER tattoo? Umm that'd be sweet, you won't be the first though I don't think ;) I'll do my best to keep you from regretting it.
Comment...
Question: So searching the forums and can't really find the answer. Does REAPER use joint-stereo when rendering to MP3 with lame or not?
Asked by John (93.138.49.x) on December 17 2018, 4:14pm
Reply on December 17 2018, 4:41pm (edited at December 17 2018, 4:56pm):
    Yes, it looks like it's always joint-stereo. We should probably let LAME decide, however it does appear LAME always chooses joint-stereo when it is not otherwise forced.
9 Comments...
Question: Which graphics APIs are used for each version or REAPER?
Asked by interestedInAPI (47.154.0.x) on December 16 2018, 10:19am
Reply on December 16 2018, 2:21pm:
    Mostly just bitmap blitting via BitBlt() (windows), CoreGraphics (mac), or Cairo/gdk (linux). Except for video playback, which can use DirectShow (windows) or OpenGL (mac).
Comment...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2024 Justin Frankel. | RSS