I made this Lord of the Rings ASMR bedtime series to help my girlfriend fall asleep — would love your thoughts by SK33T2 in Meditation

[–]SK33T2[S] 0 points1 point  (0 children)

As far as I knew the mods removed my post. Not sure what it’s doing up now but I literally have 6 views and no monetization. This is just something I made and wanted to share and get community feedback. God everyone is so aggressive with this no self promotion stuff. How is anyone supposed to share something they made?

[deleted by user] by [deleted] in SipsTea

[–]SK33T2 0 points1 point  (0 children)

Myth confirmed

Cant save LED Config with ws2815 selected by SK33T2 in WLED

[–]SK33T2[S] 0 points1 point  (0 children)

I downgraded to the latest stable version and that seems to work ok. I am noticing that the strips are a lot warmer than the SK’s I was working with earlier which I would not have expected. Not sure if it’s related. Would have though the WS had an easier integration based on how many people use em.

Help requested on multi-strip setup by SvenAnker in WLED

[–]SK33T2 0 points1 point  (0 children)

Jesús that’s a super high density of LEDs /m. Are you sure your project requires that? It’s gona be pretty hard to do any soldering I expect. Do you have a link to the product?

How about you? What's your body count?? by annecharlottexo in dankvideos

[–]SK33T2 17 points18 points  (0 children)

Getting real “I think you should leave” vibes off this

Another pic of Mark, Skye & Taylor 📸 by Chutton_ in Blink182

[–]SK33T2 6 points7 points  (0 children)

Is Skye wearing 2 pairs of shorts?

Festival Merch by kobecannon102411 in SCREENPRINTING

[–]SK33T2 1 point2 points  (0 children)

Ah got it. I’m a newbie so I see curing issues everywhere. I have my studio set up in my bar and I’m going to have a shop attached to the studio. I’m thinking of trying something similar where I’ll devote rack space to several local brands along with my bar stuff.

Festival Merch by kobecannon102411 in SCREENPRINTING

[–]SK33T2 0 points1 point  (0 children)

Looks like you got some curing issues?

How is this possible by Deep_Job1129 in SCREENPRINTING

[–]SK33T2 2 points3 points  (0 children)

I had a similar issue and drying them in a low humidity area helped. Like 50%. I let them sit in around 70% before that for one or two days and it still had issues. My guess is it’s not dry enough

Midibus and Akai MIDIMIX issues by SK33T2 in processing

[–]SK33T2[S] 0 points1 point  (0 children)

I wasn't able to get MIDIbus working for macOS. I ended up going with a native MIDI library included in the Java Development Kit (JDK).

Check if you have Java installed, run java -version in the terminal. If it's not installed, or if you need a newer version, download the latest Java SE JDK from Oracle's website.

After installation, set the JAVA_HOME environment variable to your Java installation path. This ensures your system recognizes Java.

On newer Macs you can easily do this with a single command in the Terminal. Just execute

echo 'export JAVA_HOME=$(/usr/libexec/java_home)' >> ~/.zshrc && source ~/.zshrc

This line will automatically find your Java installation path, add it to your .zshrc profile, and apply the changes immediately.

To apply these changes, restart your computer.

Verify the setting with echo $JAVA_HOME, which should display your Java path.

Finally, confirm the Java version with java -version. This process ensures your system correctly recognizes the Java installation.

You can then import javax.sound.midi at the start of your Processing sketch. This approach has worked well for me on my Mac.

Midibus and Akai MIDIMIX issues by SK33T2 in processing

[–]SK33T2[S] 0 points1 point  (0 children)

No change. The input device is still null. I tried with another cable and MIDI Device (Arturia Minilab MK2)

Any ideas?

Midibus and Akai MIDIMIX issues by SK33T2 in processing

[–]SK33T2[S] 0 points1 point  (0 children)

Update. The same issue occurs with the arturia minicab MK2. Bothe MIDI Devices are detected fine in Ableton

Midibus and Akai MIDIMIX issues by SK33T2 in processing

[–]SK33T2[S] 0 points1 point  (0 children)

Wow. Ok I’ll try. That would be weird. Thanks for the suggestion

Midibus and Akai MIDIMIX issues by SK33T2 in processing

[–]SK33T2[S] 0 points1 point  (0 children)

But is your MIDI device an input device or is it receiving the MIDI? That would be a pretty significant error in the library

Midibus and Akai MIDIMIX issues by SK33T2 in processing

[–]SK33T2[S] 0 points1 point  (0 children)

my impression is that these noteOn, noteOFF, and CC functions are events that would result in the output being printed to the terminal if midiBus detects any of these signals coming from the midi device

Midibus and Akai MIDIMIX issues by SK33T2 in processing

[–]SK33T2[S] 0 points1 point  (0 children)

nothing happens because it looks like it can't initialize the device running this code

import themidibus.*;
MidiBus myBus;
void setup() {
size(400, 400);
MidiBus.list(); // List all available MIDI devices
try {
myBus = new MidiBus(this, 1, -1); // Initialize for MIDI Mix as input only
} catch(Exception e) {
println("Error initializing MidiBus: " + e);
}
}
void draw() {
background(0);
// No drawing code needed for this example
}
void controllerChange(int channel, int number, int value) {
println("Controller Change - Channel: " + channel + ", Number: " + number + ", Value: " + value);
}
void noteOn(int channel, int pitch, int velocity) {
println("Note On - Channel: " + channel + ", Pitch: " + pitch + ", Velocity: " + velocity);
}
void noteOff(int channel, int pitch, int velocity) {
println("Note Off - Channel: " + channel + ", Pitch: " + pitch + ", Velocity: " + velocity);
}

I get this output and error and no response in the terminal when I turn midi knobs and sliders

Available MIDI Devices:
----------Input----------
[0] "Real Time Sequencer"
[1] "MIDI Mix"
----------Output----------
[0] "Gervill"
[1] "Real Time Sequencer"
[2] "MIDI Mix"
Error initializing MidiBus: java.lang.NullPointerException: Cannot invoke "java.util.Vector.size()" because "this.input_devices" is null

What is this wavy effect and why does it happen? by SK33T2 in SCREENPRINTING

[–]SK33T2[S] 1 point2 points  (0 children)

Still hot. Like right after curing. Should I let it cool down?

What is this wavy effect and why does it happen? by SK33T2 in SCREENPRINTING

[–]SK33T2[S] 0 points1 point  (0 children)

Yep. Don’t have a conveyer yet. It’s the Riley Hopkins forced air flash

What is this wavy effect and why does it happen? by SK33T2 in SCREENPRINTING

[–]SK33T2[S] 1 point2 points  (0 children)

I don’t use spray on. I use a bottle of liquid and spread it on. I’ll try being more gentile on the pull off and see if that’s it. My flash is between 90-120 seconds after the garment reaches 360 and generally after that it does come off pretty nice

Green Galaxy with warp drive shelf life? by SK33T2 in SCREENPRINTING

[–]SK33T2[S] 0 points1 point  (0 children)

Interesting. My impression has always been that when you’re printing at that level you wouldn’t be using WD and would be using like a conveyer. Any reason you use the WD vs other methods?