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: Love Linux native reaper version. Miss Lv2 support. Any news? :p
Asked by Steinar Krogstad (86.62.132.x) on December 6 2018, 8:04am
Reply on December 6 2018, 2:44pm:
    Nope
Comment...
Question: Have you made anything in Qbasic/Quick Basic?
Asked by MS from Sweden (83.185.242.x) on December 5 2018, 10:02pm
Reply on December 5 2018, 11:09pm:
    Not since the early 90s
2 Comments...
Question: As a programmer, is it very important to be an "organized" person in general? I know that, with executives, it is very important for them to be organized as people. But, what about coders needing to be organized?
Asked by Joe Loyes (73.91.212.x) on December 4 2018, 2:33am
Reply on December 4 2018, 5:13am:
    Organizational skills are probably a very important thing for programmers, too. It doesn't mean that being organized in every aspect of life is a requirement, though, just the places where it is important...
Comment...
Question: When DAWs record audio to disk. Do they all link to the same predefined Low level code or is each Daw writing there owncode for the record/playback functions? The way I understood it is they all were linking to the same specific core functions but, if you used anything inline like a delay or eq from within the DAW itself. Then your going through an added layer of specialized code with all the functions of the daw?
Asked by Paul (23.17.82.x) on December 3 2018, 8:56am
Reply on December 3 2018, 6:36pm (edited at December 3 2018, 6:37pm):
    There are portions that are always done by the OS -- for example, writing bytes to a file on a disk is an OS job. The DAW is responsible for converting audio samples into bytes to be written to disk.
Comment...
Question: Is it legit to static link the windows CRT to LGPL'd code?
Asked by Gio (79.130.172.x) on December 1 2018, 9:15am
Reply on December 1 2018, 2:23pm (edited at December 1 2018, 2:37pm):
    My understanding is that there's an exclusion for C runtimes but I could be wrong. Edit: I just read that it is for "system libraries", bleh. I dunno, but in any case it seems like a stupid technicality.
1 Comment...
Question: Hello. I have like 300-400 of audio files. I want to normalize all of them. Is there any way in REAPER (or in any other software?) to batch normalize all of them. I really like the built-in normalize feature in REAPER but it will take me months to normalize those 300-400 audio files one by one.
Asked by Abhi (220.158.145.x) on December 1 2018, 6:13am
Reply on December 1 2018, 2:30pm (edited at December 1 2018, 2:31pm):
    Sure, there are probably a dozen ways. Here's the first that comes to mind:
    1. Create a new project.
    2. Insert all of the files
    3. Select all items
    4. Go to media item properties (F2), set fade lengths to 0, choose OK.
    5. Normalize (Cmd/Ctrl + Shift + N)
    6. Open batch converter
    7. Click "Add...", then choose "Add selected media item(s)"
    8. Change output directory to somewhere you want
    9. Change file name to be "$source" (without the quotes)
    10. Change sample rate to (source), channels to (source)
    11. Change output format to desired output foramt...
    12. Start convert!
Comment...
Question: Do you know Plini? Great guitar player. Check this out if not youtube.com/watch?v=Rv_a6rlRjZk&li... Do you like it?
Asked by guitarguy (94.134.91.x) on November 30 2018, 11:43am
Reply on December 1 2018, 5:30am:
    Nice. Not really my thing but obviously very good.
Comment...
Question: I am curious about contributing to ninjam development to support video synced to the audio. The most recent post in the ninjam developer forums has more details. I am an amateur developer and would love for you to take a look and share your thoughts! Thanks for your time!
Asked by stooshbatis (73.123.35.x) on November 29 2018, 4:10pm
Reply on November 30 2018, 4:38am:
    You can definitely experiment with it yourself, I haven't touched ninjam code in quite some time... so I'm not sure the best place to begin.
Comment...
Question: Do you like “The Rolling Stones”? If so, what’s your favorite album?
Asked by asafonov (109.172.101.x) on November 25 2018, 3:18pm
Reply on November 25 2018, 6:55pm:
    I do, but I must confess I've never listened to their albums! So many good songs though, any album you'd recommend to start with? Off the top of my head, Gimme Shelter, Paint It Black, Jumping Jack Flash, Sympathy for the Devil come to mind
