Namespaces
Variants
Actions
Revision as of 05:25, 10 August 2012 by hamishwillee (Talk | contribs)

Music keyboard example in Qt

Jump to: navigation, search
Article Metadata

Code Example
Source file: Media:Keyboard.zip

Tested with
Devices(s): Nokia 5800 XpressMusic, Nokia N97 mini

Compatibility
Platform(s): S60 5th Edition

Platform Security
Capabilities: ReadDeviceData

Article
Keywords: Qt Resource System, Animation Framework, GraphicsView, Orientation
Created: axeljaeger (06 Apr 2010)
Last edited: hamishwillee (10 Aug 2012)

Contents

Introduction

The keyboard demo shows a music keyboard that can play tones in either square, saw or triangle sound wave.

In portrait mode, the user can choose a waveform and adjust the volume. A small keyboard for sound-test is provided in the bottom. In landscape mode, the whole screen is filled with a keyboard to be used for actual playing of a song.

The whole user interface is implemented with QGraphicsWidgets in a QGraphicsScene. Animated transitions between portrait and landscape are provided. Switching modes by rotating the device is provided using the QOrientationSensor.

Sound playback is provided when compiled for S60 using native code. As soon as the is a backend for Qt multimedia for Symbian is available, the example will be ported to use the Qt audio system. Playback will then on both mobile and desktop using the same code path.

Because the sensor framework from QtMobility needs ReadDeviceData capability the example cannot be self signed. Use Symbian Signed online for your own testing.

Planned updates

As soon as a solution is found for http://bugreports.qt.nokia.com/browse/QTMOBILITY-999 a version with a Qt-based backend will be released As soon as nokia provides a qt-ish way to lock the screen orientation, this will be added as well

History

6 April 2010 Initial version that was submitted to the QtMobility-contest. This one was actually not using QtMobility but the so called "Qt Mobile Extensions"
21 September 2010 Use QtMobility instead of Qt Mobile Extensions - Remove own emulator in favor of NokiaQtSDK's new emulator


Screenshot

Keyboard-composition.png

Download

File:Keyboard.zip

335 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved