[mirtoolbox] Re: Problem with mironsets

  • From: Olivier Lartillot <olartillot@xxxxxxxxx>
  • To: mirtoolbox@xxxxxxxxxxxxx
  • Date: Thu, 27 Dec 2012 13:55:36 +0100

Hello João,

You are right, mironsets('Release') does not work currently, due to a bug, but 
mironsets('Attack','Release') works. I just fixed the bug for the upcoming 
release.

I might find some time to release that new version 1.4.1 within a few days.

Cheers,

Olivier

On Dec 14, 2012, at 10:44 PM, João Felipe Santos wrote:

> 
> Hello,
> 
> I am facing an issue with the mironsets function. It is only working when I 
> pass the 'Attack'  parameter. With 'Release' or without any parameter, it 
> gives me the following error message:
> 
> Undefined function or variable "st".
> 
> Error in mironsets>main (line 543)
>         [rl pp pv pm ppp ppv st] =
> mircompute(@endrelease,d,pp,
> pv,pm,ppp,ppv,st,postoption.release);
> 
> Error in mirfunction (line 192)
>         o = main(orig,during,after);
> 
> Error in mironsets (line 336)
> varargout = mirfunction(@mironsets,x,varargin,nargout,specif,@init,@main);
> 
> 
> This also affects other functions that make use of mironsets, such as 
> mirtempo. 
> 
> I am running the most recent stable version of the toolbox. Any idea on what 
> is causing this issue?
> 
> 
> 
> --
> João Felipe Santos
> 
> 


Other related posts:

  • » [mirtoolbox] Re: Problem with mironsets - Olivier Lartillot