fixed singerbot high quality

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@465 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2007-03-07 01:12:09 +00:00
parent c77e194a53
commit bbd9c90025
5 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
2007-03-07 Javier Serrano Polo <jasp00/at/terra/dot/es>
* plugins/singerbot/singerbot.cpp:
fixed high quality play
* data/locale/ca.ts:
shortened some words
2007-02-28 Javier Serrano Polo <jasp00/at/terra/dot/es>
* src/audio/audio_alsa.cpp:

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(lmms, 0.2.1-svn20070228, lmms-devel/at/lists/dot/sf/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-svn20070228)
AC_INIT(lmms, 0.2.1-svn20070307, lmms-devel/at/lists/dot/sf/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-svn20070307)
AM_CONFIG_HEADER(config.h)

Binary file not shown.

View File

@@ -2032,7 +2032,7 @@ Fent doble clic a qualsevol connector mostrarà informació sobre els ports.</tr
</message>
<message>
<source>SLIDE</source>
<translation>LLISCAMENT</translation>
<translation>LLISCA</translation>
</message>
<message>
<source>Fine detuning of the VCO. Ranged between -100 and 100 centes.</source>
@@ -2044,7 +2044,7 @@ Fent doble clic a qualsevol connector mostrarà informació sobre els ports.</tr
</message>
<message>
<source>DETUNE</source>
<translation>DESAFINAMENT</translation>
<translation>DESAF</translation>
</message>
<message>
<source>Distortion</source>

View File

@@ -247,9 +247,7 @@ void singerBot::createWave( notePlayHandle * _n )
return;
}
hdata->frequency = getInstrumentTrack()->frequency( _n )
/ ( eng()->getMixer()->sampleRate()
/ DEFAULT_SAMPLE_RATE );
hdata->frequency = getInstrumentTrack()->frequency( _n );
hdata->duration = _n->length() > 0 ?
_n->length() * 60.0f * BEATS_PER_TACT
/ 64.0f / eng()->getSongEditor()->getTempo() :