# Processing

**URL:** https://discourse.processing.org/c/processing/6.md?no_subcategories=false&page=6

[Latest](https://discourse.processing.org/latest.md) · [Categories](https://discourse.processing.org/categories.md) · [Tags](https://discourse.processing.org/tags.md)

**Page:** 7

---

## [I need help to get OSC in Processing enabled](https://discourse.processing.org/t/i-need-help-to-get-osc-in-processing-enabled/47087)

<div class="topic-metadata">

**Author:** [@ComputerArtist\_ThL](https://discourse.processing.org/u/ComputerArtist_ThL)\
**Replies:** 4\
**Last updated:** [September 6, 2025, 3:34pm UTC](https://discourse.processing.org/t/i-need-help-to-get-osc-in-processing-enabled/47087 "2025-09-06T15:34:55Z")

</div>

Dear Community, I need help to write two little Scripts. 1.) A Script which sends a OSC Message 2.) A Script which received this OSC Message Can anybody give me a advice which to write this two little Programms In ho…

---

## [Processing Geometry Suite (PGS) library](https://discourse.processing.org/t/processing-geometry-suite-pgs-library/47073)

<div class="topic-metadata">

**Author:** [@Morais](https://discourse.processing.org/u/Morais)\
**Replies:** 4\
**Last updated:** [September 6, 2025, 1:59pm UTC](https://discourse.processing.org/t/processing-geometry-suite-pgs-library/47073 "2025-09-06T13:59:00Z")

</div>

Hello everyone! I’ve recently started exploring the fantastic Processing Geometry Suite (PGS) library and I’m really impressed by its capabilities. Right now, I’m trying to get the Mesh Smoothing example up and running,…

---

## [Sound analysis?](https://discourse.processing.org/t/sound-analysis/47060)

<div class="topic-metadata">

**Author:** [@IRIGIMA](https://discourse.processing.org/u/IRIGIMA)\
**Replies:** 3\
**Last updated:** [September 6, 2025, 1:15am UTC](https://discourse.processing.org/t/sound-analysis/47060 "2025-09-06T01:15:39Z")

</div>

Spec. Using the Processing Sound library, code: Configure a high quality sample. Initiate recording. Generate a pulse / sine wave @ hz for time. Stop recording for time. Display waveform (scalable) Purpose. Ana…

---

## [Unable to save my work](https://discourse.processing.org/t/unable-to-save-my-work/47066)

<div class="topic-metadata">

**Author:** [@Felky](https://discourse.processing.org/u/Felky)\
**Replies:** 6\
**Last updated:** [September 3, 2025, 2:30pm UTC](https://discourse.processing.org/t/unable-to-save-my-work/47066 "2025-09-03T14:30:55Z")

</div>

(The text at the top translates to “Save sketch at…” .) Hello I´m new to processing. For some reason every time I try to save my work I get a black window. I switched from Windows 11 to Linux Fedora KDE. Processing w…

---

## [Processing 4.4.4 on Ubuntu 22.04 can’t access tty ports](https://discourse.processing.org/t/processing-4-4-4-on-ubuntu-22-04-can-t-access-tty-ports/47018)

<div class="topic-metadata">

**Author:** [@PyM72](https://discourse.processing.org/u/PyM72)\
**Replies:** 10\
**Last updated:** [September 1, 2025, 8:07am UTC](https://discourse.processing.org/t/processing-4-4-4-on-ubuntu-22-04-can-t-access-tty-ports/47018 "2025-09-01T08:07:16Z")

</div>

Hello all, I was using processing 4.3 on my Ubutun 22.4. This is a standalone installing fron a tarball. I tried to install with SnapD, the latest release 4.4 and as for now I’m not able to use the tool for the same co…

---

## [How to launch the operating system’s default browser at a given URL?](https://discourse.processing.org/t/how-to-launch-the-operating-system-s-default-browser-at-a-given-url/47043)

<div class="topic-metadata">

**Author:** [@EricRogerGarcia](https://discourse.processing.org/u/EricRogerGarcia)\
**Replies:** 2\
**Last updated:** [August 30, 2025, 1:19am UTC](https://discourse.processing.org/t/how-to-launch-the-operating-system-s-default-browser-at-a-given-url/47043 "2025-08-30T01:19:57Z")

</div>

It is complementary to the previous request with Windows for the majority but also with Linux for the minority of whom I am part

---

## [Proposal to add a dayOfWeek() function to Processing](https://discourse.processing.org/t/proposal-to-add-a-dayofweek-function-to-processing/47016)

<div class="topic-metadata">

**Author:** [@EricRogerGarcia](https://discourse.processing.org/u/EricRogerGarcia)\
**Replies:** 6\
**Last updated:** [August 29, 2025, 9:17am UTC](https://discourse.processing.org/t/proposal-to-add-a-dayofweek-function-to-processing/47016 "2025-08-29T09:17:22Z")

</div>

import java.util.Calendar; import java.util.GregorianCalendar; int dayOfWeek() { // : 0 to 6, 0 is Sunday Calendar cal = new GregorianCalendar(); int DAY\_OF\_WEEK=cal.get(cal.DAY\_OF\_WEEK); return DAY\_OF\_WEEK-1; }

---

## [Using launch() to start chrome.exe](https://discourse.processing.org/t/using-launch-to-start-chrome-exe/44765)

<div class="topic-metadata">

**Author:** [@jorgensen](https://discourse.processing.org/u/jorgensen)\
**Replies:** 6\
**Last updated:** [August 28, 2025, 4:14am UTC](https://discourse.processing.org/t/using-launch-to-start-chrome-exe/44765 "2025-08-28T04:14:15Z")

</div>

I’m trying to launch chrome.exe via launch(); It works fine if I just want to start chrome.exe. My issue is that I can’t figure out how to pass an url to chrome.exe. If I start chrome via command shell with an url it w…

---

## [Not the same result with version 4.4.1 and 4.4.6 using "copy" function with PGraphics into PImage](https://discourse.processing.org/t/not-the-same-result-with-version-4-4-1-and-4-4-6-using-copy-function-with-pgraphics-into-pimage/47024)

<div class="topic-metadata">

**Author:** [@fredciel](https://discourse.processing.org/u/fredciel)\
**Replies:** 5\
**Last updated:** [August 28, 2025, 9:35am UTC](https://discourse.processing.org/t/not-the-same-result-with-version-4-4-1-and-4-4-6-using-copy-function-with-pgraphics-into-pimage/47024 "2025-08-28T09:35:03Z")

</div>

Hello, here’s a piece of code that doesn’t give the same result in versions 4.4.1 and 4.4.6. The result is normal in 4.4.1, and the entire image is copied into the “Preview” variable. With version 4.4.6, only the top-…

---

## [Trouble exporting P3D via PGraphics recording (OpenGL error 1282) \[SOLVED?\]](https://discourse.processing.org/t/trouble-exporting-p3d-via-pgraphics-recording-opengl-error-1282-solved/47033)

<div class="topic-metadata">

**Author:** [@villares](https://discourse.processing.org/u/villares)\
**Replies:** 3\
**Last updated:** [August 27, 2025, 10:00pm UTC](https://discourse.processing.org/t/trouble-exporting-p3d-via-pgraphics-recording-opengl-error-1282-solved/47033 "2025-08-27T22:00:27Z")

</div>

Something I often do to export higher resolution images is to instantiate a big PGraphics object and then use beginRecord, endRecord and add scaling to the offscreen canvas. It still works fine for 2D, but it seems like …

---

## [Interested in a library for terminal-style text?](https://discourse.processing.org/t/interested-in-a-library-for-terminal-style-text/47007)

<div class="topic-metadata">

**Author:** [@joshg](https://discourse.processing.org/u/joshg)\
**Replies:** 9\
**Last updated:** [August 27, 2025, 5:11am UTC](https://discourse.processing.org/t/interested-in-a-library-for-terminal-style-text/47007 "2025-08-27T05:11:38Z")

</div>

I’m writing up a set of classes that create an in-sketch text box in the style of a monospaced terminal with color support. Would anyone be interested in this as a standalone Processing library? Usage would look like th…

---

## [Shape generator help (Armin Hofmann's 'rubber band' shape generator)](https://discourse.processing.org/t/shape-generator-help-armin-hofmanns-rubber-band-shape-generator/33190)

<div class="topic-metadata">

**Author:** [@abk](https://discourse.processing.org/u/abk)\
**Replies:** 39\
**Last updated:** [August 21, 2025, 6:30pm UTC](https://discourse.processing.org/t/shape-generator-help-armin-hofmanns-rubber-band-shape-generator/33190 "2025-08-21T18:30:48Z")

</div>

Hi I’m trying to create a Hofmann’esque shape generator based on a grid of circles: I have the basic structure of the grid done, but I’m totally stuck on where to go from here? How do I make this into a combined s…

---

## [Title: Reference links show sidebar but blank main panel on macOS Ventura (Chrome)](https://discourse.processing.org/t/title-reference-links-show-sidebar-but-blank-main-panel-on-macos-ventura-chrome/46977)

<div class="topic-metadata">

**Author:** [@poppanona](https://discourse.processing.org/u/poppanona)\
**Replies:** 0\
**Last updated:** [August 18, 2025, 9:23pm UTC](https://discourse.processing.org/t/title-reference-links-show-sidebar-but-blank-main-panel-on-macos-ventura-chrome/46977 "2025-08-18T21:23:53Z")

</div>

Title: Reference links show sidebar but blank main panel on macOS Ventura (Chrome) System: MacBook (Intel) running macOS Ventura 13.7.6 Chrome browser (latest) Processing 4 (issue occurs with both previous buil…

---

## [Need help with text position (solved)](https://discourse.processing.org/t/need-help-with-text-position-solved/46756)

<div class="topic-metadata">

**Author:** [@Meteor122](https://discourse.processing.org/u/Meteor122)\
**Replies:** 11\
**Last updated:** [August 18, 2025, 7:58pm UTC](https://discourse.processing.org/t/need-help-with-text-position-solved/46756 "2025-08-18T19:58:26Z")

</div>

Hi everyone, I’m creating the GUI for a ground station for a rocket I’m building with Arduino, or rather, chatGPT did it for me since I have no experience with processing and don’t have the time to learn it, so I’ll s…

---

## [Pixel effect, how do you create this effect](https://discourse.processing.org/t/pixel-effect-how-do-you-create-this-effect/46929)

<div class="topic-metadata">

**Author:** [@1029](https://discourse.processing.org/u/1029)\
**Replies:** 11\
**Last updated:** [August 16, 2025, 3:33pm UTC](https://discourse.processing.org/t/pixel-effect-how-do-you-create-this-effect/46929 "2025-08-16T15:33:27Z")

</div>

Does anyone know if we could apply this effect? https://typedither.vercel.app/ Thanks!

---

## [Cannot find javafx](https://discourse.processing.org/t/cannot-find-javafx/46913)

<div class="topic-metadata">

**Author:** [@bonner45](https://discourse.processing.org/u/bonner45)\
**Replies:** 2\
**Last updated:** [August 13, 2025, 4:17am UTC](https://discourse.processing.org/t/cannot-find-javafx/46913 "2025-08-13T04:17:31Z")

</div>

(Processing 4.4.4 Windows 10) I’m trying to use javafx with processing but i get this error. The package “javafx” does not exist. You might be missing a library. i have installed the javafx library. //https://docs.or…

---

## [Problem with surface.setResizable(true)](https://discourse.processing.org/t/problem-with-surface-setresizable-true/46905)

<div class="topic-metadata">

**Author:** [@EricRogerGarcia](https://discourse.processing.org/u/EricRogerGarcia)\
**Replies:** 4\
**Last updated:** [August 12, 2025, 10:59am UTC](https://discourse.processing.org/t/problem-with-surface-setresizable-true/46905 "2025-08-12T10:59:19Z")

</div>

Hello, surface.setResizable(true) : and the sketch window is resizable. Problem : if width and height are used, they are not updated anymore when you resize the window (Processing 4.4.4 + Linux Mint) See this code : …

---

## [Javadoc doesn't work anymore (Processing on Linux) !?](https://discourse.processing.org/t/javadoc-doesnt-work-anymore-processing-on-linux/46868)

<div class="topic-metadata">

**Author:** [@EricRogerGarcia](https://discourse.processing.org/u/EricRogerGarcia)\
**Replies:** 12\
**Last updated:** [August 11, 2025, 1:35pm UTC](https://discourse.processing.org/t/javadoc-doesnt-work-anymore-processing-on-linux/46868 "2025-08-11T13:35:26Z")

</div>

Hello, When I click on “generate javadoc” in the menu, nothing happens ! When I look in the sketch folder, it has created a “reference” folder but in it there isn’t the html… javadoc pages but the \[sketch name\].java fi…

---

## [Best audio platform to use with Processing](https://discourse.processing.org/t/best-audio-platform-to-use-with-processing/46895)

<div class="topic-metadata">

**Author:** [@cjef](https://discourse.processing.org/u/cjef)\
**Replies:** 1\
**Last updated:** [August 8, 2025, 2:01pm UTC](https://discourse.processing.org/t/best-audio-platform-to-use-with-processing/46895 "2025-08-08T14:01:31Z")

</div>

I want to add sound to my sketches, but with live synthesis for example changing an oscillator pitch based on the speed of some shape and such. I’ve already tried the Sound library but my system doesn’t do well runnig it…

---

## [G4P textarea too slow?](https://discourse.processing.org/t/g4p-textarea-too-slow/46865)

<div class="topic-metadata">

**Author:** [@bonner45](https://discourse.processing.org/u/bonner45)\
**Replies:** 7\
**Last updated:** [August 7, 2025, 5:22pm UTC](https://discourse.processing.org/t/g4p-textarea-too-slow/46865 "2025-08-07T17:22:07Z")

</div>

Hi i’m working on this project. https://github.com/bonner72/SerialTerminal when i send data to G4P text area any faster than a line per 200-300 millis it does not update fast enough. This is how i push data to the text…

---

## [Compare divide by zeroes and be ignored, is this universal across computer code?](https://discourse.processing.org/t/compare-divide-by-zeroes-and-be-ignored-is-this-universal-across-computer-code/46879)

<div class="topic-metadata">

**Author:** [@noFavorsOrStolen](https://discourse.processing.org/u/noFavorsOrStolen)\
**Replies:** 2\
**Last updated:** [August 7, 2025, 4:52pm UTC](https://discourse.processing.org/t/compare-divide-by-zeroes-and-be-ignored-is-this-universal-across-computer-code/46879 "2025-08-07T16:52:30Z")

</div>

float zero=0; if(zero/abs(zero)==zero/abs(zero)){ellipse(200,200,200,200);} Is this a processing fail-safe or a universal thing across computer code? Edit: wait nevermind, it’s a stupid question since c++ can show inf…

---

## [Server error when downloading the Processing IDE](https://discourse.processing.org/t/server-error-when-downloading-the-processing-ide/46856)

<div class="topic-metadata">

**Author:** [@Dapilaa](https://discourse.processing.org/u/Dapilaa)\
**Replies:** 12\
**Last updated:** [August 6, 2025, 3:35pm UTC](https://discourse.processing.org/t/server-error-when-downloading-the-processing-ide/46856 "2025-08-06T15:35:55Z")

</div>

Please, l have been trying to download the processing IDE but i can’t. All the time they will say server error, and i have try it with different devices but the same problem

---

## [Is there a place to look for coding challenges specially as a beginner?](https://discourse.processing.org/t/is-there-a-place-to-look-for-coding-challenges-specially-as-a-beginner/46882)

<div class="topic-metadata">

**Author:** [@cjef](https://discourse.processing.org/u/cjef)\
**Replies:** 4\
**Last updated:** [August 6, 2025, 3:29pm UTC](https://discourse.processing.org/t/is-there-a-place-to-look-for-coding-challenges-specially-as-a-beginner/46882 "2025-08-06T15:29:07Z")

</div>

I just finished Shiffman’s 5 hour tutorial and it was amazing :heart\_eyes: But right after that, I was looking at his code challenges and most of them are too advanced for me and i can’t jump ahead that much and prefer …

---

## [How to create installer from Processing project](https://discourse.processing.org/t/how-to-create-installer-from-processing-project/46869)

<div class="topic-metadata">

**Author:** [@bonner45](https://discourse.processing.org/u/bonner45)\
**Replies:** 2\
**Last updated:** [August 5, 2025, 9:06pm UTC](https://discourse.processing.org/t/how-to-create-installer-from-processing-project/46869 "2025-08-05T21:06:27Z")

</div>

Is it possible to create a packaged installer from a processing project? I know you can export an application, but was wondering if you can make a installer. Thanks.

---

## [Very slow audio playback with Sound library](https://discourse.processing.org/t/very-slow-audio-playback-with-sound-library/46857)

<div class="topic-metadata">

**Author:** [@cjef](https://discourse.processing.org/u/cjef)\
**Replies:** 0\
**Last updated:** [August 4, 2025, 9:33pm UTC](https://discourse.processing.org/t/very-slow-audio-playback-with-sound-library/46857 "2025-08-04T21:33:50Z")

</div>

I installed the Sound library which is created by the processing foundation itself, and tried to run the SimplePlayback example, but the audio isn’t right and i guess it plays very slowly. I then created even a simpler…

---

## [How to get the color of a square or rectangle etc](https://discourse.processing.org/t/how-to-get-the-color-of-a-square-or-rectangle-etc/46851)

<div class="topic-metadata">

**Author:** [@krczyk](https://discourse.processing.org/u/krczyk)\
**Replies:** 2\
**Last updated:** [August 4, 2025, 8:52pm UTC](https://discourse.processing.org/t/how-to-get-the-color-of-a-square-or-rectangle-etc/46851 "2025-08-04T20:52:09Z")

</div>

size(500, 500); background(111, 0, 0); fill(0, 125, 0); square(100, 100, 100); color c = get(150, 150); println(red(c)); println(green(c)); println(blue(c)); The result of get() is the color of the background, no…

---

## [Having problems with split for directories](https://discourse.processing.org/t/having-problems-with-split-for-directories/46799)

<div class="topic-metadata">

**Author:** [@Grumpy\_Mike](https://discourse.processing.org/u/Grumpy_Mike)\
**Replies:** 19\
**Last updated:** [August 3, 2025, 8:40am UTC](https://discourse.processing.org/t/having-problems-with-split-for-directories/46799 "2025-08-03T08:40:00Z")

</div>

Using Processing 4.2, I am trying to put the last directory as the title to Processing window. From a file I have opened. To this end I am trying to use the split function. Unfortunately I can’t get it right, I have trie…

---

## [Pixelated numbers in a watch](https://discourse.processing.org/t/pixelated-numbers-in-a-watch/46816)

<div class="topic-metadata">

**Author:** [@humano](https://discourse.processing.org/u/humano)\
**Replies:** 4\
**Last updated:** [August 1, 2025, 4:18pm UTC](https://discourse.processing.org/t/pixelated-numbers-in-a-watch/46816 "2025-08-01T16:18:32Z")

</div>

My last questions are about sharpness. This sketch has an animation, specifically that of a clock. How could I make the numbers look perfectly sharp, without pixels around the edges? void setup() { size(600, 600); t…

---

## [Processing 4.4.4: exporting application failure (Mac OS)](https://discourse.processing.org/t/processing-4-4-4-exporting-application-failure-mac-os/46591)

<div class="topic-metadata">

**Author:** [@\_cris\_23](https://discourse.processing.org/u/_cris_23)\
**Replies:** 2\
**Last updated:** [July 29, 2025, 11:57am UTC](https://discourse.processing.org/t/processing-4-4-4-exporting-application-failure-mac-os/46591 "2025-07-29T11:57:36Z")

</div>

Hello, I’m having problems while trying to export application of a sketch. I’m using Processing 4.4.4 su Mac OS Sequoia 15.5. Following is the output of the console. Can anybody help me. Thank you very much. java.util.N…

---

## [Impossible to activate debug in Processing](https://discourse.processing.org/t/impossible-to-activate-debug-in-processing/46781)

<div class="topic-metadata">

**Author:** [@PyM72](https://discourse.processing.org/u/PyM72)\
**Replies:** 13\
**Last updated:** [July 29, 2025, 7:40am UTC](https://discourse.processing.org/t/impossible-to-activate-debug-in-processing/46781 "2025-07-29T07:40:02Z")

</div>

Hi all, I run processing 4.4.4 on my Ubuntu 22.04. The tool runs perfectly in normal mode but not in debug. There is no issue to activate debug mode but this has no effects at all. I mean I can still run my sketch and…

[Previous page](https://discourse.processing.org/c/processing/6.md?no_subcategories=false&page=5)

[Next page](https://discourse.processing.org/c/processing/6.md?no_subcategories=false&page=7)
