All Projects → ParadiseHell → PianoView

ParadiseHell / PianoView

Licence: other
A custom view of piano on Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to PianoView

PlayPiano
Implement and simulate piano on web page.
Stars: ✭ 16 (-70.37%)
Mutual labels:  piano, piano-keyboard, pianoview
Autopiano
自由钢琴 🎹 AutoPiano ( https://www.autopiano.cn ) Simple & Elegant Piano Online
Stars: ✭ 5,117 (+9375.93%)
Mutual labels:  piano
multipiano
A vuejs application which allow users to play piano with friends!
Stars: ✭ 33 (-38.89%)
Mutual labels:  piano
msmd
A Multimodal Audio Sheet Music Dataset
Stars: ✭ 49 (-9.26%)
Mutual labels:  piano
hackthepiano
Learn reading notes on the fly fast and easy
Stars: ✭ 18 (-66.67%)
Mutual labels:  piano
tune
Make xenharmonic music and create synthesizer tuning files for microtonal scales.
Stars: ✭ 73 (+35.19%)
Mutual labels:  piano
guitar-tabs-to-MIDI
A program that converts Guitar Tabs into MIDI files.
Stars: ✭ 38 (-29.63%)
Mutual labels:  piano
X-Piano
Now you can make your own piano!
Stars: ✭ 13 (-75.93%)
Mutual labels:  piano
PianoTranscription Windows
MIDI parser (Juce library is used) + "PianoFingering_CalcModule" + "PianoAudioToMidi" + "PianoKeyboard" + WinAPI GUI
Stars: ✭ 52 (-3.7%)
Mutual labels:  piano
PianoKeyboard
Piano keyboard view for iOS, in Swift
Stars: ✭ 105 (+94.44%)
Mutual labels:  piano
PianoView
Fully custumisable piano keyboard view with IBDesignable properties in swift
Stars: ✭ 34 (-37.04%)
Mutual labels:  piano
bookmarklets
My JavaScript bookmarklets.
Stars: ✭ 125 (+131.48%)
Mutual labels:  piano

PianoView

PianoView

A custom view on Android,which can help you easily to create a piano on Android.

Features

  • Beautiful UI.
  • Good flexibility,which can use in different devices and layout.
  • Mutil-Touch.
  • Support piano sound.

Gradle Dependency

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the dependency:

dependencies {
        implementation 'com.github.ParadiseHell:PianoView:1.1.1'
}

How to use

In the XML layout:

<com.chengtao.pianoview.view.PianoView
    android:id="@+id/pv"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>

For more reference,plaese see the sample.

Document

License

Copyright 2016 ChengTao

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].