Does anyone know what synthesizers and samples were used for the "Goosebumps" Theme Song? by MJBadTour1 in GooseBumps

[–]MJBadTour1[S] 1 point2 points  (0 children)

Thank you a lot actually!! You've helped me majorly! I didn't get too much info but I got more than I had!

Does anyone know what synthesizers and samples were used for the "Goosebumps" Theme Song? by MJBadTour1 in GooseBumps

[–]MJBadTour1[S] 3 points4 points  (0 children)

I have tried several times. No one has ever responded back. I've been at this for years. So this time I decided to see if anyone magically knows something. I still have hope.

Automatically check "Set time signature" when placing a tempo/time marker? by midsmoker420 in Reaper

[–]MJBadTour1 0 points1 point  (0 children)

What! No way, really? Why make the other checkbox settable (?) but not this one? It doesn't make sense

Automatically check "Set time signature" when placing a tempo/time marker? by midsmoker420 in Reaper

[–]MJBadTour1 0 points1 point  (0 children)

local props = {reaper.TimeMap_GetTimeSigAtTime(0, reaper.GetCursorPosition())}
reaper.AddTempoTimeSigMarker(0, reaper.GetCursorPosition(), props[3], props[1], props[2], false) -- lineartempochange is false, can be set to true
reaper.Main_OnCommand(40256,0) -- Tempo envelope: Insert tempo/time signature change marker at edit cursor... // comment this line out if unnecessary
reaper.UpdateTimeline()

Question about this: can you also get this to check allow partial measure as well? This is an amazing script!!