Displaying 2 results from an estimated 2 matches for "fnid".
Did you mean:
find
2006 Mar 18
2
How to divide too long labels?
Is there any possibility to divide too long text in a plot to two or more
lines, when using labels-parameter in the text()-command?
Here is an example picture:
http://users.utu.fi/attenka/253.jpeg
My example script is something like this:
text(1,0.7,labels=Chordnames[fnid(pcs%%12)]) # according to Larry
Solomon's table http://solomonsmusic.net/pcsets.htm
Chordnames is a long vector with long character strings.
Atte Tenkanen
University of Turku
Finland
2004 Oct 16
1
FLAC Process_single... read:write ratio ?
I'm just trying to wrap the flac decoder into a push model class... as i'm
having a few threading problems in corner cases.
One thing i need to fnid out is... if i call process_single() and let the
read callback give the decoder exactly one packet/frame.
Is the write_callback garaunteed to only be fired once ?
Also one other thing... this where is always crashes...
Line 374 in bitbuffer.c, at bit_buffer_clear(...) the state is ABORTED, and...