#Core Keeper Orchestra

1 messages · Page 2 of 1

reef cosmos
#

im not fluent in music reading either but you can just bring up clef note guides and the core keeper conversions, that's what i do to be precise

faint cedar
#

53 NEWS MESSAGES

violet crest
#

its not

#

thats a macro

#

#1, the key changes are instant
and #2:

hardy robin
#

anybody know what the valheim meadows it?

pallid shadow
#

I thank you so much for this.
Didn't played it full + at the end i had a brain lag, but 100% priceless that I was able to include it to my lullaby collection i played to my friend comrade while he slept IRL and left the server for me on.

formal river
#

Ummm.

Does anyone here have an interest in the actual score of the soundtrack?
I've been messing around with it on my cello & would love to know if it's been published or transcribed yet

edit: i am not talking about the in-game cello

night totem
#

I'm not personally sure about custom music sheets, that's not something me or Blah do/did, it's always been manual play afaik

#

sorry for the insanely late response

#

This thread has been around for like a year, you just have to know to look for it. I wish they'd give us an official channel like the wireheads have lol

#

afaik except for a few people most people play manually, it seems like Bunny might be working on getting MIDI working though

#

Yea they definitely need a little bit of tuning, it would be cool if they added shift/caps lock as a way to add reverb/sustain and. . . I forget the technical term for it but to make a note short and not reverb

thorn lagoon
thorn lagoon
#

the problem is you kind of have to craft a midi to fit within the two octave limit

night totem
#

Yea sorry about that, the wiki page and this thread were both made before we even knew there'd be a port to console, the whole system probably needs an overhaul

thorn lagoon
#

2 octaves is bs

open coral
#

one of my friends suggested that there should be a key to switch the octaves

#

beats making up more inputs for higher or lower octaves for sure lol

thorn lagoon
open coral
#

that's true yea

night totem
#

Raft I think only manages three by allowing shift and ctrl to raise or lower the default octave by 1

thorn lagoon
# night totem afaik except for a few people most people play manually, it seems like Bunny mig...
import mido
import keyboard
import time

# Key mappings for Core Keeper
note_to_key = {
    48: 'z',   # C3
    49: 's',   # C#3
    50: 'x',   # D3
    51: 'd',   # D#3
    52: 'c',   # E3
    53: 'v',   # F3
    54: 'g',   # F#3
    55: 'b',   # G3
    56: 'h',   # G#3
    57: 'n',   # A3
    58: 'j',   # A#3
    59: 'm',   # B3
    60: 'q',   # C4
    61: '2',   # C#4
    62: 'w',   # D4
    63: '3',   # D#4
    64: 'e',   # E4
    65: 'r',   # F4
    66: '5',   # F#4
    67: 't',   # G4
    68: '6',   # G#4
    69: 'y',   # A4
    70: '7',   # A#4
    71: 'u',   # B4
}

def analyze_midi(midi_file):
    """ Analyze the MIDI file to extract timing and tempo information. """
    midi = mido.MidiFile(midi_file)
    note_events = []
    current_time = 0

    for msg in midi:
        current_time += msg.time
        if msg.type in ['note_on', 'note_off']:
            note_events.append((current_time, msg))

    return note_events

def play_midi_file(note_events):
    """ Play the MIDI file using accurate timing based on the analysis. """
    # Initial delay to allow for window focus
    time.sleep(5)  # Adjust this time as needed

    # Right-click to ready the instrument and wait for a moment
    keyboard.send('right')
    time.sleep(1)  # Adjust the wait time as needed

    start_time = time.time()

    for event_time, msg in note_events:
        while time.time() - start_time < event_time:
            time.sleep(0.001)  # Sleep briefly to prevent busy-waiting

        key = note_to_key.get(msg.note)
        if key:
            if msg.type == 'note_on' and msg.velocity > 0:
                keyboard.press(key)
            elif msg.type == 'note_off' or (msg.type == 'note_on' and msg.velocity == 0):
                keyboard.release(key)

# Analyze the MIDI file
note_events = analyze_midi('gogopowerrangers.mid')

# Play the MIDI file with accurate timing
play_midi_file(note_events)

INSTRUCTIONS: basically prepare the instrument you wanna play, tab out, run the python script, you have 5 seconds to return focus to core keeper before you start playing

attached is a sample mid I made

#

I have other scripts for mapping keyboards and other macros, but they're kinda not documented well and specific to my hardware setup soooooo not really useful for others

#

but this midi script should work for anyone as long as you have really simple midis

night totem
#

@shadow trellis Could I bug you to pin that midi script like you did the original thread message?
OH, also massive grats on becoming a dev apparently! I've been inactive from the community for a while but I've been meaning to come back

shadow trellis
night totem
shadow trellis
night totem
#

Gotcha no worries.

frank moon
thorn lagoon
covert goblet
#

I've been messing with AutoHotKey and ChatGPT and tweaking for timing using the Sheet Music from the CKW. I'm of the mind that it's considered anti-fun to use macros to play music for you, but my fingers aren't as dexterous as some others, so I've given myself a pass. Is there any interest in that? So far I only have Mary Had a Little Lamb, but am moving into others like Sea Shanty 2. I am more than willing to share what I put together, and would love notes on how I can do it better.

unique yew
#

@vague quail

tiny badger
#

I know someone must have posted it already, but here it goes StrollyPolyUwU
Zelda - Sarias song
V N M - V N M - V N M E W - M Q M B C - X C B C
V N M - V N M - V N M E W - M Q E M B - M B X C
X C V - B N M - Q M C
X C V - B N M - Q W E
X C V - B N M - Q M C
CX VC BV NB MN QM WQ - E R W E

unique yew
#

anybody ever see the Spirited Away OST being posted?

#

I wish I could search in threads, but it seems like you can't search for now

thorn lagoon
turbid jacinth
#

@queen roost

alpine grotto
#

can we make our own sheet music?

tiny badger
night totem
glacial mango
tribal hearth
#

Inner Light episode from Star Trek Next Generation 1992 = ZXZV VBQN B2Q JN BVX 🙂

#

I hope I got it right, I had to transpose it from a PS5 controller

tribal hearth
tribal hearth
#

Undella Town - Pokemon OST

(QDV)JR**(JX)** / 3WV(QDV)JR**(VX)** / TRJ(QDV)JR**(JVX)** / TRJ(QDV)JW**(VX)** / VQJTRQ**(JV)** / VQJTRQ**(JVX)** / Y7RTJ3W / Y7RTJQJ / VQJTRQ**(JV)** / VQJTRQ**(JVX)** / Y7RTJ3W / Y7RTJQJ

dull matrix
#

I'm impressed with people's ability to play music in this game.
And hey, even the embertail wanted to add on to the song.

rancid bane
#

does anyone have the notes?

#

i'm kinda dum to separate them by myself i wanted to get some tabs from a few songs

brave spruce
#

playing Toto with 3 other friends

#

my GOD this so good hahahahhah thanks again

thorn lagoon
thorn lagoon
tiny badger
brave spruce
dark grotto
#

intro to blue bird. (first attempt at doing this kind of thing)
SGH N H G | SGH N (longer) M | N M 2 | SGH N H (long) | G G 2 M G 2 M | ZZ SS. (it sounds wonky at the end due to lack of keys)

dull crypt
#

Thank you my friend. Hello fellow musical maestros

dull crypt
#

I tried to make sense of the USSR anthem song thats posted. MAde it a little clearer to read. Bold is hold

unique yew
#

It sounds amazing frfr

smoky elk
#

is there sheet music for the main theme from the amazing digital circus

#

if thats possible to make

frail nexus
#

Just fixed the Ballad of the Wind Fish sheet music on the wiki, it was way off

#

had to go down an octave for the second half, but at least it's all in the same key now

frail nexus
smoky elk
#

yeeessssssssss

#

thaaanj youuu so freaking much

#

i appreciate it so much

#

thank you

#

You da best

sly elbow
#

Is there a chance anyone has Xbox versions of these music sheets?

night totem
sly elbow
#

Yea I figured as much, thank you though!

trim yoke
frail nexus
#

I can check later tonight! Am at work

#

Ping me in 5 hours haha

trim yoke
#

No worries! I would work on it myself but I'm not great with sheet music haha

frail nexus
#

definitely sounds way wrong. ugh... I'll see what I can do.

frail nexus
#

Pretty sure that the core keeper ocarina is in range for playing the harmony as well, but yer on your own piecing that together xD

trim yoke
#

Holy crap, I appreciate this so much

trim yoke
tribal hearth
#

G....G....G....2....M........M....2....N........N....M....H.................G....G....G....2....M....M....M....2....N....N....N....M....H.................G....G....G....2....M........M....2....N........N....M....H............H....G....G....G........G....G....G....G....G....G....G....G....C

Sigma Boy

onyx yacht
#

Is it possible to play automatically?

dull matrix
#

Craft the music work bench and you can get a music stand thing that you can place music sheets on and then play near them to play that specific song.
If you're talking about all the songs people are listing all the keys to here, though, those do not exist as music sheets in game and must be played manually or with an external tool to automatically press keys.

onyx yacht
#

thank you very much

#

and now, here I go looking for this tool

dull matrix
whole ravine
#

These kinda programs are called makros

true rivet
#

yall know whats the sheet for binks sake ?

stoic ferry
#

sheet for Futur - mask off (flute) please 🥺

jolly plume
jolly plume
#

(If anyone can also do it faster than me then please do, I wont be upset)

stoic ferry
#

I did it ,I think, Futur-mask off : X..... V... B.... B.. N.. B... V.... C.... Z... X..... (x2) W..... Y.. R.. T.... T.. Y.. T... R... E... R... Q... W...... (x2) instrument flute.

jolly plume
#

oh wow! 😊

pure ledge
pure ledge
cinder tulip
#

c ccc v c z c - chopin winter wind intro, will try to figure out a bit more

naive bough
#

holy this is so good

reef cosmos
#

🔥

reef valve
#

idk if someone already posted it but
i need an undertale ost sheet
something like the intro or maybe ||asrial dremur|| theme (tho i would doubt someone would actually do ||asrial dremur|| because his theme is pretty heavy)

blissful mountain
#

Fighting dreamers naruto?

#

Also anyone know what is the best way to translate sheet music if I wanted to do it myself?

regal mauve
#

Anyone got mia and sebastians theme from la la land

pallid estuary
#

Oh thank god theres an actual thread for this

#

Could i get someone's help translating a few songs into core keeper?

#

specifically Myla's ambient humming from Hollowknight and the Song Of Growth from Spiritfarer

#

Ive got most of them down but i can't figure out the final notes

#

for the song of growth im not sure they even exist in game

#

Song of Growth: E- WQW E- T T | E- WQW E- Y Y | E- WQW E- U U | E- WQW E- (Sadly the next note needed does not seem to exist in game but if it did it would be I I)

#

Myla's Song: Y TRTRERW | Y TRTRE (and I can't figure out the last 3 notes)

pallid estuary
wary drift
#

I apologize for this not being exactly the standard format, but I wanted to share my lengthened version of Littleroot Town. Above the line is what's on the wiki, and below the line is the rest of it that I transcribed myself. I used dots to separate individual fast chords so that it's more readable. Aside from that, italics are a fast note, bold or a space after a note indicates it's longer, and underlined notes should be played together. I included myself playing it, albeit pretty sloppily in the middle.

Littleroot Town (Pokemon Emerald/Ruby/Sapphire)
ZVBN BNBNJQ WN N2W E W NBVCVNW XCV QJJNV WNNBV CXC VB

