sandiz / rs-manager

Stats Manager for Rocksmith - Manage Playlists, Stats, Setlists and more!
https://sandiz.github.io/rs-manager/
GNU General Public License v3.0
52 stars 8 forks source link

[Feature Request] rslive features #38

Closed sandiz closed 5 years ago

sandiz commented 5 years ago

Is your feature request related to a problem? Please describe. over on r/rocksmith discord, thejohnnewton shared some great ideas for future rocksmith. some of them might be possible now with rs-manager

Describe the solution you'd like Sound capture (whole mix/possible to isolate ?) track good and perfects with <1000ms accuracy find timing data from psarc (?)

Describe alternatives you've considered n/a Additional context n/a

sandiz commented 5 years ago

while looking for static assets found this: static.psarc->debug.commands.json

    {
                    "Name" : "Start Recording",
                    "CommandOnSelected" : {
                        "Command" : "DebugStartRecording"
                    }
                },
                {
                    "Name" : "Stop Recording",
                    "CommandOnSelected" : {
                        "Command" : "DebugStopRecording"
                    }
                },

note: check with hopper if functions are still there or removed

sandiz commented 5 years ago

Sound capture (whole mix/possible to isolate ?)

usb raw audio capture support in raw-record, outputs a raw file to the temp directory. imo the raw sound is kinda underwhelming as its a clean tone with no filter.

the mixed sound is better but its hard to record (node has bad crossplatform audio support) and is outside the scope of this app. Audio Hijack/Total Recorder are much better tools for recording audio from an app.

track good and perfects with <1000ms accuracy

fixed in master

find timing data from psarc (?)

fixed in master

sandiz commented 5 years ago

Screenshot

sandiz commented 5 years ago

screenshot-bass

JustinAiken commented 5 years ago

imo the raw sound is kinda underwhelming as its a clean tone with no filter.

That's okay, can always reamp it later - including through way better tone sims than the game fx 👍

outputs a raw file to the temp directory.

sandiz commented 5 years ago

That's okay, can always reamp it later - including through way better tone sims than the game fx 👍

oh yay, wasnt sure if it was useful. i'll polish the recording stuff and add your suggestions before pushing to master!

sandiz commented 5 years ago

That's okay, can always reamp it later - including through way better tone sims than the game fx 👍

@JustinAiken what s/w would you recommend for this ? i am writing the help doc, will add it there

JustinAiken commented 5 years ago

what s/w would you recommend for this

Or you could use a DAW to reroute it through something like an AxeFX, Line6 gear, or even physical tube amps..

JustinAiken commented 5 years ago

Speaking of... could there be an option to record whenever you're in-song, if RockSniffer/RSManager are both running? Like an e-version of a Line 6 Backtrack or Gibson Memory Cable

sandiz commented 5 years ago

rslive features are now in https://github.com/sandiz/rs-manager/releases/tag/v1.8.0

Speaking of... could there be an option to record whenever you're in-song, if RockSniffer/RSManager are both running? Like an e-version of a Line 6 Backtrack or Gibson Memory Cable

tracking this as a separate issue