search for: track3

Displaying 8 results from an estimated 8 matches for "track3".

Did you mean: track
2006 May 20
1
Slider.js - Attemting to put values in form.
...ript> </script> </head> <body> <h1>Sliders</h1> <h2>Slider with predefined values [2,4,6,8] and a non-default range [2,15]</h2> <form name="myform"> <input name="test" value="helloworld"> <div id="track3" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle3" style="width:5px;height:10px;background-color:#f00;"> </div> </div> <p id="debug3"> </p> <a href="#" onClick="javascript...
2006 Aug 29
0
S4 methods for "+"
...meric")) >> >> OK. >> >> track1 <- new("track",x=c(1,4,6),y=c(10,11,12)) >> track2 <- new("track",x=c(2,5),y=c(100,101)) >> >> >> What I want to do is to define "+" for track object so that if >> >> track3 <- track1 + track2 >> >> has track3 at x == c(1,2,4,5,6) >> and >> track3 at y = c(10,100,11,101,12) >> >> maybe adding a track object to a scalar would shift the values of the >> x slot. >> >> The algorithm itself is no problem...but what...
2006 May 23
0
Slider.js - Attemting to put values in form.
...ript> </script> </head> <body> <h1>Sliders</h1> <h2>Slider with predefined values [2,4,6,8] and a non-default range [2,15]</h2> <form name="myform"> <input name="test" value="helloworld"> <div id="track3" style="width:200px;background-color:#aaa;height:5px;"> <div id="handle3" style="width:5px;height:10px;background-color:#f00;"> </div> </div> <p id="debug3"> </p> <a href="#" onClick="javascript...
2005 Sep 21
8
Slider controls
...;,''track1'',{ onSlide:function(value){ // do something }, onChange:function(value){ // do something } }); You can also have an array of predefined values, so the slider "jumps" from value to value: new Control.Slider(''handle3'',''track3'',{values:[0,50,100,150,150,200]}); For vertical sliders, use: new Control.Slider(''handle2'',''track2'',{axis:''vertical''}); Have fun, and please give feedback! Big thanks to Marty, Thomas
2009 Dec 30
3
metaflac: malformed vorbis comment field field contains no '=' character
...ac files, in a subdirectory, S, for example. i am using metaflac 1.2.1-1.2 on ubuntu 9.04 and i am running this command in order to transfer the tags to the processed files: metaflac --export-tags-to=- track1.flac | metaflac --import-tags-from=- S/track1.flac and then i proceed with track2.flac, track3.flac, etc. on some of the files, i am receiving this error: - -: ERROR: malformed vorbis comment field "<part of the comment>", field contains no '=' character and thus none of the tags are transferred. i put an equals sign into the comment and then metaflac does...
2002 Jan 23
1
vorbiscomment inconsistency
...splattering the second file on the commandline, which I would expect to suffer exactly the same fate as the first file on the commandline, whatever fate that may be. For example: vorbiscomment -w -f commontags.txt this.ogg that.ogg vorbiscomment -a -c "album=this" track1.ogg track2.ogg track3.ogg Borrowing -e behaviour from crontab would be nice, too, but I'm not pushing that too hard in case someon suggests I do it, or worse, I get pounded by script zealots telling me how just one more script in my life will save someone from a world of proper coding. I also think that ogg123 sho...
2004 Aug 06
14
brainfart #67453 - hyper-index
I don''t know if this has been suggested before but.. What about adding support for a bookmark or hyperlinked index? The idea is that a large compilation such as a long speech or an album would be maintained as a single file, but on playback, the player would show numerous ''tracks'' which are really just bookmarks relating to starting position of the specific part or
2010 Dec 06
9
"Appending" data to the middle of a file using btrfs-specific features
Hello, I''d like to know if there has been any discussion about adding a new feature to write (add) data at an offset, but without overwriting existing data, or re-writing the existing data. Essentially, in-place addition/removal of data to a file at a place other than the end of the file. Some possible use-cases of such a feature would be: (a) Databases (currently hack around this by