updated Russian translation and fixed bug in piano-roll
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@48 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2006-01-10 Alexey Kouznetsov <alexey.kouznetsov/at/gmail.com>
|
||||
|
||||
* locale/ru.ts:
|
||||
updated Russian translation
|
||||
|
||||
2006-01-10 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
|
||||
* src/core/piano_roll.cpp:
|
||||
update pattern after changing volume of step-note
|
||||
|
||||
2006-01-09 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
|
||||
* include/setup_dialog.h:
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(lmms, 0.1.2-cvs20060109, tobydox/at/users.sourceforge.net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.1.2-cvs20060109)
|
||||
AC_INIT(lmms, 0.1.2-cvs20060110, tobydox/at/users.sourceforge.net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.1.2-cvs20060110)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* piano_roll.cpp - implementation of piano-roll which is used for actual
|
||||
* writing of melodies
|
||||
*
|
||||
* Copyright (c) 2004-2005 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
* Copyright (c) 2004-2006 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
|
||||
*
|
||||
@@ -1435,6 +1435,7 @@ void pianoRoll::mouseMoveEvent( QMouseEvent * _me )
|
||||
MIN_VOLUME,
|
||||
MAX_VOLUME );
|
||||
m_currentNote->setVolume( vol );
|
||||
m_pattern->update();
|
||||
m_pattern->getChannelTrack()->processInEvent(
|
||||
midiEvent( KEY_PRESSURE, 0, key_num,
|
||||
vol * 127 / 100 ),
|
||||
|
||||
Reference in New Issue
Block a user