kureta

joined 2 years ago
[–] kureta@lemmy.ml 2 points 3 weeks ago

Yeah. I see. Thanks for the replies.

[–] kureta@lemmy.ml 4 points 3 weeks ago (2 children)

But people can keep developing an open-source version, right?

[–] kureta@lemmy.ml 2 points 3 weeks ago

Didn't know about unbound. Thanks.

[–] kureta@lemmy.ml 5 points 3 weeks ago (5 children)
[–] kureta@lemmy.ml 1 points 3 weeks ago
[–] kureta@lemmy.ml 8 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

dude...

edit: I studied physics, quit, became a bass player, then a street musician playing percussion, then software developer, then translator, then studied classical music composition, then quit, then became conference interpreter, then learned neural networks and gave a seminar on using neural networks in contemporary music at Ircam Paris in 2018, then went back to studying composition at the university. This year I will finally graduate at 41. Hope to do my masters and become a college professor.

[–] kureta@lemmy.ml 4 points 3 weeks ago

In the United States, many states have adopted close-in-age exemptions. These laws, known as "Romeo and Juliet laws", provide that a person can legally have consensual sex with a minor provided that they are not more than a given number of years older, generally four years or less.

But yeah, it'd be weird anyway. I wouldn't do it. Only maybe if they have started dating when one is 15 and the other is 16 or something like that. Even then, at that age 1 year can be a non-negligible age difference.

[–] kureta@lemmy.ml 2 points 1 month ago

Iambic or dactylic?

[–] kureta@lemmy.ml 1 points 1 month ago

how am I supposed to measure the inner thickness?

[–] kureta@lemmy.ml 1 points 2 months ago (2 children)

It will never be like that. For the game to continue, they will always need an enemy.

[–] kureta@lemmy.ml 8 points 2 months ago (1 children)

This is what's happening now where I live. Men advocating for "natural birth".

[–] kureta@lemmy.ml 14 points 2 months ago

China has secret police stations across the globe spying and harassing citizens

My dude. USA...

 

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 ›