[Cs-dev] midiVelocityAmp message fix
| Date | 2011-12-08 14:13 |
| From | Tito Latini |
| Subject | [Cs-dev] midiVelocityAmp message fix |
| Attachments | None |
| Date | 2011-12-08 18:52 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Cs-dev] midiVelocityAmp message fix |
Thanksa; applied
Are you sure you should not be inside?
> The value of the amplitude message related to the midi velocity is
> always a `int', also when `0dbfs = 1'
>
> diff -ur csound5~/Engine/insert.c csound5/Engine/insert.c
> --- csound5~/Engine/insert.c 2011-12-08 15:03:54.000000000 +0100
> +++ csound5/Engine/insert.c 2011-12-08 15:05:09.000000000 +0100
> @@ -438,8 +438,8 @@
> value = value * csound->e0dbfs;
> pfields[index] = value;
> if (UNLIKELY(O->msglevel & WARNMSG)) {
> - csound->Message(csound, " midiVelocityAmp: pfield: %3d value:
> %3d\n",
> - pfield, (int) pfields[index]);
> + csound->Message(csound, " midiVelocityAmp: pfield: %3d value:
> %.3f\n",
> + pfield, pfields[index]);
> }
> }
> /*
>
>
> tito
>
> ------------------------------------------------------------------------------
> Cloud Services Checklist: Pricing and Packaging Optimization
> This white paper is intended to serve as a reference, checklist and point
> of
> discussion for anyone considering optimizing the pricing and packaging
> model
> of a cloud services business. Read Now!
> http://www.accelacomm.com/jaw/sfnl/114/51491232/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of
discussion for anyone considering optimizing the pricing and packaging model
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2011-12-08 19:16 |
| From | Rory Walsh |
| Subject | Re: [Cs-dev] midiVelocityAmp message fix |
Why not sign up for developer access? It would seriously speed things up as the other developers wouldn't have to apply your fixes in their time? ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2011-12-08 19:54 |
| From | Tito Latini |
| Subject | Re: [Cs-dev] midiVelocityAmp message fix |
| Attachments | None |
| Date | 2011-12-08 20:08 |
| From | Steven Yi |
| Subject | Re: [Cs-dev] midiVelocityAmp message fix |
You've certainly earned it, and many thanks for your patches and work! On Thu, Dec 8, 2011 at 7:54 PM, Tito Latini |
| Date | 2011-12-08 20:30 |
| From | Victor Lazzarini |
| Subject | Re: [Cs-dev] midiVelocityAmp message fix |
csound-patch-elizer! On 8 Dec 2011, at 19:54, Tito Latini wrote: >> Are you sure you should not be inside? > > You are right, I have turned csound-devel in csound-patch-el. > I'm now away from the computer, but tomorrow I will be ready. > Thanks for the trust > > tito > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2011-12-08 20:57 |
| From | Rory Walsh |
| Subject | Re: [Cs-dev] midiVelocityAmp message fix |
Just add Csound-fert-elizer... On 8 December 2011 20:30, Victor Lazzarini |
| Date | 2011-12-09 01:54 |
| From | Dave Phillips |
| Subject | Re: [Cs-dev] midiVelocityAmp message fix |
On 12/08/2011 03:08 PM, Steven Yi wrote: > You've certainly earned it, and many thanks for your patches and work! > Hear, hear ! And the dev crew just gets more amazing. Best, dp ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |