Fri, 11 Jan 2013 16:38:56 +0000 |
Chris Cannam |
jVamp now uses interfaces
|
Wed, 09 Jan 2013 21:36:17 +0000 |
Chris Cannam |
Tidy up Vamp interface and eliminate some Java types
|
Wed, 09 Jan 2013 21:35:37 +0000 |
Chris Cannam |
Remove the complex constants; they're not very useful and pollute the namespace
|
Tue, 08 Jan 2013 19:54:27 +0000 |
Chris Cannam |
dir path
|
Tue, 08 Jan 2013 17:30:52 +0000 |
Chris Cannam |
Select only a single output from plugin
|
Tue, 08 Jan 2013 16:31:07 +0000 |
Chris Cannam |
Simplify
|
Tue, 08 Jan 2013 16:21:08 +0000 |
Chris Cannam |
Further test tidying, add complex tests
|
Mon, 07 Jan 2013 22:33:45 +0000 |
Chris Cannam |
Map process results back into Yeti form (rudely)
|
Mon, 07 Jan 2013 17:25:05 +0000 |
Chris Cannam |
Make Vamp plugins run
|
Sun, 06 Jan 2013 21:56:19 +0000 |
Chris Cannam |
Add a lot more Vamp plugin material -- but running into a multidimensional array cast problem here
|
Sun, 06 Jan 2013 21:55:52 +0000 |
Chris Cannam |
Obtain windowed and frequency-domain frames
|
Sat, 29 Dec 2012 23:06:22 +0000 |
Chris Cannam |
Implement and test inverse fft
|
Sat, 29 Dec 2012 15:36:05 +0000 |
Chris Cannam |
Replace tagged-type block with an opaque type implementation
|
Sat, 29 Dec 2012 14:36:13 +0000 |
Chris Cannam |
Use complex class for output of FFT
|
Mon, 24 Dec 2012 23:01:23 +0000 |
Chris Cannam |
Can use doubles here, following fix in Yeti
|
Mon, 24 Dec 2012 09:21:12 +0000 |
Chris Cannam |
Add sketchy beginnings of possible complex class
|
Mon, 24 Dec 2012 09:20:58 +0000 |
Chris Cannam |
Add windowedFrames
|
Sun, 23 Dec 2012 21:01:51 +0000 |
Chris Cannam |
Return re, im arrays separately in unpack from fft (instead of using structs, which is very slow)
|
Sun, 23 Dec 2012 16:28:06 +0000 |
Chris Cannam |
Add basic forward FFT and tests. Unpacking the results takes a lot longer than computing them (this way) so this will have to change
|
Sun, 23 Dec 2012 15:49:22 +0000 |
Chris Cannam |
Add divide
|
Sun, 23 Dec 2012 15:41:35 +0000 |
Chris Cannam |
Simpler multiply. I like these to be simple at this point rather than necessarily the fastest
|
Sun, 23 Dec 2012 15:30:29 +0000 |
Chris Cannam |
Window functions
|
Sun, 23 Dec 2012 09:21:59 +0000 |
Chris Cannam |
Add fftshift
|
Sat, 22 Dec 2012 11:19:46 +0000 |
Chris Cannam |
Add multiply, consts
|
Sat, 22 Dec 2012 10:08:06 +0000 |
Chris Cannam |
Make concat take a list of arbitrary length; test it, and improve test output
|
Fri, 21 Dec 2012 22:56:45 +0000 |
Chris Cannam |
Vestigial Vamp plugin thingy
|
Fri, 21 Dec 2012 15:36:42 +0000 |
Chris Cannam |
Basic block maths functions, tests for same; simplify tests slightly
|
Fri, 21 Dec 2012 13:32:03 +0000 |
Chris Cannam |
blocksize -> framesize in framer
|
Fri, 21 Dec 2012 13:31:10 +0000 |
Chris Cannam |
Small simplification to tests
|
Fri, 21 Dec 2012 13:30:23 +0000 |
Chris Cannam |
Framer: make frames function delegate depending on whether overlapping or not, and have a single entry point either way
|