justin = {
main feed
,
music
= {
decanted youth
,
yes, exactly, yes!
,
not vampires
,
full archive
}
,
code
= {
cockos
,
reaper
,
wdl
,
ninjam
,
jsfx
,
more
}
,
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:
Who do you think are included in the Hall of Fame of indie plugin developers?
Asked by Leandro Alvarez (104.158.4.x) on November 21 2022, 6:31pm
Reply on November 21 2022, 9:45pm:
Hmmm?
5 Comments...
Question:
heylo- is whitetie learning any code tips from yourself,or schwa? ..if so* how they doing in the pixellab right now? seeing good progress there?
Asked by 2022 (95.145.189.x) on November 21 2022, 11:30am
Reply on November 21 2022, 2:33pm:
He's been writing some awesome ReaScripts yeah! Not sure about pixellab or what that is.
Comment...
Question:
Do you use Assembler/machine code in REAPER's code (besides C/C++)?
Asked by wasereb4 (79.246.90.x) on November 21 2022, 1:50am
Reply on November 21 2022, 2:33pm:
Not really, though we do in some places like EEL2 (which generates assembler from JSFX), and the sinc resampling uses SSE3 intrinsics which is more or less assembler with C syntax.
Comment...
Question:
Which service you have used to upload your songs on Spotify?
Asked by No reasonable question unanswered since 2009! (122.181.84.x) on November 20 2022, 3:57pm
Reply on November 20 2022, 6:56pm:
DistroKid and Soundrop. Both work well, the latter is probably a better deal, but I've used the former a lot more.
Comment...
Question:
What are you most excited about at the moment?
Asked by Jonas (88.65.109.x) on November 19 2022, 8:45pm
Reply on November 19 2022, 11:45pm:
got a 50 mile race in two weeks, woot!
1 Comment...
Question:
Do you approve breaking/vandalizing hostile architecture ? like those spike stones under bridges/ benches with rails
Asked by heya (177.124.149.x) on November 18 2022, 10:49pm
Reply on November 19 2022, 1:40am:
I am against hostile architecture in general, yeah.
1 Comment...
Question:
Would you consider publishing a TODO list or a COMING SOON list in the forum, so that we could salivate in advance. Nothing engaging you too much of course, but just a glimpse to the future or Reaper... Thanks for this great tool for musicians !
Asked by BinbinHfr (86.211.250.x) on November 18 2022, 9:54pm
Reply on November 19 2022, 1:40am:
That's what the pre-release forum is
Comment...
Question:
The volume envelope is currently processed along with inserts in the necessary anticipative render-ahead buffer. This is bad for skilled volume fader users. Can this be changed , so we do not need to arm a track to have lag-less(as much as possible) volume envelope recording ?
Asked by Airon (91.64.134.x) on November 18 2022, 11:24am
Reply on November 18 2022, 1:00pm:
Can reduce the antfx size, or record arm the track
3 Comments...
Question:
Hey Justin, do you know Judee Sill's music? Mind blowing stuff. (Her third unfinished album isn't on spotify, youtube has it though, was produced after she died). 'My Man on Love', 'I'm Over', 'That's the Spirit', she has #1 spot for awe-filled music for me (#2 elliott smith). All the best
Asked by jack (146.70.134.x) on November 18 2022, 2:05am
Reply on November 18 2022, 1:00pm:
I don't, but will check her albums out
Comment...
Question:
How many lines of code is the Main() reaper function?
Asked by mlprod (78.66.91.x) on November 16 2022, 6:22pm
Reply on November 16 2022, 11:09pm:
WinMain() on win32 is 610 lines, main() on linux is 316 lines, main() on macOS is 9 lines... of course the scope of those functions vary ;)
2 Comments...
Question:
Do you like your first name? If you could choose it, what name you chose for yourself?
Asked by justin = { main feed , music , code , askjf , pubkey }; (27.58.190.x) on November 16 2022, 3:21pm
Reply on November 16 2022, 11:10pm:
It's fine, but most importantly it's mine.
Comment...
Question:
Is there ever any chance for a mactintosh ReaJS plug akin to the PC one? (Or i guess, opensourcing).. using reajs with great success in Bidule/PC but any potential growth of this idea space is necessarily limited to the wintel world. Just asking etc etc thanks for the great work
Asked by Jens (2.248.179.x) on November 15 2022, 10:52am
Reply on November 16 2022, 12:56am:
Eventually when we open source JSFX someone can do it. It's sort of a pain because there's a fair bit of win32 code in there, and to do a mac port you'd have to static link with some SWELL stuff and it might get messy. Eventually though...
1 Comment...
Question:
Have you ever needed to watch a Gioia video to remember how something work?
Asked by WERTTY (200.146.246.x) on November 15 2022, 7:26am
Reply on November 16 2022, 12:56am:
I haven't I only watch his videos for pleasure
Comment...
Question:
Hai Justin. Is it posible to add a style midi auto accompaniment in reaper?
Asked by Asraf (183.171.141.x) on November 13 2022, 12:13pm
Reply on November 14 2022, 4:10am:
You could script something
Comment...
Question:
Block! doesn't always update correctly the high score. I just scored 122 but it stopped at 118. It's one of the most important features of Reaper. Please fix!
Asked by Bernie (2.96.191.x) on November 12 2022, 8:51pm
Reply on November 14 2022, 4:08am:
Hah will look into that.
Comment...
Question:
Could you shed some light on the scale of volume control on MIDI items and how to target it via the API? Some more details
forum.cockos.com/showthread.php?t=...
Asked by Buy One (95.135.211.x) on November 12 2022, 6:25pm
Reply on November 14 2022, 4:10am:
iirc it is the same as audio volume (e.g. 1=unmodified, 0.5=multiply by 0.5, etc).
1 Comment...
Question:
Hey Justin, which audio backends do you use for REAPER? I've been looking for something cross-platform that isn't locked with licenses, so far it's looking like supporting xaudio2 initially and adding additional support where needed, I'd assume you'd fairly heavily abstract your sound api? Thanks
Asked by jack (193.32.127.x) on November 11 2022, 9:17pm
Reply on November 12 2022, 3:58am:
coreaudio/various win32/asio/alsa/jack/etc
Comment...
Question:
First inclination: has-a, is-a or...
Asked by musicalcode (136.226.74.x) on November 11 2022, 3:40am
Reply on November 12 2022, 3:58am:
hmm for what? code?
1 Comment...
Question:
I hope it is ok to ask this here: in REAPER, if i have, for example, 50 tracks with lots of inserts, some with sends to each other, some folders, and all their outputs are being sent to 24 buses. And I use ReaStream/ReaRoute on those buses to send to another DAW. How is the latency compensation calculated? Will audio arrive on perfect time or I should be cautious? I will be running some tests but I'd like to understand how this works a bit more. Also, is Reastream sample-accurate with a cabled LAN? Thanks!
Asked by Ignacio (93.35.165.x) on November 10 2022, 9:40pm
Reply on November 10 2022, 11:03pm:
definitely better on the forum, but in general reastream isn't really good for this. If you do it, make a single 64 channel reastream instance, send everything to that, then have that send to the other place.
5 Comments...
Question:
hey justin- are you aware or keeping up with serato "stem" tech? a few other wares are doing this-- its probably some fft thing which will seperate music into its composition parts..drums,vocals,melody,bass.. could cockos champion this idea?? primer here> (
youtu.be/J2L5jyiuT7A
)
Asked by 2022 (91.110.225.x) on November 9 2022, 6:13pm
Reply on November 9 2022, 6:19pm:
I've seen it yeah, but not terribly interested
7 Comments...
[
newer questions
]
[
unreplied
] | [
replied
] | [
recent comments
] | [
all
]
[
older questions
]
Copyright 2024 Justin Frankel
.
|
RSS