diff --git a/core.jar b/core.jar index 5b410ab..770d19a 100644 Binary files a/core.jar and b/core.jar differ diff --git a/core_4-2.jar b/core_4-2.jar new file mode 100644 index 0000000..770d19a Binary files /dev/null and b/core_4-2.jar differ diff --git a/examples/SpoutSender/SpoutSender.pde b/examples/SpoutSender/SpoutSender.pde index b959d33..d32c8fe 100644 --- a/examples/SpoutSender/SpoutSender.pde +++ b/examples/SpoutSender/SpoutSender.pde @@ -31,7 +31,7 @@ void setup() { pgr = createGraphics(1280, 720, P3D); // Load an image - img = loadImage("SpoutLogoMarble3.bmp"); + img = loadImage("SpoutLogoMarble3.jpg"); // The dimensions of graphics or image objects // do not have to be the same as the sketch window diff --git a/examples/SpoutSender/data/SpoutLogoMarble3.jpg b/examples/SpoutSender/data/SpoutLogoMarble3.jpg new file mode 100644 index 0000000..09a185a Binary files /dev/null and b/examples/SpoutSender/data/SpoutLogoMarble3.jpg differ diff --git a/resources/build.properties b/resources/build.properties index 51beceb..5dcc834 100644 --- a/resources/build.properties +++ b/resources/build.properties @@ -143,12 +143,12 @@ source.repository=https://github.com/leadedge/spoutprocessing # This is used to compare different versions of the same Library, and check if # an update is available. -library.version = 7 +library.version = 8 # The version as the user will see it. -library.prettyVersion = 2.0.7.5 +library.prettyVersion = 2.0.7.6 # The min and max revision of Processing compatible with your Library. diff --git a/resources/core.jar b/resources/core.jar index 5b410ab..770d19a 100644 Binary files a/resources/core.jar and b/resources/core.jar differ diff --git a/resources/library.properties b/resources/library.properties index 4de7783..6b76811 100644 --- a/resources/library.properties +++ b/resources/library.properties @@ -41,11 +41,11 @@ paragraph = Find out more about Spout [here](https://spout.zeal.co). # compare different versions of the same Library, and check if an update is # available. You should think of it as a counter, counting the total number of # releases you've had. -version = 7 +version = 8 # The version as the user will see it. If blank, the version attribute will be # used here. This should be a single word, with no spaces. -prettyVersion = 2.0.7.5 +prettyVersion = 2.0.7.6 # The min and max revision of Processing compatible with your Library. # Note that these fields use the revision and not the version of Processing, diff --git a/src/spout/Spout.java b/src/spout/Spout.java index 06d1b10..13463d8 100644 --- a/src/spout/Spout.java +++ b/src/spout/Spout.java @@ -106,6 +106,9 @@ // 20.12.22 Remove SetAdapter from JNI library // 06.01.23 Update JSpoutLIB with SpoutGL files 2.007.009 // Rebuild Release 2.0.7.5 +// 24.07.23 Update JSpoutLIB with SpoutGL files 2.007.011 +// Update core.jar to Processing 4.2 +// Rebuild Release 2.0.7.6 (Version 8) // // ========================================================================================================