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

ID Core 10 V3 support #17

Open
konfitti opened this issue Apr 4, 2024 · 4 comments
Open

ID Core 10 V3 support #17

konfitti opened this issue Apr 4, 2024 · 4 comments

Comments

@konfitti
Copy link

konfitti commented Apr 4, 2024

When I run in the terminal I get this(https://pastebin.pl/view/97ea01ed) in terminal. Is there a way to add my model to supported models?

@konfitti
Copy link
Author

konfitti commented Apr 4, 2024

I handled it! You just need to add some lines in the 255th line of "/usr/lib/python3.11/site-packages/outsider-0.1.0-py3.11.egg/blackstarid/blackstarid.py" . Here is the code:
amp_models = {
0x0001: 'id-tvp',
0x0010: 'id-core',
0x0012: 'id-coreV3'
}

@konfitti
Copy link
Author

konfitti commented Apr 6, 2024

There are different hex codes in different amplis like 0x0012, you need to use the proper for your amp. You can learn it by running the program in the terminal by typing outsider.

@konfitti
Copy link
Author

https://youtu.be/YzFTttr7uxM I've made a video about it.

@konfitti
Copy link
Author

The directory may change if your python version is not "3.11". But you can change it to something like ".../python3.12...".

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

No branches or pull requests

1 participant