I've created a music extension based on the Sound Extension.  Being new to 
extension building, I began with the original Sound extension and built on 
top of it.  Now that I'd like to make the extension public, I'm wondering 
what the proper approach should be. 

1. I could make my extension import the Sound extension and call its 
methods as needed.

2. I could simply use my extension "as is", though it includes significant 
code from the original and probably all of its functionality.

3. I could make my extension completely independent.  In practice, a user 
might want to combine Sound procedures with Music procedures, which means 
Sound would have to be rewritten to interact with Music.  For example, my 
Music extension uses an audio buffer which was not the approach of the 
original Sound extension.

4. ???

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/netlogo-devel/3aca9a7d-df6e-4e81-82bf-3ad2fd47dbc0o%40googlegroups.com.

Reply via email to