Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2 #70

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Version 2 #70

wants to merge 9 commits into from

Conversation

Mywk
Copy link

@Mywk Mywk commented Nov 11, 2019

Several improvements.

~ Code cleanup, switch to AnyCPU
~ Added automatic switching to secondary input if primary isn't plugged in
~ Replaced logo
+ Started implementing onboard soundcard fixes (prevent duplicated controllers)
~ Automated enable/disable capture devices
+ Duplicated instance detection
~ IPolicyConfig now using the correct types
+ Settings state change tracker
+ EditSettings.bat automatically created if not present
~ Process detection should no longer crash if taking too long to open
~ Finished single player mode fixes implementation
~ Changed settings and bat file names
~ Minor settings-related fixes
@Maxx53
Copy link
Owner

Maxx53 commented Nov 11, 2019

Finally, after 3 years... I'll review it asap.

@Mywk
Copy link
Author

Mywk commented Nov 11, 2019

Still have some other features I'd like to add, I have to admit this push request was a bit rushed.

Also, a huge thanks for all the time you spent on this, bought the game last week and you saved me a ton of work.

…es will be automatically disabled

~ Moved settings to Common class
(Ermm.. Mistyped the original creator name)
@BouncyButton
Copy link

Hello,
I was wondering if this new version could solve the following issue: #2
If not, do you think it's something feasible to fix?

@Filaipus
Copy link

Filaipus commented Dec 29, 2019

@Maxx53 Any updates on this? Im going to try to jump into Rocksmith this next year to learn guitar with a friend and a V2 of this awesome program would be great. (By this I mean, have you tested it and does it work fine or should I stick to V1? Just to save time when I go do it next year. Thanks for all the hard work guys)

@BouncyButton
Copy link

BouncyButton commented Dec 29, 2019

Hello Filaipus,
while we're waiting for an answer from the developer, I just want to say that the newest version works great; maybe it could be hard to find, since Mywk's repo has a 404: here's a link to the release.

I'm using this by plugging a 3.5mm to 1/4 inch adapter in my line-in port, then plugging it in my amp/FX simulator (a Zoom G3X) to have a cleaner signal and to boost it a bit.

I haven't still figured out how to use the alt-tab feature to use a microphone while playing (e.g. in Discord). I have no idea about workarounds related to Issue #2 either.

@h00jraq
Copy link

h00jraq commented Nov 26, 2020

How I can download this?

@Filaipus
Copy link

How I can download this?

Someone forked it and updated it. It works great. Here are the releases https://github.com/Mywk/NoCableLauncher/releases/
Just get the latest one. I've been enjoying it for a few months now.

@h00jraq
Copy link

h00jraq commented Nov 27, 2020 via email

@Filaipus
Copy link

Filaipus commented Nov 27, 2020

Hi, Unfortunately, it does not wotk with my Scarlet solo 2i2 second gen. VID and PID are 0 for my scarlet interface. I have choosen mic as input in the rocksmith and it is the same, cant hear my guitar :/. W piątek, 27 listopada 2020, 05:13:11 CET, Filipe Castro notifications@github.com napisał(-a): How I can download this? Someone forked it and updated it. It works great. Here are the releases https://github.com/Mywk/NoCableLauncher/releases/ Just get the latest one. I've been enjoying it for a few months now. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

You are right.
For scarlett, use this. https://github.com/mdias/rs_asio
I got it working with my Scarlett solo (3 gen), this were the settings I used (read the github page and you will understand):

[Config]
EnableWasapiOutputs=0
EnableWasapiInputs=0
EnableAsio=1

[Asio]
; available buffer size modes:
; driver - respect buffer size setting set in the driver
; host - use a buffer size as close as possible as that requested by the host application
; custom - use the buffer size specified in CustomBufferSize field
BufferSizeMode=custom
CustomBufferSize=48

[Asio.Output]
Driver=Focusrite USB ASIO
BaseChannel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.0]
Driver=Focusrite USB ASIO
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.1]
;Driver=Focusrite USB ASIO
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

If this doesn't work, try this mdias/rs_asio#126

Let me know if you still have trouble

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants