foo_wave_seekbar, pretty accelerated seekbar |
![]() ![]() |
foo_wave_seekbar, pretty accelerated seekbar |
Sep 29 2011, 20:30
Post
#851
|
|
|
Group: Members Posts: 145 Joined: 17-August 08 Member No.: 57198 |
I'm getting crashes with foobar since I installed the latest version
edit:oops, was using .11. Let's see if .12 does the same. This post has been edited by Dexter_prog: Sep 29 2011, 20:32 |
|
|
|
Sep 29 2011, 22:25
Post
#852
|
|
|
Group: Members Posts: 145 Joined: 17-August 08 Member No.: 57198 |
hmm, no crashes so far but some tracks are not getting scanned :/
|
|
|
|
Sep 30 2011, 06:35
Post
#853
|
|
![]() Group: Members (Donating) Posts: 765 Joined: 25-September 03 From: Umeå, Sweden Member No.: 9001 |
All the bad-allocs should be solved with 0.2.13.13. *knocks on wood*
-------------------- Zao shang yong zao nong zao rang zao ren zao.
To, early in the morning, use a chisel to build a bathtub makes impatient people hot-tempered. |
|
|
|
Sep 30 2011, 07:33
Post
#854
|
|
![]() Group: Members Posts: 97 Joined: 3-May 11 Member No.: 90287 |
Great Zao!
Works with my two reported files... |
|
|
|
Sep 30 2011, 15:18
Post
#855
|
|
|
Group: Members Posts: 23 Joined: 5-December 05 Member No.: 26220 |
Pleeeease: seeking using the mouse-wheel (like standard seekbar can do that)...
-------------------- foo foo foo
|
|
|
|
Sep 30 2011, 18:06
Post
#856
|
|
![]() Group: Members Posts: 19 Joined: 24-October 08 Member No.: 60920 |
|
|
|
|
Oct 2 2011, 13:22
Post
#857
|
|
![]() Group: Members Posts: 8 Joined: 29-October 07 From: Warsaw, Poland Member No.: 48306 |
so... I accidentally clicked "Extract Seekbar Signature" in Album List and now foobar2000 sits @90%CPU on both cores...
I've removed foo_wave_seekbar for now. Is there any way to tell it to stop scanning the whole library? (as this is what it's probably doing) [oh and I think a warning ("Do you really want to scan gazillion files?") would be appropriate when a user tries something like this This post has been edited by czesiu: Oct 2 2011, 13:25 |
|
|
|
Oct 2 2011, 15:07
Post
#858
|
|
![]() Group: Members (Donating) Posts: 765 Joined: 25-September 03 From: Umeå, Sweden Member No.: 9001 |
Run sqlite3 wavecache.db
Execute delete from job; I haven't really seen any point for a warning when initiating a scan for a lot of files. It's a reasonably common use case. In any way, you can always restrict it to only using one core in advanced preferences. They should not affect your performance in any significant way, as they run with idle priority. -------------------- Zao shang yong zao nong zao rang zao ren zao.
To, early in the morning, use a chisel to build a bathtub makes impatient people hot-tempered. |
|
|
|
Oct 2 2011, 15:23
Post
#859
|
|
![]() Group: Members Posts: 8 Joined: 29-October 07 From: Warsaw, Poland Member No.: 48306 |
Run sqlite3 wavecache.db Execute delete from job; I haven't really seen any point for a warning when initiating a scan for a lot of files. It's a reasonably common use case. In any way, you can always restrict it to only using one core in advanced preferences. They should not affect your performance in any significant way, as they run with idle priority. thx, it worked |
|
|
|
Oct 10 2011, 02:05
Post
#860
|
|
|
Group: Members Posts: 16 Joined: 20-June 11 Member No.: 91694 |
thank you once again for updating the component. still i wished you could add the option shade played "non-transparent". also if played waveform could be coloured separately, it would be awsome. don't you want it too, sometimes? =) i so hope you do^^
|
|
|
|
Oct 10 2011, 02:59
Post
#861
|
|
|
Group: Members Posts: 105 Joined: 22-December 07 Member No.: 49766 |
thank you once again for updating the component. still i wished you could add the option shade played "non-transparent". also if played waveform could be coloured separately, it would be awsome. don't you want it too, sometimes? =) i so hope you do^^ I'm not entirely sure what you're saying, do you mean like this? Here's a version of the RMS effect which uses the highlight colour instead of just grey-scaling it. http://pastebin.com/rVfuCDgy ![]() |
|
|
|
Oct 10 2011, 03:08
Post
#862
|
|
|
Group: Members Posts: 16 Joined: 20-June 11 Member No.: 91694 |
YES! how do you do that? i got Direct3D 9.0c and "Frontened settings..." button below. but i cant activate it / click doesn't seem to work. why??
UPDATE: with Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) it it didn't work on my x64 win 7 whats next stept to do for non-transparency? This post has been edited by s_PLASH: Oct 10 2011, 03:56 |
|
|
|
Oct 10 2011, 05:19
Post
#863
|
|
|
Group: Members Posts: 105 Joined: 22-December 07 Member No.: 49766 |
Paste in the code (here's a slightly updated version) and click apply.
|
|
|
|
Oct 10 2011, 05:43
Post
#864
|
|
|
Group: Members Posts: 16 Joined: 20-June 11 Member No.: 91694 |
thank you! now i miss only two small things: 1) how do i disable that 2nd, inner waveform? and 2) is it possible to get a a fine line for selection (as it was in GDI mode)?
also it would be great to see how you do it.. maybe with some coloured parts in a code posted right here? ^^ |
|
|
|
Oct 10 2011, 06:46
Post
#865
|
|
|
Group: Members Posts: 105 Joined: 22-December 07 Member No.: 49766 |
I don't really know how to use this language, but I've figured out how to do what you want.
how do i disable that 2nd, inner waveform? Change line 94 CODE float factor = insideRms ? (1.0 - 0.5 * saturate(factorRms / border / 2)): 1.0; to CODE float factor = 1.0; is it possible to get a a fine line for selection (as it was in GDI mode)? Change line 114 CODE float positionWidth = 2.5 * dx; to CODE float positionWidth = dx;
|
|
|
|
Oct 10 2011, 13:01
Post
#866
|
|
|
Group: Members Posts: 16 Joined: 20-June 11 Member No.: 91694 |
|
|
|
|
Oct 10 2011, 13:19
Post
#867
|
|
|
Group: Members Posts: 105 Joined: 22-December 07 Member No.: 49766 |
You're right that wasn't possible, here's an updated version which sets the background colour to the highlight colour if "shade played" is disabled. http://pastebin.com/q6qLaQ18
|
|
|
|
Oct 10 2011, 13:19
Post
#868
|
|
![]() Group: Members (Donating) Posts: 765 Joined: 25-September 03 From: Umeå, Sweden Member No.: 9001 |
Highlight only for s_PLASH.
The colors may be the wrong way around, check played() if it's the wrong way. There's very little you can't do with HLSL, it's just pure awesome math. Beaten to the punch by Anomalous - bah. This post has been edited by Zao: Oct 10 2011, 13:25 -------------------- Zao shang yong zao nong zao rang zao ren zao.
To, early in the morning, use a chisel to build a bathtub makes impatient people hot-tempered. |
|
|
|
Oct 10 2011, 13:39
Post
#869
|
|
|
Group: Members Posts: 16 Joined: 20-June 11 Member No.: 91694 |
thanks you both
here is my new seekbar ![]() EDIT QUOTE There's very little you can't do with HLSL i think here it is. you need 5 colours for real separation of front- and background. maybe its possible without "Colors" menu, just by editing the "Effect source" script. but i'm not the one to edit in any way. ![]() your last script ignores "Foreground color" selection, as you wanted obviously. but that way it provides only 3 colours to chose from.
This post has been edited by s_PLASH: Oct 10 2011, 14:39 |
|
|
|
Oct 10 2011, 16:29
Post
#870
|
|
|
Group: Members Posts: 10 Joined: 10-October 11 Member No.: 94272 |
Zao,
Thank you so much for the plugin, is it possible for him to make support for DSD? This post has been edited by RAZOR87: Oct 10 2011, 16:30 -------------------- razor-87.deviantart.com
|
|
|
|
Oct 10 2011, 20:07
Post
#871
|
|
![]() Group: Members (Donating) Posts: 765 Joined: 25-September 03 From: Umeå, Sweden Member No.: 9001 |
That depends entirely on what you mean by DSD. If it's an input plugin, it's not currently banned like CDDA is. If it's a DSP, no, I do not support or intend to support any DSPs.
I might add, CDDA and similar formats are banned because random access of a CD is a very bad idea. This post has been edited by Zao: Oct 10 2011, 20:07 -------------------- Zao shang yong zao nong zao rang zao ren zao.
To, early in the morning, use a chisel to build a bathtub makes impatient people hot-tempered. |
|
|
|
Oct 11 2011, 10:24
Post
#872
|
|
|
Group: Members Posts: 10 Joined: 10-October 11 Member No.: 94272 |
I mean, SACD and are extracted from the DSD stream, for example.
This post has been edited by RAZOR87: Oct 11 2011, 10:24 -------------------- razor-87.deviantart.com
|
|
|
|
Oct 11 2011, 11:34
Post
#873
|
|
![]() Group: Members (Donating) Posts: 765 Joined: 25-September 03 From: Umeå, Sweden Member No.: 9001 |
That track scans perfectly fine with foo_input_dsdiff 1.4 here.
-------------------- Zao shang yong zao nong zao rang zao ren zao.
To, early in the morning, use a chisel to build a bathtub makes impatient people hot-tempered. |
|
|
|
Oct 11 2011, 12:50
Post
#874
|
|
|
Group: Members Posts: 10 Joined: 10-October 11 Member No.: 94272 |
I just meant another plug-in "foo_input_sacd".
-------------------- razor-87.deviantart.com
|
|
|
|
Oct 11 2011, 20:57
Post
#875
|
|
![]() Group: Members (Donating) Posts: 765 Joined: 25-September 03 From: Umeå, Sweden Member No.: 9001 |
I do not have any source material to test that input. If it's not broken, it should work out of the box.
You still haven't said what fails, nor given any relevant console info. -------------------- Zao shang yong zao nong zao rang zao ren zao.
To, early in the morning, use a chisel to build a bathtub makes impatient people hot-tempered. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 05:26 |