JayAndrewBoy

joined 6 days ago
[–] JayAndrewBoy@lemmy.dbzer0.com 0 points 1 day ago (1 children)

But, you know, it's kind of hard for me. Sorry. :)

[–] JayAndrewBoy@lemmy.dbzer0.com 1 points 1 day ago (1 children)

But it's ~~kinda~~ hard for me, naturally.

[–] JayAndrewBoy@lemmy.dbzer0.com 2 points 1 day ago (1 children)

This is something that I had never tried before, but it actually worked. Thank you! 👍

[–] JayAndrewBoy@lemmy.dbzer0.com -5 points 1 day ago* (last edited 1 day ago) (1 children)

I’ll ask again, what are you trying to do? Do you want to make your own beats to rap on, or maybe make a soundtrack for an indie game?

Well, maybe I'm just trying to create my own songs, song albums, singles, and stuff. That's all I have to say. 🤷‍♂️ I'm sorry.

[–] JayAndrewBoy@lemmy.dbzer0.com -3 points 1 day ago (3 children)

Trying to create my own songs.

 

Editing the MIDI notes of Suno's AI-generated song (in MP3 format) is incredibly hard. The notes are quite weird, and I'm starting to feel discouraged about making music.

Should I give up or what? I could really use some help. ☹️

 

Hello!

This is my first message, and I wanted to share something I've been working on. I hope to one day download all the fonts that catch my eye, as it's enjoyable to explore new designs.

I recently came across some interesting fonts on MyFonts, but I'm not quite sure how to download them. I've searched for scripts, tutorial videos, and resources to guide me through the process of downloading fonts from MyFonts, but unfortunately, I haven't found much help.

Here's some code I got recently:

const base64Data = 'RESPONSE_HERE';
const base64Content = base64Data.split(',')[1];
const binaryData = atob(base64Content);
const uint8Array = new Uint8Array(binaryData.length);
 
for (let i = 0; i < binaryData.length; i++) {
    uint8Array[i] = binaryData.charCodeAt(i);
}
 
const blob = new Blob([uint8Array], { type: 'font/woff2' });
 
const downloadLink = document.createElement('a');
downloadLink.href = URL.createObjectURL(blob);
downloadLink.download = 'YourFontName.woff2';
downloadLink.click();

In comparison, other font sites such as Paratype, Parachute Fonts, and Font Bros seem to be easier to navigate and download.

For example, I downloaded a WOFF2 font file, made some adjustments in FontLab, fixed a couple of bits, and then exported the font files. However, I'm still not sure how to create or export a variable font, nor how to convert variable fonts into static ones. That's a skill I'd like to learn.

If anyone has any helpful tips, scripts, or comments on how to download fonts from MyFonts (or probably Linotype), I'd appreciate it.

I apologize for any misunderstanding in my explanation of your help.

Thank you and peace out! :)