Questions tagged [piano]

The piano (an abbreviation of pianoforte) is a musical instrument played using a keyboard.

Description

The piano (an abbreviation of pianoforte) is a musical instrument played using a keyboard. It is widely used in classical and jazz music for solo performances, ensemble use, chamber music, accompaniment, and for composing and rehearsal. Although the piano is not portable and often expensive, its versatility and ubiquity have made it one of the world's most familiar musical instruments.

Role

The piano is a crucial instrument in Western classical music, jazz, film, television, and most other complex western musical genres. A large number of composers are proficient pianists—and because the piano keyboard offers an easy means of complex melodic and harmonic interplay—the piano is often used as a tool for composition.

piano image http://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Grand_piano_and_upright_piano.jpg/800px-Grand_piano_and_upright_piano.jpg

Read more (Source)

Wikipedia Page

98 questions
-1
votes
1 answer

C# Global Variable

Problem Hi everyone, I am developing a piano in C#. I have succeeded in creating the piano and it plays fine. However, I want to make use of two timers: One timer to keep check of how much time the left mouse button was kept down (in Form.cs) and…
Clayton
  • 123
  • 1
  • 2
  • 10
-1
votes
1 answer

How do I access two hidden controls on Kontakt Player running Blüthner Model One (virtual piano)?

Dear all interested parties, I am trying to properly interface the Bluthner Model One virtual piano to my MIDI keyboard controller. This virtual instrument works within Kontakt Player 5. Presently, the velocity settings need adjusting. I did work…
-1
votes
1 answer

How to make a button execute when we swipe over it ? (In android studio)

I am trying to make a button that will execute when we swipe over it. (using java in android studio). just like we can do it on the keys of a piano app. How can I do that?
parker
  • 41
  • 2
  • 13
-1
votes
1 answer

Piano Keys-- Not overlapping and now not showing up

Note: I'm working with jFugue. public class Piano extends JFrame implements KeyListener { ArrayList keys = new ArrayList(); Player playNote = new Player(); public Piano() { drawGrid(); …
Artemis
  • 1
  • 2
-1
votes
1 answer

How can I calculate the correlation coefficient of two wav's with fft in MATLAB?

I've got two wav's, which are two different piano playing the same note, and with Matlab I've already plotted the fft, but I want to calculate the similarity between them, a.k.a. the correlation coefficient, so how can I do that? Thanks.
-1
votes
2 answers

Visual C# Piano Project

Currently in the process of creating a simple (what I thought was simple) visual piano project that can be operated by both clicking the buttons on screen and using the keyboard. I would like to have a visual signal on the screen that shows what…
BailesMc
  • 11
  • 2
-1
votes
1 answer

Invalidate programmatically piano keys on android

I have class Key that extends View and put objects of this class on layout. Key is key of piano and when it's pressed, it should change image to presses key. For this aim it has methods press() that change state, play note and calls invalidate()…
-2
votes
1 answer

Draw piano keys in GTKsharp

I'm trying to figure out how to draw piano keys in GTK+3 sharp. What is the best way to create it in Visual Studio? Thanks
1 2 3 4 5 6
7