Z.CQ.BJ.VN | CB.VN.CB.VN.BJ 2.CQ W.NS.B.CN.2.VW BE NR VN.CB.XV.SC.XV.XN.2.MW | X.C.XV | NQ.BJ.BJ.VN.XV 2.VW.N.VN.CB.XV | ZC.XV.CB VN.BJ |

VN.BJ.CQ C2.BJ.VN.CB.XV.XV C.X V.N.B C.V.X.V.ZC.ZC.XV.CB | VN.BJ.CQ N.2.E.ET.WR.2E.WR.MW | WR.Y.JT M.E.R.W.R.QE.QE WR.ET |

night totem
#

Glad to see the thread remains active even with me and Blahsank mostly gone

#

I do occasionally check in and see what everybody has been up to

celest iron
#

W5QQWR / VVVQWEREWE
55 / WW /MW / REW
W5QQWR / VVVQWEREWW
55 / WW / MW / REW
WWUU5W / QWUU5W / QW
55 / WW / MW / REW

WQQQ QQ QQQQQQQQQ QQQQQQQQ
W TRW TRW R
T 5E 5E 5EW E5T5
55E 5EW UYYU55EW
WWMWE5E / WWMWE5 T5T5T U5T5E
5E5E5EWE5T5
5E5EW UYYU 55EW
WWMWE5EWWMWE5EW
WQQQQ QQWW

ooisi masayosi / kimi zya nakya dame mitai
大石昌良 ・ 君じゃなきゃだめみたい

reef cosmos
wary drift
rough trench
#

Portal Radio music

T5E5 | T5E5WEN | E5TE 2WEN N
T5E5 | T5E5WEN| E5TE 2WEN| JWR Y7YRW | N2E TYTE2 W

inland star
#

Had to shift some notes up to make the whole thing fit and hopefully I followed the format correctly

Frostpunk: The City Must Survive

W TRT | J 3W3 | JNBNJ Q JN | B 3W3 B | B W Q N J | D Q J Q D | X N J N BGB | X J N | X B V | D X Z Z Z X J N | X D X | B QWJ NJ | QNBN | BGBN | X ZXDVGH | QWJNJ | JQNBN | BNJQ2W | 3W

inland star
#

Undertale Heartache

J2Q2J | JQ26R (X2) | D Q J HGV J | D Q J HGV J | V HJ | 232Q2 J

inland star
#

Children of the Omnissiah
XRY XWR XRY XRY XRY XRY XWR XRY | Y7 7TY NWR CE XW ZN | V N Y7 7TY | BWR BWT BWX XW V N N N | NR NE VNW VNW XB XVN ZC BT-BT-RV-BT VR-YN | WRN E2 WNV WNV XR XY E Q N | BT-BT-RV-BT VR NXVXNXVXVCVBN | XVXNXNXCVCXNXVXNXVXVCVBN | XVXNXVXCVCX | NXVXNXVXVCVBN | BBVB VN

timid sundial
#

unravel tokyo ghoul has anyone converted it?

inland star
timid sundial
inland star
timid sundial
#

lowww

timid sundial
#

also, @inland star may i ask how you convert them into core keeper's notes?

inland star
timid sundial
compact ferry
#

My best shot at Eulogy for the Ego
2 E3 HM2 M2E 3 Z

proud dagger
#

hello.
i came back to corekeeper and got interested in learning how to translate music sheets into the game with minimal musical knowledge on my end.
is there anyone who may share some tips with me?
thank you!

inland star
proud dagger
inland star
#

Most likely.
I’d be alright with teaching you a few things.
Though my own (minimal) understanding is on the concertina not the piano.

Hopefully it translates well enough

proud dagger
vagrant tulip
#

Discovered the instruments after getting back to Core Keeper. I messed around with the notes and accidentally discovered Tarantella napoletana

MMGGMMG
GCGBBBNBG
GCXCCCGBG
CXSSSZSG
G [Then repeat]

