FruitWave Music Composer - Advanced Music Editor

^ that was a long time…

cough @InvalidProject

Hello, Humans!

it’s been a long while…

well my brother @luigiemaro trapped me in some place idk but i escaped

and I am happy to (almost) present:

FruitWave Composer…a better music editor…

WITH CUSTOM INSTRUMENTS, OF WAVEFORM, SOUND EFFECT, VOLUME, AND ANY PITCH SLIDES!

TIME SIGNATURE!

TEMPO UP TO 999 IF YOU WANT TO NUKE YOUR COMPUTER!

LARGER RANGE OF NOTES!

AS MANY INSTRUMENTS AS YOU WANT! (if you want to program just a bit)

ANYTHING EXTRA YOU NEED!

here’re some screenshots

^ Testing my drumkit (the coconut)

^ All the preset instruments

^ Menu

^ Editing FruitWaves themselves (changing the timbre of each instrument)

^ Changing Pitch during a note’s playing. + 3/4 time signature

coming soon! (hopefully very soon)

@richard i got it

18 Likes

Hello everyone…

not yet ready to share through makecode link, but also can’t upload an mp4 here…

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

(just btw i don’t use this account, pls dont send anything to it)

enjoy :slight_smile:

(its short)

5 Likes

Does this have a simple way of exporting music? It would be really cool if it could be all shoved into a Base64 buffer and shared like the Makecode music system has.

3 Likes

yes, but to export/import it uses its own file format…(which is just a 2d list of each note and the corresponding information)

each sublist stores the instrument, starting beat, duration, line (vertical), if its a sharp, and any pitch bend. all the info is logged in the console so you can head over and copy it.

i dont know the system of the internal music editor, but it’d require a denser pitch limit and you’d have to choose instruments that match with the ones from the internal (the car ;-:wink:

If im right that this is for your note program it’ll probably work for that. idrk the midi format but you could make it be a sort of middle man for a converter…

only problem is that its very fragile right now since it’s running with a game update loop to detect notes. having the notes played and the screen rendered at the same time make it much slower (the video is edited to put the two together)…probably just buildup from the other parts of the program but ill try to optimize as much as i can…

3 Likes

The graphics are really great! What resolution is it at?

3 Likes

Well, I was talking about how the Makecode system has a hex buffer that can easily be copied into a new project and played again with no issues. This would be useful for sharing music, as current settings and such aren’t shared between projects. If you could pack all that array information into a buffer that can be exported, copied, pasted, and played again, it would be very useful for sharing music easily! Of course, I have yet to actually look at the project :sweat_smile: so I have no idea how well this would work. I… guess I’ll do that when it comes out! I can also help greatly with optimization, especially if the project is in JavaScript, so if you want me to help with that part when it’s released, I’d be happy to help!

2 Likes

yep, it logs all your data (Notes, Accentation, Waves, Volumes, etc) into the console so you can go and copy it. then paste the data into another skeleton project which is reserved just for playing, which you can then share

3 Likes

full screen size is 640x480…each fruit is 32x32 :sweat_smile:

i needed it to be able to fit all the lines on the screen tho-

3 Likes

“Hello, we haven’t talked in quite some time”

Hello Makecode Users

I’d like to announce that FruitWave Composer’s first release…is now out!

i know its been taking so long

So here is the demo. The visual demo has the built-in graphical interface of the composer, and the audio has just the audio, with the placeholder in the livestream of the original song. The visual might lag a bit but that’s not from the project itself

Visual Demo

Audio Demo

https://makecode.com/_hgJJ9Cc7VacD

(This is VRC6 accurate, meaning it can play on an original NES, for the most part, but once the synth chords come in I gave up. it doesn’t include the section after the minute of bird noises)

The composer itself is coming out very soon; i just need to write controls + some instructions on how to use it

I would still love some help…

  1. @richard is it possible to add pulse 12.5% and pulse 25% as individual waves to the sound editor? if there were, then it would become closer to the capabilities of actual NES sound chips
  2. to everyone, I’ve been trying to find good sounds for using the noise waves as a drumkit, but nothing I’ve tried has worked to get the right sounds. if anyone can get good sounds I’d really appreciate it. (you might notice in the code I tried to “borrow” some sounds from the original makecode composer but it didn’t really work)

I’ll also be making a few more demo releases to demonstrate other capabilities of the composer

thank you all

9 Likes

i really don’t think they’re gonna sound that much different than the 10% and 30% we already have available

6 Likes

Wow, this is really impressive and very accurate! I’m always so happy to hear about new music tools because they’re so much rarer than visual or sprite tools.

1 Like

I mean in this editor, are there other pulses?

3 Likes

oh yeah, no. you’ll need to use something like my sound instructions extension if you want to access them

2 Likes

wanted to release something in a different time signature, so here’s one in 3/4

(it also kind of loops, but the timing is a bit off…I tried a few different “alignments“ but this one was best)

2 Likes