-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Open-PC.com   
Apps
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
- Content .- Fans (2) .- Knowledge Base  . 

KMid2

   0.2.1  updated

KDE Sound Application

KMid2
zoom


Wiki:  Link
Depends on:  KDE 4.x
Downloads:  170
Submitted:  Nov 30 2009
Updated:  Feb 8 2010
Score: 
score74%74%score
 74% good
bad   good

Description:

KMid2 is a MIDI/Karaoke player for KDE4.

KMid was developed more than ten years ago, so it was time for a revamping. KMid2 is a rewrite from scratch, with a new architecture and also some new features.

Some major features:
* Plays MIDI and Karaoke files.
* Playback to external hardware MIDI devices.
* Allows to use software synths as well.
* Tempo and volume controls.
* Pitch (transpose) control.
* Rhythm view (visual metronome).
* Configurable character encoding, font and color for lyrics.
* Playlists (song collections).
* MIDI Mapper.
* Channels window, with solo/muting controls and instrument selectors.
* Piano player window, using VMPK artwork and technology.
* Runs in Linux, using the ALSA Sequencer.

Ubuntu packages are available at OBS:
http://software.opensuse.org/search?baseproject=Ubuntu:9.04&q=kmid2
http://software.opensuse.org/search?baseproject=Ubuntu:9.10&q=kmid2




Changelog:

2010-02-08 0.2.1
* Automatic detection of text encodings for lyrics
* Get channel labels from SMF metadata (track names)
* Pianola window: added labels showing the channel names
* Check the runtime ALSA driver version for advanced MIDI ports
* Patch from Kevin Kofler adding a "pulseaudio" option for TiMidity++
* Fixed a memory leak
* Fixed command line play lists handling
* Fixed settings dialog: soft-synth audio output combos and apply button

2010-01-27 0.2.0
* External soft-synths can be automatically launched at startup. A new page including FluidSynth and TiMidity++ settings has been added to the "Configure kmid2" dialog.
* Each channel may be labeled in a text field besides each channel number.
* New "lock instrument" button in the channels window to override the song's predefined instruments.
* Settings per song can be saved and automatically retrieved, including text encoding, volume, pitch, rhythm, channel labels and fixed instruments.
* The sample songs location is added to the places navigation panel in the open dialog.
* Several other usability enhancements. Many thanks to the KDE Usability Team for the suggestions.

2009-12-30 0.1.1




LicenseGPL
Source(kmid2-0.2.1.tar.bz2)
Source(kmid2-0.2.1.tar.gz)
openSUSE 11.2
send to a friend
subscription
other apps from plcl

-

 Thanks!

 
 by ssuominen on: Dec 1 2009
 

Thanks. A user was "complaining" about this missing from KDE 4 to us.

So thus, this is now media-sound/kmid-0.1.0 in Gentoo's Portage.

%-)


reply to this

-

 Re: Thanks!

 
 by plcl on: Dec 3 2009
 

Thanks to you, too.
Link added to the wiki page.


reply to this

-

 not working kubuntu

 
 by pch76 on: Dec 14 2009
 

Hi!
Kmid2 error: no midi backend loaded.


reply to this

-

 Re: not working kubuntu

 
 by plcl on: Dec 14 2009
 

This error message means that KMid2's ALSA backend (kmid_alsa.so) was not found at runtime, or does not work. Probably it was not built because the ALSA library development files weren't installed before compiling. In Debian, the required package is libasound2-dev.


reply to this

-

 Re: Re: not working kubuntu

 
 by pch76 on: Dec 14 2009
 

Hi!
libasound2-dev installed.

cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..
-- Found Qt-Version 4.5.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.1
-- Found KDE 4.3 include dir: /usr/include
-- Found KDE 4.3 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- checking for module 'aseqmm>=0.2'
-- package 'aseqmm>=0.2' not found
-- building a local copy of aseqmm
-- building the ALSA backend for KMid2
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pch/Bin/kmid2-0.1.0/build


reply to this

-

 Re: Re: not working kubuntu

 
 by pch76 on: Dec 14 2009
 

Hi!
libasound2-dev installed.

cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..
-- Found Qt-Version 4.5.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.1
-- Found KDE 4.3 include dir: /usr/include
-- Found KDE 4.3 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- checking for module 'aseqmm>=0.2'
-- package 'aseqmm>=0.2' not found
-- building a local copy of aseqmm
-- building the ALSA backend for KMid2
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pch/Bin/kmid2-0.1.0/build


reply to this

-

 Re: Re: Re: not working kubuntu

 
 by plcl on: Dec 14 2009
 

The configuration looks OK, but you should confirm the contents of the $KDEDIRS environment variable, with:


$ echo $KDEDIRS


If it is not set (empty), you can do this:


$ export KDEDIRS=`kde4-config --prefix`


and run cmake again. Finally, run make & make install. After installing, run kmid2 from the terminal, and look for more error messages.



reply to this

-

 Re: Re: Re: not working kubuntu

 
 by plcl on: Dec 14 2009
 

The configuration looks OK, but you should confirm the contents of the $KDEDIRS environment variable, with:


$ echo $KDEDIRS


If it is not set (empty), you can do this:


$ export KDEDIRS=`kde4-config --prefix`


and run cmake again. Finally, run make & make install. After installing, run kmid2 from the terminal, and look for more error messages.



reply to this

-
.

 Re: Re: Re: Re: not working kubuntu

 
 by pch76 on: Dec 14 2009
 

THX!
workin!

yesss! :)
pch


reply to this

-

 No sound

 
 by dglent on: Dec 25 2009
 

i dont have any sound from midi files

i tried all the outputs (


When i close the program i have a crash

Application: kmid2 (kmid2), signal: Aborted
[Current thread is 1 (Thread 0xb56a16d0 (LWP 7312))]

Thread 2 (Thread 0xb2d5db70 (LWP 7663)):
[KCrash Handler]
#6 0xffffe424 in __kernel_vsyscall ()
#7 0xb5f9b611 in raise () from /lib/i686/libc.so.6
#8 0xb5f9cf62 in abort () from /lib/i686/libc.so.6
#9 0xb5f9469e in __assert_fail () from /lib/i686/libc.so.6
#10 0xb3da721f in snd_seq_drop_output () from /usr/lib/libasound.so.2
#11 0xb3e69651 in ?? () from /usr/lib/kde4/kmid_alsa.so
#12 0xb3e6bfa7 in ?? () from /usr/lib/kde4/kmid_alsa.so
#13 0xb6bd2e83 in ?? () from /usr/lib/libQtCore.so.4
#14 0xb5f5d885 in start_thread () from /lib/i686/libpthread.so.0
#15 0xb604857e in clone () from /lib/i686/libc.so.6

Thread 1 (Thread 0xb56a16d0 (LWP 7312)):
#0 0xffffe424 in __kernel_vsyscall ()
#1 0xb5f61d12 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/libpthread.so.0
#2 0xb6056744 in pthread_cond_timedwait () from /lib/i686/libc.so.6
#3 0xb6bd3f3c in QWaitCondition::wait () from /usr/lib/libQtCore.so.4
#4 0xb6bd2f27 in QThread::wait () from /usr/lib/libQtCore.so.4
#5 0xb3e6c2b0 in ?? () from /usr/lib/kde4/kmid_alsa.so
#6 0xb3e58a58 in ?? () from /usr/lib/kde4/kmid_alsa.so
#7 0xb3e52345 in ?? () from /usr/lib/kde4/kmid_alsa.so
#8 0xb3e4ef93 in ?? () from /usr/lib/kde4/kmid_alsa.so
#9 0xb6cd8e6c in QObjectPrivate::deleteChildren () from /usr/lib/libQtCore.so.4
#10 0xb6ce17b7 in QObject::~QObject () from /usr/lib/libQtCore.so.4
#11 0xb3e4d848 in KMid::ALSABackend::~ALSABackend () from /usr/lib/kde4/kmid_alsa.so
#12 0xb6cd8e6c in QObjectPrivate::deleteChildren () from /usr/lib/libQtCore.so.4
#13 0xb6342df7 in QWidget::~QWidget () from /usr/lib/libQtGui.so.4
#14 0xb6720c2f in QMainWindow::~QMainWindow () from /usr/lib/libQtGui.so.4
#15 0xb76007f4 in KMainWindow::~KMainWindow () from /usr/lib/libkdeui.so.5
#16 0xb76449aa in KXmlGuiWindow::~KXmlGuiWindow () from /usr/lib/libkdeui.so.5
#17 0x0805a861 in _start ()




Mandriva 2010


http://img13.imageshack.us/img13/4692/kmid3.jpg


reply to this

-

 Re: No sound

 
 by plcl on: Dec 25 2009
 

Thanks for your screenshot. I suspect that the problem may be related to TiMidity, so perhaps you could try FluidSynth/QSynth, and maybe you can test the synth with other programs, for instance "aplaymidi", that is included in alsa-utils.

The synthesizer should be started before kmid2 or any other player.


reply to this

-

 Mandriva rpm

 
 by dglent on: Dec 25 2009
 

Here you can download a rpm for mandriva
http://www.mandrivalinux.gr/rpm/2010.0/i586/kmid2-0.1.0-1mgr2010.0.i586.rpm


reply to this

-

 Re: Mandriva rpm

 
 by plcl on: Dec 25 2009
 

Thanks!

I will add it to the web page.


Regards,
Pedro

reply to this

-

 Re: Re: Mandriva rpm

 
 by dglent on: Dec 30 2009
 

here is the new version
http://www.mandrivalinux.gr/rpm/2010.0/i586/kmid2-0.1.1-1mgr2010.0.i586.rpm


reply to this

-

 Re: Re: Re: Mandriva rpm

 
 by plcl on: Dec 30 2009
 

Thanks!

Does the new version solve the former crash at app exit?


Regards,
Pedro

reply to this

-

 Re: Re: Re: Re: Mandriva rpm

 
 by dglent on: Dec 31 2009
 

yes it is solved!


reply to this

-

 Re: Re: Re: Re: Re: Mandriva rpm

 
 by dglent on: Jan 28 2010
 

here is the new version:
http://www.mandrivalinux.gr/rpm/2010.0/i586/kmid2-0.2.0-1mgr2010.0.i586.rpm
i added timidity as require

perfect work


reply to this

-

 Re: Re: Re: Re: Re: Re: Mandriva rpm

 
 by plcl on: Jan 28 2010
 

Thanks, I've updated the wiki page.


Regards,
Pedro


-
.

 Inclusion in KDE 4.4?

 fresh
 by gbowden on: Feb 8 2010
 

Will this be included in the upcoming KDE 4.4 release?


reply to this

-

 Re: Inclusion in KDE 4.4?

 fresh
 by plcl on: Feb 8 2010
 

KMid belongs to Extragear, so it is not bundled in KDE SC. Also, it does not depend on the latest KDE libraries. You can compile and use KMid2 with any KDE version >= 4.2

This KMid2 incarnation is very young, so very few distros include the program in the official repositories. You can help asking to your distro packagers to distribute the program.


Regards,
Pedro

reply to this

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore
Cool Sites
iPhone Hintergrundbilder

 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.