You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The meta data field type currently only works for C++ synths implementing the data type protocol. We could make a simple call like
def typeOfPatch(messages) -> str: ...
to have the adaptation to calculate the type for display. This is useful for debugging, but can also help to differentiate different patch versions etc. Think Roland with their JV-80, JV-90, JV-1080, XV-3050 etc types. Or Access Virus A, B, C.
Additionally, we could make a generic "createUserComment" function that is used to prepopuate the new comment field (see #71).
The text was updated successfully, but these errors were encountered:
The meta data field type currently only works for C++ synths implementing the data type protocol. We could make a simple call like
to have the adaptation to calculate the type for display. This is useful for debugging, but can also help to differentiate different patch versions etc. Think Roland with their JV-80, JV-90, JV-1080, XV-3050 etc types. Or Access Virus A, B, C.
Additionally, we could make a generic "createUserComment" function that is used to prepopuate the new comment field (see #71).
The text was updated successfully, but these errors were encountered: