We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In reference to ossia/score#128
Maybe this could be done by an attribute to the Destination class that would take a vector of ints ? (I did this in i-score)
If the vector is empty, it's the address, else we use the values in the vector to go from index to index.
e.g. something like :
Destination dest("dev:/address"); dest.setAccessors({13, 5, 17}); // will fetch dev:/address[13][5][17]
Else it could be another type, like TupleDestination.
TupleDestination
The text was updated successfully, but these errors were encountered:
as I was working on mapping feature, I've added index feature for Destination. does the following commit helps to solve this issue ?613b21f
Sorry, something went wrong.
Yep, I also added it into i-score now. Thanks !
theod
No branches or pull requests
In reference to ossia/score#128
Maybe this could be done by an attribute to the Destination class that would take a vector of ints ? (I did this in i-score)
If the vector is empty, it's the address, else we use the values in the vector to go from index to index.
e.g. something like :
Else it could be another type, like
TupleDestination
.The text was updated successfully, but these errors were encountered: