Random Title Generator

hey folks,

I thought this could be handy sometimes :slight_smile:

https://algorithmic-instruments.com/random_title_generator/

19 Likes

Very like the titles in blocswave :slight_smile:

1 Like

I wish there were an Aphex setting :smiley:

5 Likes

aha :slight_smile: elaborate

Oh…you know…

3 Likes

hehe. I’ll see what I can do :wink:

2 Likes

Fun. Got a “Concrete Cave”, “Handmade Checking” and “Feudal Mineral”.
I have a thing for redundant syllabuses, or rhythmic consonance…
Could be cool to go towards this direction.

Another suggestion, if you take them: offer votes like up/down/pass, Patternarium style.
So that you can make the thing imptove itself.

A last one: being able to pin a word. Or even enter one.

4 Likes

Pretty cool. I had few really good ones.

:+1:

1 Like

Oh sorry! I didn’t know you made the tool!

My bad! That is super cool and really helpful!

Nice job!

1 Like

I wrote a python script that generate different autechre bandnames

ausudgf
aujvytgsd
autsadf
ausidtf
auxkzyrtd
autde
auskgfrtd

4 Likes

Haha that reminds me, I don’t think it’s active anymore, but there was an IDM name generator online. I found the code on GitHub and kinda faked it in Python. It was actually kinda smart (the original code), it used a flat list of real song names and IDM artists and would pick random names from the list, then using different operations like string slicing come up with a new name. I made it so that you’d type in a word and then it would use that as the base. Results were… mixed. But a fun experiment nonetheless :slight_smile:

3 Likes

would you mind sharing the github link? :slight_smile:
cheers!

Concrete Cave is nice! :slight_smile:
I’ll take a look into the pin thing! sounds interesting.
cheers! :smiley:

1 Like

For sure! https://github.com/wjt/flitwemmmmm - this is the original source I adapted what I did from. A small amount of Python and mostly Haskell (I don’t know this language at all). I don’t have what I put together on GH, and honestly my coding skills are so embarrassing I wouldn’t wanna share lol… but basically, I took the flat file that’s buried somewhere in this repo and wrapped some string functions around it to make multiple passes over an entered word that gets more and more malformed until you (hopefully) get something sort of usable.

1 Like

thanks!! :slight_smile:

rolled the dice and got “excessive antifundamentalist”

well, then.

Album production starts tomorrow.

9 Likes

did a complete website code refactor and now it is a proper web app.
enjoy :slight_smile:

ps. a lot more is about to come :wink:

3 Likes

Sorry for necro-posting, but this one is useful for me because it does not convey any meaning:

9 Likes

Not a title generator, but a very powerful text generator, deep learning based. I use it a lot.
https://bellard.org/textsynth/

1 Like