dmkoelle / jfugue

Java API for Music Programming
80 stars 11 forks source link

added samples from http://www.jfugue.org/examples.html #3

Closed ersin-ertan closed 9 years ago

ersin-ertan commented 9 years ago

For the last example LSystem, I would like to verify that the Map import was for import java.util.Map; as I had 2 options.

dmkoelle commented 9 years ago

Yes, java.util.Map.

But there is already an "examples" package in the JFugue sources - see jfugue-5.0.1-src.zip\examples\java\org\jfugue\examples\website

On Mon, Mar 23, 2015 at 4:54 PM, Ersin Ertan notifications@github.com wrote:

For the last example LSystem, I would like to verify that the Map import was for import java.util.Map;

as I had 2 options.

You can view, comment on, or merge this pull request online at:

https://github.com/dmkoelle/jfugue/pull/3 Commit Summary

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/dmkoelle/jfugue/pull/3.

dmkoelle commented 9 years ago

(Oh, and whoops... I was't supposed to ship the 'bugs' package that is also in the zip - please disregard that!)

On Mon, Mar 23, 2015 at 6:13 PM, David Koelle dmkoelle@gmail.com wrote:

Yes, java.util.Map.

But there is already an "examples" package in the JFugue sources - see jfugue-5.0.1-src.zip\examples\java\org\jfugue\examples\website

On Mon, Mar 23, 2015 at 4:54 PM, Ersin Ertan notifications@github.com wrote:

For the last example LSystem, I would like to verify that the Map import was for import java.util.Map;

as I had 2 options.

You can view, comment on, or merge this pull request online at:

https://github.com/dmkoelle/jfugue/pull/3 Commit Summary

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/dmkoelle/jfugue/pull/3.