We don't make contraptions for people. Make it yourself.
I didn't found any piano which uses E2 for buttons. I found a few, but there were no features like changing how long the sound of the piano will continue to play, or modulation or sound etc. I tried to make one by my own but failed, because of my bad knowledge of expression 2. So if anyone can make something that looks like a real piano, please make one and inform me![]()
We don't make contraptions for people. Make it yourself.
Oh well, I'll guess it's better to stick to my midi keyboard.
i can make one that is just a hologram if you want it will do nothing but its a good start
(its all i can do because im new to e2)
Last edited by columna1; 06-24-2010 at 06:40 PM. Reason: forgot sig lol
a holo piano has been made before, i think i have one somewhere...
Edit: moments later...
Aha here it is;
enjoy, although the E2 inst the button i sure you can figure out what to do with it.Code:@name Holo_Piano @inputs @outputs @persist [E O]:entity R:array Count Hit Index @trigger interval(20) # Number of keys #===================================================== Count = 20 if (first() | duped()) { E = entity() O = owner() for (I = 1,clamp(Count,0,30)) { holoCreate(I,E:toWorld(vec((I*50)-20,0,0)),vec(4,4,0.5),E:angles()) holoMaterial(I,"models/shiny") holoParent(I,E) } } for (I = 1,clamp(Count,0,30)) { if (O:aimPos():distance(holoEntity(I):pos()) < 25 & O:keyAttack1()) { if (holoEntity(I):getColor() != vec(0,255,0)) { holoColor(I,vec(0,255,0)) Hit = I timer("Play",10) } } else { if (holoEntity(I):getColor() != vec(255,255,255)) { holoEntity(I):setColor(255,255,255) } } } if (clk("Play")) { Index = Index % 9 + 1 holoEntity(Hit):soundPlay(Index,0.5,"synth/sine.wav") holoEntity(Hit):soundPlay(Index+1,0.5,"synth/tri.wav") soundPitch(Index,Hit*(250/Count)) soundPitch(Index+1,Hit*(250/Count)) }
Dragge's Piano much better than holographic piano anyway, so I don't need a "good start" because I already have one.
that reminds me i know someone who has made a fully functional holo-keybord including holo-sliders to adjust the
pitch
how long the note lasts
and how loud it is
and he might be currently working on a recording feature
and he is tetering about letting it out to the public but if he has look up the username jasongamer and see
P.S. you can find him on a server he likes to go to its called
whitewater's server
i think...but im not exactilly shure
Bookmarks