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: Why is my brain so wooly? Do I need more sleep or coffee?
Asked by IXix (86.168.178.x) on July 24 2017, 8:27pm
Reply on July 28 2017, 2:58pm:
    Both probably? If you had to pick one, sleep? Also a run in the rain never hurts (the brain).
Comment...
Question: This is the dude that produced Nirvana's "Nevermind". Interested to hear your comments on this. youtube.com/watch?v=jVIiNDMNkr8
Asked by Will (97.93.225.x) on July 24 2017, 2:22am
Reply on July 28 2017, 2:57pm:
    meh, while i'm sure it's a fine plugin, i doubt it does anything you couldn't do with a plain EQ, compressor, etc. Just takes time and effort (which is also required when using fancy plugins like that, though perhaps less). I'm gonna go with mostly marketing for most plugins.
Comment...
Question: I know you don't go to Facebook but the group I created in 2008 just hit 4000+ members. It's pretty alive and people share problems and solutions there. Just wanted to let you know. facebook.com/groups/reaperusergroup/
Asked by Patrick (68.168.119.x) on July 20 2017, 2:47pm
Reply on July 20 2017, 5:46pm:
    Cool!
Comment...
Question: re: thanks, that was helpful. byteadvance might be useful for other bps too, e.g. i think flac uses a 32bit integer for all bitdepths in the write callback, etc.
Asked by fkbash (79.130.172.x) on July 19 2017, 9:05pm
Reply on July 20 2017, 5:46pm:
    Perhaps, yeah
Comment...
Question: Re: Yes, I was there with the basic functionality but how about byteadvancefor24?
Asked by fkbash (79.130.172.x) on July 19 2017, 2:11pm
Reply on July 19 2017, 3:02pm:
    Use 0 if you want your 24 bit samples packed, otherwise if you want them padded to 32 bits, use 1 (or 1*nch if interleaved)...
Comment...
Question: How do I properly use doublesToPcm for 24 bit data?
Asked by fkbash (79.130.172.x) on July 19 2017, 8:17am
Reply on July 19 2017, 1:32pm:
    Assuming input and output are planar (not interleaved):
    for (x=0;x<nch;x++)
      doublesToPcm(double_ptr[x], 1, num_samples, char_ptr[x], 24, 1,0);
    
    If interleaved, then:
    for (x=0;x<nch;x++)
      doublesToPcm(double_ptr+x, nch, num_samples, char_ptr + 3*x, 24, nch,0);
    
Comment...
Question: Ever considered switching to Clang for all platforms? It's pretty easily integrated into MSVS. Lotsa nice static analysis tools, better error messages, standards compliant (soon to be c++17 complete) For Reaper 6.0 perhaps?
Asked by fmap (131.202.134.x) on July 18 2017, 7:39pm
Reply on July 19 2017, 1:30pm:
    Maybe, we do dev builds with it all the time on macOS. Gotta do some benchmarkings compared to ICC, though...
Comment...
Question: Can you recommend Grandaddy / Lytle songs for someone who only knows "He's Simple..."?
Asked by Andy (173.239.215.x) on July 17 2017, 11:11pm
Reply on July 18 2017, 3:49am:
    I like albums -- "He's simple..." is followed by a fantastic album (The Sophtware Slump). I can't pick individual songs as favorites, it works so well as an album, but "Jed's Other Poem" and "The Crystal Lake" are so good.

    The Jason Lytle album "Yours Truly, The Commuter", is also very good in a different way. "Ghost of My Old Dog" is so simple and beautiful, and flows in to "I am lost...".

    Having said all of that, the rawness of the old stuff, "Under the Western Freeway", especially "Everything Beautiful is Far Away" is very appealing to me. There's also an album "A pretty mess by this one band" or something which is great.

    Just to be clear: I'm not recommending songs there, but the entire albums. Just noting songs that since you asked for songs... ;)
Comment...
Question: Have you considered making WDL available via vcpkg?
Asked by Paul (5.64.201.x) on July 16 2017, 8:04pm
Reply on July 16 2017, 9:37pm (edited at July 16 2017, 9:38pm):
    Nope, I figure most people who will use WDL will want to merge it into their git repositories, or something (or install it next to them)
