not neural network text and music generation

  • 23 Replies
  • 7223 Views
*

chung

  • Bumblebee
  • **
  • 33
not neural network text and music generation
« on: April 24, 2019, 10:44:50 pm »
i made a non neural network ( RNN , LSTM ...) music and text generation using SORT sequences algorythm ( gentext_chung & brainpiano3 of midipiano_chung )  ::)

=>  http://chungswebsite.blogspot.com/2019/03/gentextchung-text-generation-based-on.html
=>  http://chungswebsite.blogspot.com/2019/03/brainpiano3-sort-not-neural-network.html

*

goaty

  • Trusty Member
  • ********
  • Replicant
  • *
  • 552
Re: not neural network text and music generation
« Reply #1 on: April 25, 2019, 01:38:14 am »
Nice 2 see a fellow developer.  I usually work without traditional neural meshes as well.

Synonymity in English means that two different words have the same meaning.
In music, this would translate to a phrase of notes which has a common surrounding of notes around it.

So the computer decides it "means the same thing" even tho they are different note "words".

Every time you say somethings the same, you get more "music" to come out,  but eventually it breaks down if you do it too much.
« Last Edit: April 25, 2019, 02:30:05 am by goaty »

*

Korrelan

  • Trusty Member
  • ***********
  • Eve
  • *
  • 1454
  • Look into my eyes! WOAH!
    • YouTube
Re: not neural network text and music generation
« Reply #2 on: April 25, 2019, 08:11:58 am »
Welcome Chung... Interesting project.

 :)
It thunk... therefore it is!...    /    Project Page    /    KorrTecx Website

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: not neural network text and music generation
« Reply #3 on: April 25, 2019, 10:29:08 am »
Heh goaty you really got that idea from me didn't you >:)

This is what I do too chung, no net whitebox stuff, I will check it out.

Can you show us samples of the music?
« Last Edit: April 25, 2019, 03:12:33 pm by LOCKSUIT »
Emergent          https://openai.com/blog/

*

chung

  • Bumblebee
  • **
  • 33
Re: not neural network text and music generation
« Reply #4 on: April 26, 2019, 06:04:44 am »
i made a video  https://www.youtube.com/watch?v=LsyjQ1X6yfQ

but it is monophonic (chords are recreated in the end)  ::)

i am studying another version
  =>  import midifile (done)
  =>  save it as text    (done)
  = > with gentext generate new text , and play it as midiOuttmsg (done)
« Last Edit: April 26, 2019, 01:52:18 pm by chung »

*

chung

  • Bumblebee
  • **
  • 33
Re: not neural network text and music generation
« Reply #5 on: April 26, 2019, 02:00:06 pm »
(26/04/2019) i have added to brainpiano3 of midipiano_chung  save as miditext txt files from imported midifiles (save with  [A]noautochord selected)

then when loaded these txt files gentext_chung generates mid music sent to the universal default midi mapper port instead of speach .   ::)


new video => https://www.youtube.com/watch?v=egfXspTBeJI
« Last Edit: May 04, 2019, 10:50:07 am by chung »

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: not neural network text and music generation
« Reply #6 on: April 26, 2019, 03:45:30 pm »
so it uses blankies/blank notes, and once the output is done, it spices up/converts the notes into cool sounds like piano or synth? Can you show us dark synths like drum or vibes?
Emergent          https://openai.com/blog/

*

chung

  • Bumblebee
  • **
  • 33
Re: not neural network text and music generation
« Reply #7 on: April 26, 2019, 08:26:49 pm »
for now i just send noteon / noteoff midimessages , so it plays the piano on the default midi mapper out port (i prefer the piano sound) .
if you are interested i can add send output to a midi input selection port so you can play another instrument .

the last version includes time data in the text strings generated so it is polyphonic with any tempo and velocity.

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: not neural network text and music generation
« Reply #8 on: April 26, 2019, 08:43:46 pm »
I'm not sure yet I'm interested enough in the outputs compared to the music I would like to hear, but, maybe it is interesting if I heard it with other sound mask, can you show us an output of a techno like music using this sound mask below (or something similar)?:

https://www.youtube.com/watch?v=YCT2VUXjJTg&feature=youtu.be

So, instead of hearing "piano, pianopianopiano, piano,,, piano"
we hear
"boom, boomboom,,, boom boom boomboomboom, boomboom"
or
"vvbvv,vbbvvvv,vvv,,,,vvv,vv,vvvvv,,vvvvv,vvbbvvvv,"

:)))

I have another idea
say our output is:
Note_Note_Note_Note_Note_Note_Note_Note
how about we make every other a 2nd type of instrument sound like this, 2 instruments!:
boom_whoosh_boom_whoosh_boom_whoosh
Therefore we get:
Boom......whoosh..boom.........boom boom BOOM.....WHOOSH boom WHOOSH.........boom whoosh
Emergent          https://openai.com/blog/

*

chung

  • Bumblebee
  • **
  • 33
Re: not neural network text and music generation
« Reply #9 on: April 26, 2019, 09:53:27 pm »
will keep it like it for now  ::)

just added a combobox to gentext for selecting the instrument (grand piano, electric piano, ... vibes ,...,  gunshot ) 


=>  https://www.youtube.com/watch?v=cDDf7f7ToI0
=>  https://www.youtube.com/watch?v=qC56waG52fE
« Last Edit: April 28, 2019, 08:15:50 am by chung »

*

ivan.moony

  • Trusty Member
  • ************
  • Bishop
  • *
  • 1722
    • mind-child
Re: not neural network text and music generation
« Reply #10 on: April 27, 2019, 11:58:12 am »
Hello Chung :)

Did you think of offering this to someone in game industry? Or maybe as a pluggable library for embedding in C, javascript, flash, or something?

I remember some attempt in good old days where music mood followed the game action intensity. It was some samurai game or something, but back then there were no more developed neural networks, so I guess it had to be some music-transition advanced if-then switching mechanism. I think it was about year 1995., but I don't remember the game name. Anyway, the concept was used as a curiosity to promote the game. The game ended up described even in one Croatian monthly computer magazine...

*

chung

  • Bumblebee
  • **
  • 33
Re: not neural network text and music generation
« Reply #11 on: April 27, 2019, 04:55:43 pm »
well, for now i'll have a little rest ...  ::)

*

chung

  • Bumblebee
  • **
  • 33
Re: not neural network text and music generation
« Reply #12 on: May 02, 2019, 03:53:33 pm »
(02/05/2019) many bugs corrections + new look  ::)

*

goaty

  • Trusty Member
  • ********
  • Replicant
  • *
  • 552
Re: not neural network text and music generation
« Reply #13 on: May 02, 2019, 03:59:45 pm »
The way I get my little critter to walk splitbrained is by forming sequences of the other leg,  very similar to this.  :)

.

*

chung

  • Bumblebee
  • **
  • 33
Re: not neural network text and music generation
« Reply #14 on: May 03, 2019, 09:02:34 am »
as my chatbot says : "thats too complicated for me ..."

(04/05/2019) genmidi_chung version with midi data size x3 (adds transpose +2, -3 )  ::)
« Last Edit: May 05, 2019, 09:29:12 am by chung »

 


Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 15, 2024, 08:14:02 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

314 Guests, 1 User
Users active in past 15 minutes:
squarebear
[Trusty Member]

Most Online Today: 335. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles