search for: current_link

Displaying 3 results from an estimated 3 matches for "current_link".

Did you mean: current_line
2006 Feb 09
1
How to reorder rows in a table?
Hi, I have a link table with a location field, here is the code I wrote to reorder the rows # move_up action in links controller def move_up current_link = Link.find(params[:id]) current_link.location -= 1 current_link.save same_link = Link.find_by_location(current_link.location) same_link.location += 1 same_link.save redirect_to :action => ''list'' end But it does not work always, can''t figure...
2004 Dec 19
1
Crash when reading OGG/Vorbis file
...re containing all 0s (and thus crashes on the line b->modebits = ilog2(ci->modes); as ci is NULL. Following the stack, I see that _vds_shared_init is called by vorbis_synthesis_init which is called by _make_decode_ready by the line vorbis_syntesis_init(&vf->vd, vf->vi + vf->current_link); At this point in the vf structure, links = 7. Looking at the vb->vi array I see that elements 0 and 5 are initialized structures, but 1, 2, 3, 4, and 6 are all 0. My company provides a tool that reads and writes OGG/Vorbis files and the file that is causing this crash is from one of our...
2002 Jan 22
2
Peak value
Hi, While testing ReplayGain (so it could be related to a bug), I noticed the following gain comments for a file: RG_PEAK=1.71580 RG_RADIO=-7.91 dB RG_AUDIOPHILE=-6.72 dB I've never seen such a large peak. Not that I've looked much, nor have I analyzed the file further. I just thought I should mention it. :) The file is the track Board Burner by Mixmaster Mike, available at: