kureta

joined 2 years ago
[–] kureta@lemmy.ml 12 points 21 hours ago (3 children)

I was this 🀏 close to buying squadron 42 years ago, as it was just about to get released. dodged that bullet.

[–] kureta@lemmy.ml 3 points 23 hours ago

I will add a couple of my favorite dishes to what @Dayroom7485@lemmy.world said. Boeuf Bourguignon, and Tartiflette. Also +1 for boxed French wine.

[–] kureta@lemmy.ml 3 points 1 day ago

Yeah... victory belonging to the person with the widest reach

I thought you were going to say something about Spotify for a moment.

[–] kureta@lemmy.ml 9 points 3 days ago (10 children)

Turkish and French. Turkish because it has an extremely wide variety, French because they are the goat.

[–] kureta@lemmy.ml 6 points 4 days ago* (last edited 3 days ago)

there are two labubi

[–] kureta@lemmy.ml 8 points 1 week ago

And I am procrastinating my chores by learning linear algebra. I'm a musician.

[–] kureta@lemmy.ml 5 points 1 week ago* (last edited 1 week ago)

He thinks competition is for losers. You have to create monopoly if you are a serious capitalist. source

democracy is no longer enough to keep the masses silent, so we need a dictator so that the capitalists can keep on capitaling

[–] kureta@lemmy.ml 57 points 1 week ago (8 children)

Peter Thiel said that democracy isn't compatible with capitalism and we need to get rid of democracy in order to protect capitalism.

[–] kureta@lemmy.ml 4 points 1 week ago

you mean inkredibly profitable. πŸ₯

[–] kureta@lemmy.ml 6 points 1 week ago (1 children)

WTF did I just read!? It was... beautiful.

[–] kureta@lemmy.ml 11 points 1 week ago

I would probably trust but depending on the issue, I might just refuse to run it on my machines on principle. Just like how I wouldn't want to hang one of Hitler's paintings on my living room wall no matter how good it might be.

[–] kureta@lemmy.ml 3 points 1 week ago

That is mind blowing! Icannot read apparently. I skimmed tue article and thought they were talking about the 700m years old one. I'll leave the original comment to shame myself. πŸ€¦β€β™‚οΈ

 

I am writing a GDExtension for binding libpd, library version of PureData. I have added a property with appropriate getter and seterr.

  ADD_PROPERTY(
      PropertyInfo(Variant::STRING, "patch_path", PROPERTY_HINT_FILE, "*.pd"),
      "set_patch_path", "get_patch_path");

I do something like this to get the file path and load it to puredata

Ref<FileAccess> file = FileAccess::open(path, FileAccess::READ);
patch = pd.openPatch(
      file->get_path_absolute().utf8().get_data()->get_path_absolute().utf8().get_data(), "/");

I can select *.pd files from my resources directory, they load and work normally inside the editor. However, they do not work when I export the project.

The complete error message:

Godot Engine v4.3.stable.official.77dcf97d8 - 
Vulkan 1.3.296 - Forward+ - Using Device #0: Intel - Intel(R) Iris(R) Xe Graphics (RPL-U)

pd 0.55.2
bonk version 1.5
fiddle version 1.1 TEST4
pd~ version 0.54
pique 0.1 for PD version 23
PureDataGD constructor
ERROR: File does not exist: 
   at: file_exists (/home/kureta/Documents/repos/PureDataGD/src/puredatagd.cpp:60)
Trying to set path to: res://patches/test-2.pd

read (31 184) -> -1
//: Is a directory
Set patch path to: res://patches/test-2.pd
Setting DSP status to truehttps://godotengine.org

What am I doing wrong? Full code is here.

 

and it is something I love and always dreamed of doing. I asked for 4 months and got it. started working 10 days before the deadline, and now I have 5 days left. wish me luck.

view more: next β€Ί