+ Reply to Thread
Results 1 to 8 of 8

Thread: E2 Piano

  1. #1
    Wire Noob BatIgor's Avatar
    Join Date
    Feb 2008
    Posts
    3

    Default E2 Piano

    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

  2. #2
    aka Colonel Never Online Colonel Thirty Two's Avatar
    Join Date
    Oct 2009
    Posts
    2,680
    Blog Entries
    5

    Default Re: E2 Piano

    We don't make contraptions for people. Make it yourself.

  3. #3
    Wirererer jesse1412's Avatar
    Join Date
    Sep 2009
    Location
    in your basement
    Posts
    315

    Default Re: E2 Piano

    Quote Originally Posted by initrd.gz View Post
    We don't make contraptions for people. Make it yourself.

    we help :3

  4. #4
    Wire Noob BatIgor's Avatar
    Join Date
    Feb 2008
    Posts
    3

    Default Re: E2 Piano

    Oh well, I'll guess it's better to stick to my midi keyboard.

  5. #5
    Wire Noob columna1's Avatar
    Join Date
    Feb 2010
    Posts
    11

    Default Re: E2 Piano

    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
    please vote for my local lybrary teen project click here
    Quote Originally Posted by columna1
    A journey of a 1,000 miles starts, with a single step.

  6. #6
    Wire Noob Thorope's Avatar
    Join Date
    May 2009
    Posts
    19

    Default Re: E2 Piano

    a holo piano has been made before, i think i have one somewhere...

    Edit: moments later...
    Aha here it is;
    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))
    }
    enjoy, although the E2 inst the button i sure you can figure out what to do with it.

  7. #7
    Wire Noob BatIgor's Avatar
    Join Date
    Feb 2008
    Posts
    3

    Default Re: E2 Piano

    Dragge's Piano much better than holographic piano anyway, so I don't need a "good start" because I already have one.

  8. #8
    Wire Noob columna1's Avatar
    Join Date
    Feb 2010
    Posts
    11

    Default Re: E2 Piano

    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
    please vote for my local lybrary teen project click here
    Quote Originally Posted by columna1
    A journey of a 1,000 miles starts, with a single step.

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
proceed-collector
proceed-collector
proceed-collector
proceed-collector
linguistic-parrots
linguistic-parrots
linguistic-parrots
linguistic-parrots