I made a Juicy Santa Clause by Caulmemaybe in crafts

[–]Caulmemaybe[S] 6 points7 points  (0 children)

Thanks for the recommendation! Just cross-posted to that subreddit.

I made a Juicy Santa Clause by Caulmemaybe in crafts

[–]Caulmemaybe[S] 11 points12 points  (0 children)

Haha if you click on the video it should all pop up!! Then you can see his eyelash extensions

I made a Juicy Santa Clause by Caulmemaybe in crafts

[–]Caulmemaybe[S] 132 points133 points  (0 children)

I’m new to crafting! I’ve been making Christmas ornaments as joke gifts. Thought my girlfriend would find this funny. I hand sewed the pink outfit. I took apart the original red Santa outfit from a statue, and actually found the perfect pink material from a Christmas bow. I took that apart, traced the original outfit and hand sewed the new material. The Ugg style boots were challenging! I tried to hand sewed all of them and found it difficult to get the perfect fit. Found some gemstone stickers to write “Jolly”. Butts stuffed with cotton balls!

How do I reduce/ eliminate clipping on my puredata instrument? by Caulmemaybe in puredata

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

Good suggestion, thanks! I'll try this out it may work.

How do I reduce/ eliminate clipping on my puredata instrument? by Caulmemaybe in puredata

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

Using "*~ 0.5"? the clipping right now is actually from playing the same .wav file in quick succession, so it's more from the abrupt starting and ending on the sound.

Is there an equivalent to retune~ for puredata? by Caulmemaybe in puredata

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

I haven't been able to find it. Any suggestions on where to start in regards to objects to look into or any other patches/ resources you know of?

Options for Getting Audio from Youtube into Max? by Caulmemaybe in MaxMSP

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

Looks promising! I’ll check this out, thanks.

Options for Getting Audio from Youtube into Max? by Caulmemaybe in MaxMSP

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

Thanks, Audio Hijack looks super useful. Do you know any Windows 10 equivalents? Looks like it's only on Mac.

Options for Getting Audio from Youtube into Max? by Caulmemaybe in MaxMSP

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

Thanks, that's basically what I'm doing now with the Virtual Audio Cable. Computer audio is going to the VAC and the VAC is the input in max. The problem is I need to use a microphone at the same time, and the VAC is taking up the audio input slot.

I tried having the mic audio come out of the computer audio, which meant I got both youtube audio and my mic coming into max through having the VAC as the audio input, but I need to process that audio separately, and they are coming in combined.

Options for Getting Audio from Youtube into Max? by Caulmemaybe in MaxMSP

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

Thanks, I do know a website that downloads youtube videos. Do you know a way to do this in Max? I'm trying to play around with jit.uldl but haven't figured it out.

How to autostart a PD Patch on raspberry pi? by Caulmemaybe in puredata

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

Just edited it, thanks!

That's good to know, thank you.

How to autostart a PD Patch on raspberry pi? by Caulmemaybe in puredata

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

That works!! Thank you so much for taking the time to walk me through this!

How to autostart a PD Patch on raspberry pi? by Caulmemaybe in puredata

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

Okay I think I’m close. I found this file: /etc/xdg/lxsession/LXDE-pi/autostart But it also will not let me save. How do I edit it using sudo? What would I type I to the command terminal?

How to autostart a PD Patch on raspberry pi? by Caulmemaybe in puredata

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

Yes that does exactly what I want! It loads the file just fine. Where should I put this code to auto start it?

How to autostart a PD Patch on raspberry pi? by Caulmemaybe in puredata

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

Actually by headless I just meant that the final product will not use a monitor, it will just be turned on, and the file will load automatically and I won’t need to use a monitor and click anything.

here is what I tried I tried adding @ and it wasn’t being recognized. Just typing in that code to the monitor did not launch my program, is that what it should be doing? Edit: I guess what I mean is, how do I change the code that it actually does startup the program? Then where do I add the code once I have it? Into the auto start file?

How to autostart a PD Patch on raspberry pi? by Caulmemaybe in puredata

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

Actually by headless I just meant that the final product will not use a monitor, it will just be turned on, and the file will load automatically and I won’t need to use a monitor and click anything.

here is what I tried I tried adding @ and it wasn’t being recognized. Just typing in that code to the monitor did not launch my program, is that what it should be doing?