currently trying to figure out 'Once Upon a December' from Anastasia now, so wish me luck haha

jolly plume
#

anyone made silksong playable music notes/sheets for core keeper yet? 🐛 🎶

final stag
#

anyone made moonlit sonata?

rocky basin
#

Frog Theme - Chrono trigger anyone?

near rampart
craggy rose
#

dam. why is music so hard this game?

#

why can't i just roar and the gate open?

inland star
#

Cause it’s the gimmick of the game.
It’s only hard if you can’t read note block

viral solar
#

Main Theme | Pirates of the Caribbean

ww ww ww www ww ww ww w
nqww werr rtee wqqw
nqww werr rtee wqw
nqww wrtt ty77 ytyw
werr t yw wree rwe

nqww werr rtee wqqw
nqww werr rtee wqw
nqww wrtt ty77 ytyw
werr t yw wree wqw

werrt y~ rwn 7~ rwj
eew r rt yyy 7y ttt ty yyy 7y trew
wer ty tre rtyt rty tr ere w eqw
wer er trt ytrw werty7wt r tew e2
y~7~ yyy yt t~r~ erew
wer y wer 7 wer y y y yt t~r~ rtew wx~

#

Glorious Morning

w [gm][gm] w [xbm][xbm] e [wx] [gnw][gnw] w5 e[cn2][cn2]
e [wm][gm][gm] w [xbm][xbm] e[xw5][gnw][gnw]
y e[cn2][cn2] e

w [gm][gm] w e [xbm][xbm] y e [wx] [gnw][gnw] ww5 e[cn2][cn2] 2
e [wm][gm][gm] w e [xbm][xbm] 5 y u[gw][gw] y 6 [c2][c2] 5 e

m w e y m w e 2
g~~ n~~ g~~ n~~

m w e 5 u y 6 5
g ggg g g n nnn nn g ggg g g n nnn n n

mmw 2n2 wmw ewe wmw 2n2 m2w 2we

w2w 2n2 wmw ewe wmw 2n2 n2w 2mn

wmw 2n2 wmw ewe wmw 2n2 m2w 2we

mnm 2n2 w2w ewe 5e5 5y5 y5y y5y

[mu] ggg mxn m ccc nc2 wggg wg ew 2c nc2

m mmm mgmg wew 2c2w

mmm mgng wew 2wgn

[mu] ggg mxn mccc nc2 wggg wg ew 2w 2wn

m mmm mgmg wew 2c2w

mmm mgng w2w gn

mmw 2n2 wmw ewe wmw 2n2 m2w 2we

w2w 2n2 wmw ewe wmw 2n2 n2w 2mn

wmw 2n2 wmw ewe wmw 2n2 m2w 2we

mnm 2n2 w2w ewe 5e5 5y5 y5y y5y

[5umg][mg]w2 [5ymg] [6mg] [5mg]

c [nc]5e[wc][2c] x [hx]w2[mx][nx] c [nc]5e[wc][2c]

[5umg][mg]w2 [5ymg] [6mg] [5mg]

x [nx]5e[wx][2x] c [hc]w2[mc][nc] g [ng]5e[wgu][2gy] [mug]

mmmm m m m 2n me6e 5ew2m

inland star
#

well done on those songs. Both of them

untold tangle
#

The Beauty of Nature from Monster Hunter Wilds:

NWQENNTRT7WQJ765RQW

ember hazel
#

Would anyone actually use an instrument macro mod? I was thinking of making one but it also feels kinda like it goes against the spirit of it all

inland star
#

What is an instrument macro mod

ember hazel
#

Like it plays the song for you. It's used a lot for games like ffxiv and where winds meet with like super complicated instruments

#

Core keepers aren't that complicated tho so there might not be a point

crude drift
#

hi! does anyone has Megalovania from undertale? cant find it anywhere

inland star
ionic storm
#

Is anyone here kind enough to do like the first 5-10 seconds of Penumbra Phantasm?

craggy rose
#

i am so eager for a roar sound in this game

craggy rose
night totem
#

Man it's been way too long since i've said hi here

#

Glad to see the place active even without me to drive it anymore

harsh river
#

does anyone know where i can find what keys translate to what notes on the ocarina

reef python
#

do we got any omori representation in here

craggy rose
reef python
#

thats it im working on an omori song

reef python
#

C B || X B | C B | J N | B N | V B | C B | J N C | B N C V B | C B | X B | B N V B | (all i got so far)

deft hill
#

just got an ocarina, and I think a sheet to play Lugia's Song from Pokemon 2000 would be cool, I think I'll try to work on it

inland star
#

I look forward to the result

craggy rose
#

me too

granite shale
noble ruin
#

@night totem regarding your fandom.com post on core keeper sheet music, Im currently working on a program that auto plays the sheet musics, but I need to translate the sheet music to controls, but dont understand what it means when a sheet has (repeat)" X, V,N, N, M (Repeat) N, X, V, B V C, B, G X G N, W 5 Y, XGW"

night totem
inland star
noble ruin
#

alright 👌

noble ruin
velvet arch
#

How do you play the music notes for the doors on a ps. I have tried everything and can't figure out how.

craggy rose
inland star
craggy rose
#

aww thx🥹 . ofcourse: i need to learn every skill possible

craggy rose
#

@inland star can any instrument be used on any door?

#

or is there specific for each door

inland star
craggy rose
#

thanks💚

#

i need to find this beautiful place

#

sure they all are craftable but adventure is fun for me

#

piano and drum are the only ones which crafting is the only way

tribal hearth
tribal hearth
#

Semi converted it?

night totem
tribal hearth
#

Pokémon

L2⬆️ L2⬆️ L2⬆️ L2⬆️ |
L2⬆️ L2⬇️➡️ |
➡️ L2⬆️ L2⬆️ L2⬇️ △ L2⬇️ |

(L2 L3) (L2 L3) (L2 L3) (L2 L3) |
(L2 L3) L2⬆️ L2⬇️ |

L2⬆️ L2⬆️ L2⬇️L2⬆️ |
L2⬆️ L2➡️ !

night totem
#

I still respond to pings as you can see, but I'm not terribly active otherwise

tribal hearth
#

Awww

tribal hearth
#

Last ping I promise c:

night totem
night totem
valid hull
#

Hopefully this is formatted right

Another player and i managed to get the Freedom Motif from Deltarune on the ocarina (though after testing we've found it works with just about any instrument, ocarina just sounds the best for long notes)

Dropping it here:

M | MJM5J | M | MJHGJ | MJM5 | 565E | 3 | M 2 H 2 | 3 E32 |

craggy rose
#

thankfully ocarina is more easy to find than the others

#

actually all instruments are craftable

craggy rose
tribal hearth
#

Hollow knight main menu theme: Q Q W3W Q B H B V B | Q Q W3R T 3 W Q J Q V J Q R Q J VNQR

#

Made by a friend of mine

night totem
#

I wonder if we'll get automated instruments with this update, that you can program a sort of in game midi to auto play instruments, doubt it though.

hard depot
#

hey hey! Nothing big but my girlfriend and I had some fun playing Africa by Toto (chorus meant to be played with two people)

rrrrrrrree
w j v q

rrrrrrrrrree
w j v q

rrrrrrrrrree
w j v q

rrrrrrrrrree w q e r e w
w j v n q x

hard depot
#

and here's Great Fairy Fountain, also made for 2 players 😛

y t 5 t
wjb wjb wjb wjb

t r e r
qnv qnv qnv qnv

r e 3 e
jbc jbc jbc jbc

e w 2 w
nvx nvx nvx nvx

every top note meant to be played inbetween the triplets

unborn flume
#

Havanagila on flute :

C C H V C
H H M N H
N N Q M N H V C

unique yew
#

we need more traction here!

mental onyx
#

Tag me