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
I had modified the Scala wrappers from the last SF version which is at e4c5a6c - with a similar idea to what you did in f287128 , namely to allow for different models within one application run.
My approach is slightly different, instead of having a global mutable model field, I am using an implicit model parameter:
I think this is more elegant, but of course it's a matter of taste. Let me know if you are interested in that version, then I could fork jacop, make that change and start a pull request.
The text was updated successfully, but these errors were encountered:
I talked with Krzysztof Kuchcinski (core-developer too) who was working on Scala part in JaCoP and he said he prefers his solution. It is his decision so I close this issue. Thank you for your feedback.
I had modified the Scala wrappers from the last SF version which is at e4c5a6c - with a similar idea to what you did in f287128 , namely to allow for different models within one application run.
My approach is slightly different, instead of having a global mutable model field, I am using an implicit model parameter:
https://github.com/iem-projects/PointLib/blob/composer_ot/src/main/scala/de/sciss/jacop/jacop.scala
I think this is more elegant, but of course it's a matter of taste. Let me know if you are interested in that version, then I could fork jacop, make that change and start a pull request.
The text was updated successfully, but these errors were encountered: