| ||||||||||||||||||||||||||
| ![]() | ![]() | |||||||
| REW Forum REW SourceDiscuss REW Source in the Subwoofer Equalization | Calibration forum; REW Source I'm guessing the REW isn't going to be released as Open Source (which is fine- free runtime is fine by ... |
|
| | Thread Tools |
| | #1 (Link) | |||
| REW Source I'm guessing the REW isn't going to be released as Open Source (which is fine- free runtime is fine by me), but I'm doing some Java development right now and was wondering where you got the great graphing functions in REW? Also, I saw on another thread where you said you weren't using JNI/Native code- where are you able to interface with the sound cards to get frequency information? The project I'm playing with is the Logitech G15 keyboard- it has an LCD display right on the keyboard. I'm thinking of making a function which will show a graphic equalizer on it- I've already written java classes to do some simple graphing on it and now just need a source for the values to display :-) TIA, -toe | |||
|
| | |
| | |
| | #2 (Link) | |||
| Re: REW Source I had to write all the REW graphing code from scratch, couldn't find anything that had what I wanted. However, Romain Guy has since produced a very nice graph component that he's committed to the swingx project, you can get the source and browse the javadoc at http://swinglabs.org/downloads.jsp and see a screenshot of the component in use at http://www.jroller.com/page/gfx?entry=jxgraph_in_swingx All REW audio interfacing is through the standard JavaSound classes. Regarding soundcard frequencies, you can query the mixers to ask what formats they support but often the answer will be NOT_SPECIFIED (-1), meaning the mixer will support most rates you might ask for - to get anything more specific you have to request a line of the format & rate you want and see whether the mixer says it supports it. More info available at http://www.jsresources.org/ HTH, John | |||
|
| | #4 (Link) | ||||
| Re: REW Source Quote:
I don't program it, I just use it, but there appears to be quite a community at this web site that use C++ to create all sorts of apps. There are some tools too. No doubt you've seen the site.. brucek | ||||
|
| | #5 (Link) | |||
| Re: REW Source Yeah, I used that site- but C++ is a lame language- and the SDK they shipped with the keyboard is some of the worst code I've seen (actually what looks like the original code was good, but then some tard 'improved' it). I found a java interface on Sun's site- and it rocks. Here's what I've coded up (the bars are just showing junk data until I figure out how to get the channel information I want). Last edited by toecheese; 08-18-06 at 12:29 AM. | |||
|
![]() |
| « » |
| « |
| |
| Bookmarks |
| Thread Tools | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| REW Lite | Chrisbee | REW Forum | 14 | 08-06-06 11:39 PM |
| First Graphs... | rolyasm | REW Forum | 48 | 07-29-06 07:40 PM |
| Low response level from REW to RS meter. | Chrisbee | REW Forum | 44 | 05-25-06 06:36 AM |
| REW - Possible?? Measuring using Pink Noise from Source Player | media2368 | REW Forum | 8 | 05-16-06 01:12 AM |
| House Curve - Properly Implementing in REW | zorax2 | REW Forum | 4 | 04-28-06 05:01 PM |