Comment...
Question: Does software that has music notation tend to use images to draw the notes or actually draw them using the programing language draw functions. (badly worded but hopefully you can figure out what I'm trying to say and learn)
Asked by badlyworded (90.219.145.x) on July 10 2017, 5:40pm
Reply on July 10 2017, 6:07pm:
Comment...
Question: Do you ever jam on ninjam? And if so, what's your handle?
Asked by bring (68.230.10.x) on July 5 2017, 5:53pm
Reply on July 5 2017, 7:53pm:
    Rarely these days
Comment...
Question: Recently, I read where you are working on REAPER for linux. Why would you pursue that?
Asked by bring (68.230.10.x) on July 5 2017, 2:17pm
Reply on July 5 2017, 7:53pm:
    So that I can use REAPER on linux! Also it helps find more bugs. Valgrind is awesome.
Comment...
Question: Should I have said slower and slower? :) :) :)
Asked by William (24.126.142.x) on July 1 2017, 4:47pm
Reply on July 1 2017, 5:59pm:
    Moore's law?
Comment...
Question: Do you use 'const' much in your code? Irresistable bitcoin comment: Blockchain just gets bigger and bigger. Won't scale.
Asked by William (24.126.142.x) on July 1 2017, 1:15pm
Reply on July 1 2017, 2:43pm:
    Yeah, I do use const as much as possible at this point. Blockchain, yeah, but that's only a minor criticism I'd say :)
Comment...
Question: If aliens killed almost our entire population (except yourself and and your best friends) and destroyed every single server, hard drive and computer in existence but you somehow had the chance to save one computer with one piece of software on it, what would it be?
Asked by Dag Lundberg (80.216.207.x) on July 1 2017, 7:15am
Reply on July 1 2017, 2:42pm:
    Hah, well most software requires other software, so I'd say a fully stocked debian install with source code installed would be nice.
Comment...
Question: What's the state of Linux audio stack? It looks to me at this point with Cortana/Siri, telemetry, random background services, etc Linux is the only option in the sense of traditional computing, like an old school workstation in control by its user. Ever thinking to move your creations there?
Asked by Balloonist (85.73.181.x) on June 30 2017, 5:34am
Reply on June 30 2017, 1:41pm:
    It's not bad, if you have hardware support. the REAPER for Linux port is coming along nicely (it's available via the prerelease forum too)
Comment...
Question: Is building plugins with MinGW still a no-no? I'm building a dev environment on a USB stick and MSVS is very non-portable (and doesn't yet support C++17)
Asked by fmap (131.202.134.x) on June 28 2017, 1:35pm
Reply on June 29 2017, 1:34am:
    Hmm, if you don't use any C++ interfaces it would always be fine. If you do use them, then mingw would need to support the MSVC thiscall calling convention, which I'm not sure if it supports at this point... does it? It looks like maybe on x64 it would just work... unclear.
Comment...
Question: Not to try and project my economic view on you, but imagine IBM could issue more stock at will without stockholder consent. Our wages, wealth and debt are all affected by arbitrary inflation in the hands of central planners. Google Fred Money Base.
Asked by JimmaJamma (173.63.50.x) on June 27 2017, 6:15pm
Reply on June 27 2017, 8:14pm:
    "Not to try and project my economic view on you" hmm that should be "Let me project...". Anyway, I'm familiar with those arguments, I just don't agree with them. IMO having constrained currency is vastly more destructive than having some inflation. But neither of us are experts anyhow and this is really not the best venue for such a discussion. Let's call this matter closed for this web site. Thank you.
Comment...
Question: Tesla's up 10x in short time too. Is that a bubble? Bitcoin is a new innovation in computer science that potentially disrupts central banking and the enslavement that comes along with it by removing the middle man, their hands at the inflation controls, and rendering much of the services that large organizations with very large buildings all over the world c
Asked by JimmaJamma (173.63.50.x) on June 27 2017, 5:36am
Reply on June 27 2017, 1:47pm (edited at June 27 2017, 1:49pm):
    I would say that using Tesla stock as a currency would be a similarly bad idea. Human hands (minds) at the inflation controls are probably a much better than thing than you give them credit for, assuming those people are well-intentioned (which they do seem to be, mostly).
Comment...
Question: Why is forum.cockos.com temporarily down ?
Asked by wasereb4 (87.167.81.x) on June 27 2017, 12:35am
Reply on June 27 2017, 1:47pm:
    Maintenance
Comment...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2024 Justin Frankel. | RSS