bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MIDI dynamics problem


From: Jan Nieuwenhuizen
Subject: Re: MIDI dynamics problem
Date: Thu, 02 Oct 2003 16:16:56 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Mats Bengtsson writes:

> Could we have an compressed_dynamics option (set true by default)?

The midi backend has not been guilified, lots of hardcoded stuff
there, otherwise it would be real simple to specify lower and upper
bounds for volume:

midi-item.cc:

  static Real const full_scale = 127;
  
  int volume = (int) (audio_->volume_*full_scale);

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]