1 Comment...
Question: In your opinion, how good and capable is Linux (with ALSA and Jack) today to make music, compared to Windows and macOS (with ASIO and Core Audio)?
Asked by Sangeppato (79.16.225.x) on November 25 2018, 1:09pm
Reply on November 25 2018, 6:52pm:
    Totally capable, the only weakness IMO is the relatively few number of VST/VSTi in comparison. But that doesn't both me since I mostly just use REAPER's built in stuff and audio.
Comment...
Question: Did you borrow the idea of having Nibbles/Snake in REAPER from the music tracker Fast Tracker II?
Asked by MS from Sweden (83.185.242.x) on November 24 2018, 7:22pm
Reply on November 24 2018, 9:13pm:
    Yep, FT2 was awesome.
2 Comments...
Question: Ok. This is what I mean. Say you wave a wav file. Now you want to write code in C++ to play it without using fancy libraries. I would rather learn how it works on the most elemantary level. Where do I turn to get the information of how to do this? Any suggestions?
Asked by Ulf Enhörning (94.234.35.x) on November 24 2018, 6:24am
Reply on November 24 2018, 2:41pm:
Comment...
Question: How do you create an audio signal from scratch without using any libraries? Can you tell me what terms to google for or suggest a link?
Asked by Ulf Enhörning (178.59.54.x) on November 21 2018, 11:30pm
Reply on November 24 2018, 2:23am:
    It depends on what the signal you want is I guess?
Comment...
Question: "In the studio I have a Q9400 (2.6ghz, 8GB RAM maybe?) running Linux for recording, using a RME HDSP 9652 (PCI card)" Kind of surprised nobody jumped on this answer. Could you elaborate? How well do the unsupported Linux drivers work? Do you use Linux in your recording rig just to test it?
Asked by zappsunzorn (68.10.147.x) on November 21 2018, 11:54am
Reply on November 21 2018, 3:05pm:
    They work great. I got really tired of the crap Windows put me through on that machine, linux has been really a nice (though it takes the right sort of setup tweaking to get it all working well).
Comment...
Question: Did you see this: forum.cockos.com/showthread.php?t=213180? Would you use it?
Asked by John (93.136.76.x) on November 20 2018, 1:10pm
Reply on November 21 2018, 2:59am:
    I'm no midiot... :)
1 Comment...
Question: Does Schwa usually work on REAPER on weekends?
Asked by MS from Sweden (83.185.242.x) on November 19 2018, 7:51pm
Reply on November 19 2018, 8:37pm:
    The last 6 months aside, generally, yes.
Comment...
Question: What's the most complicated thing you've built that works over tcp/ip?
Asked by Will (50.84.190.x) on November 19 2018, 3:24pm
Reply on November 19 2018, 8:37pm:
    I dunno? WASTE? NINJAM? REAPER's web interface? Who can say?
Comment...
Question: Hi Justin! If you want to do a serious recording with your band, What Sample Rate and bit depth you configure your REAPER? Thanks you in advance Justin!
Asked by Javier Ramallo (90.162.60.x) on November 19 2018, 12:52pm
Reply on November 19 2018, 2:33pm:
    Not sure if I ever do "serious" recording, but I usually record at 48khz, to 20 bit wavpack (converters are 24 bit but those lower bits are usually more noise than useful).
2 Comments...
Question: Do you usually work on REAPER on weekends?
Asked by MS from Sweden (77.218.240.x) on November 18 2018, 1:05pm
Reply on November 18 2018, 8:31pm:
    Yeah I don't have a fixed schedule
Comment...
Question: Does this whip the llama's ass? :P webamp.org/
Asked by MS from Sweden (77.218.240.x) on November 17 2018, 5:00pm
Reply on November 17 2018, 10:15pm:
    Pretty much!
2 Comments...
[newer questions][unreplied] | [replied] | [recent comments] | [all]
[older questions]
Copyright 2024 Justin Frankel. | RSS