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

Showing values of module inputs #1

Open
fjl opened this issue Jan 4, 2025 · 3 comments
Open

Showing values of module inputs #1

fjl opened this issue Jan 4, 2025 · 3 comments

Comments

@fjl
Copy link

fjl commented Jan 4, 2025

Hi, super nice project! Would be good to show values of module inputs, right now it only shows the connections.

@darosh
Copy link
Owner

darosh commented Jan 4, 2025

What a coincidence, I’m looking into it right now. I have the internal values; we will need to identify the units, their conversions, and display functions for all the blocks — and there are unfortunately 394 of them. :( https://darosh.github.io/zoian/#/test-modules

image

@fjl
Copy link
Author

fjl commented Jan 4, 2025

I think it would be enough to show float in range -1 to 1 for now.

@darosh
Copy link
Owner

darosh commented Jan 4, 2025

I was using the 0 to 1 for a while just to identify misplaced blocks and it was super confusing, if we don't match the scales on the device it will be much harder to recognize if the value belongs to different parameter.

I have few conversions prototyped already:
image

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

2 participants