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

Copying subarrays in PixelAudioMapper #3

Open
Ignotus-mago opened this issue Jun 28, 2024 · 2 comments
Open

Copying subarrays in PixelAudioMapper #3

Ignotus-mago opened this issue Jun 28, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Ignotus-mago
Copy link
Owner

Sig[] and img[] are the same size. Subarrays can be mapped with the two LUTs, imageToSignalLUT and signalToImageLUT, when we move subarrays back and forth. This can be done with new signatures for mapImgToSig and mapSigToImg and the corresponding write methods.

@Ignotus-mago Ignotus-mago added the enhancement New feature or request label Jun 28, 2024
@Ignotus-mago
Copy link
Owner Author

Slowly working my way through testing each method. Slowly. Tedious but essential.

@Ignotus-mago
Copy link
Owner Author

Ignotus-mago commented Jul 18, 2024

Revised pluck and plant methods, which step along the signal path. They only use signalPos as an argument for indexing, not x and y coordinates. Peel and stamp methods only use coordinates. Time now to hammer on pluck and plant methods.

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

No branches or pull requests

1 participant