10000 forum users celebration - special event

Is your cat cat–holic ?


:pray: ← I thought this was a pray, but it’s actually a high five :exploding_head:

ok does anyone want chocolate pudding :poop:?

8 Likes

BlueStacks

REMOVED data.

I’ve known it for a while because of that app upload.

5 Likes

Huh? We started clickbaiting on this forum?

Thank you for the note, now I know it as well. Another person in this forum falls victim to the Google exposure of data. I also know the email… although it seems to be used for backup purposes :wink:

4 Likes

[email protected] is NOT a backup email.

2 Likes

Fun fact: the shid emoji :poop: actually started out as ice cream emoji

3 Likes

What you said makes sense :slightly_smiling_face:

a :poop:

Probably someone needed space for eyes and mouth
so he raised everything to a “higher twisted level” instead of the real state,
because otherwise it would look like a worm and would not have that strong message.

Guided by your words… means…from birth we are essentially this ?



Screenshot 2022-11-24 231022

6 Likes

So it stores the info of your backup tablet? Good to know, but I imagine it’s not so good for you that we know it… unless you just don’t care, lol

1 Like

I cannot wait to get this.

Of course, Ima blow ~20 bucks just to say “I’m too scared,” but it will definitely be worth it if I can play. Plus, you can take them down apparently, so heck yeah, I can fight back. Definitely cuts down on the anxiety.

Watch the trailer. It’s insane!


And uh… speaking of apocalyptic scenes.

I love DeadSounds’ ones.

I don’t know about you guys, but he’s awesome with his stuff, especially AutoDale.

He posted a new one today, and it’s really awesome.

3 Likes

Another idea for you:

3 Likes

Trying to build Zynaddsubfx from scratch (so I can use the vst plugin to automate knobs because lmms doesn’t allow knob automation for zynaddsubfx unless it’s as an external vst).

https://zynaddsubfx.sourceforge.io/Doc/#:~:text=General%20Midi%20specification-,10.%20Appendix%20B%3A%20Building%20ZynAddSubFX,-10.1.%20Introduction%20to

Currently pulling my hair out on this one.

How would I build it from source?

The same goes for Zyn Fusion:

I have no idea how to do this lol. Installed cmake, I already have mnsys and git on my windows computer. It’s hard as heck. Cmake just keeps failing and IDK what to do from there.

1 Like

Sorry, can’t help you there!

6 Likes

This is why prebuilt binaries exist lol

but all i can say is probably you’ll want to try it on a linux machine
(your package supports building Win binaries on Linux)
make sure you have all of your libraries installed
(if you’re using debian based, I suggest installing the build-essential package)
make sure you have g++, gcc, etc. installed (depending on the language of the package)
it looks like you’re also gonna need Ruby *(i HATE ruby)
and docker, maybe also mingw or docker
make sure you’re using the correct flags for Cmake
I’m sure you get the gist by now…

5 Likes

Yeah, that cost $45.

Plus, it’s good practice to know how to build them.

IDK about the correct flags for cmake, it just said to build using the cmake command without any flags (looking at zynaddsubfx not fusion just yet, as I think that’s just the interface).

Why do I need ruby? Does it run in it?

As for building on Linux, I’d rather not as I would have to dual boot and I’ve been advised not to as it screws things up.

4 Likes

Yikes, considering that the source is open. Theoretically, anyone could compile the binaries and distribute them free of charge. Their repo doesn’t have a license file, but it does have a copying file using the DWTFYWPL (Do Whatever The F*** You Want Public License), which does not disallow distributing prebuilt binaries for free instead of a profit :slight_smile:

I saw some .rb files, but they might just be tests (it seems like people like writing tests in Ruby). It looks like that the compiler for your project actually does depend on Zest (written in Ruby), though, so you will need Ruby.

You don’t have to dual-boot then! As long as your PC has decent specs, which I assume it does, (meaning 12+G ram, 512GiB+ storage) then you can just run this in WSL2 and the process will be similar if not the same to building on regular Linux.

6 Likes

I’m using this for LMMS, which I have installed for windows. So, I’d rather compile this for windows. As for the prebuilt binaries, yes, I know that. However, I can’t really find any (with a quick search anyways).

I don’t think the actual zynaddsubfx uses ruby, but the fusion (I think it’s a GUI style) might. I can see that that’s written in Ruby.

3 Likes

You’re using Linux MultiMedia Studio in Windows?! HERESY!

Obviously joking, I know they changed it so that LMMS is not an acronym anymore.

The official instructions in their GitHub mention that you have to use Linux or play with MSYS2, so… using WSL2 Linux would just make your life easier, in my opinion. Oh well.
I assume you’ve followed this, so what errors do you get?

remember choosing Mingw-w64 64 bit in MinTTY

3 Likes

Ok, you’re talking about zyn fusion. I’m not there yet. I have msys installed already, but the errors I get have to do with installing zynaddsubfx.

1 Like

The Zyn-Fusion build contains zynaddsubfx, though. Or at least it fetches it via the Makefile.

Makefiles will automatically download ZynAddSubFX and Zest, as well as their dependencies. Then, automatically build them altogether.

3 Likes