Please recommend a sound counting application

Please excuse me if this post is in the wrong section.
I have been searching for about a week and cant seem to find an application that counts sounds from a microphone. I have found one that will count beats per minute of a mp3, but I would like to avoid the recording step if possible. Perhaps I am just looking in the wrong place and if someone can point me in the right direction that would be great.
Here is some background
I am a watchmaker, I specialize in refurbishing antique pocket watches. After servicing the watch needs to be adjusted to be in beat to keep accurate time. I did have a $300 timing machine, but it died after many years of service. I was hoping that it would be possible to use my computer and not have to purchase another timing machine as they are now over $500 and all they do is count the ticks.
I have a contact microphone that works when plugged in, all I need is an application that would tell me how many "ticks" per minute. Most of the watches I work on are about 300 ticks per minute.
Thanks in advance.

Here's a VST called BeatCounter. I don't know if it will work in GNU/Linux or not though. It's worth trying. You'll need a VST host for that. I think Ardour should work.
I think most real-time solutions to this problem will come in VST plugin format, if that helps narrow your search.
Another option that would require a lot more work would be to implement something yourself in PureData
Edit: the BeatCounter VST includes a Linux Makefile, which is promising.
Last edited by jakobcreutzfeldt (2013-04-08 15:24:26)

Similar Messages

  • Please recommend a sound card for TV hoo

    I want to connect left & right channel outputs to a TV and have my desktop audio standard setup. Can anyone recommend a card for me?

    Well if I understand you correctly you want to be able to hear your TV through your computer speakers...
    if so: Soundblaster Li've 5. or Soundblaster 24bit (which I think is being replaced by Audigy SE for the same great price).
    These 2 cards worked perfectly for me as far as doing something simple as that. Other than those anything with at least a LINE IN function should do the job nicely if your under a budget.
    IF YOU WISH TO HEAR YOUR COMPUTER THROUGH YOUR TV SPEAKERS. (Which I think is kinda unusual but hey its possible.)
    Then really any soundcard will work just fine IMO. You just need to have a LINE IN/AUX (with stereo) capability built on your TV. They are usually RCA plugs that are red and white. The only accessorie that you would need to buy is a
    MALE stereo headphone jack and 2 female stereo RCA Plugs known as a Y connector (it is now commonly seen as a IPOD accessorie one end plugs in the headphone inputs and the other goes on the AUX of a stereo). From my experience the 7-0 dollar version works just as good as the 20 dollar version that you might find.Message Edited by djbonus on 05-8-2006 0:22 PM

  • I need to generate a still shot from from a video. I would like to accomplish this task using a single application. If this is not possible with my MacBook Pro as purchased from Apple, please recommend which applications I can purchase.

    I need to generate a still shot from from a video I made with my camera. I would like to accomplish this task using a single application. If this is not possible with my MacBook Pro as purchased from Apple, please recommend which applications I can purchase that include this feature. Thanks in advance.

    For FREE do the following:
    When you get to othe part of the video you want a still shot from, put the video on pause. 
    Take a screen shot:  Apple>Shift>4 - which will produce a cross hair so you can manually select which part of the video you want.Check inside either your Applications or Utility folder for an app called Grab.  Will do the above with just a single click.
    If you still want to purchase software, suggest that you do a Google & MacUpdate search.  This way, you can find exactly what you want. 

  • Looking for new All in One. Is Officejet as good as Photosmart? Please recommend an All in One.

    I have the HP Photosmart C7180 All in One that's a few years old and is starting to give me a lot of errors (mostly ink level errors).  I'm thinking about replacing it, because I want one that doesn't use as much ink -- and one that has a bigger scanner bed (at least 11 x 14 or bigger).  I'm a budding artist and I want to have the ability to scan in my drawings.
    However, I do print a few photos now and then.  Does anyone know if Officejets will print decent pictures?
    Please recommend an All in One (the newer the better) for my needs. 

    Thanks! It sounds like a potential nightmare. Does
    anyone have a different experience? I'm not
    committed to an all-in-one, but it does save space.
    If you're willing to take time and effort into the process, HP's MFDs and Brother's MFDs work... mostly. HP has even improved their drivers. It took 'em long enough.
    No, I repeat, no MFD I've ever seen has been trouble-free, Mac or Windows. That includes Epson, Canon, HP, Brother, and (ugggh!) Lexmark devices. They all give problems. Not necessarily the same problems, but problems. HPs and Brothers give the least trouble with Epson a close third... but YMMV. I know people who swear by Canon, while in my personal experience Canon devices have been... not so good. But it was a limited sample, and maybe I had lemons.
    Most MFDs (that is, everyone but Brother) don't easily do networking unless it's a Specific Feature™. My HP PSC1350, for instance, does not believe that such a thing as a network exists, and is that way if connected to Macs or Windows machines. I can make it visible over the network, but it's a pain.
    If you want wireless network printing, get a wireless router (hint: Apple sells something called an AirPort Base Station) or access point which has a USB port and supports putting printers on the network. Note that you'll likely not be able to scan over the network.
    There are network MFDs; HP makes some. They're expensive. The OfficeJet 74xx is $500, and it's the cheap HP network MFD. I do NOT own one, so I have no idea how well they work, other than they're HPs... which means that the hardware will probably be excellent, and the software dreck.

  • Please recommend a tool for stress-testing ?

    Could anyone please recommend a (free) tool to do multi-threaded stress-test, on plain java classes ?
    In more detail: I'd like to do unit-test for some plain java methods (only mathematical calculations. No web interface, no swing).
    The emphasis is stress test: i need to launch multiple threads, all of them repeately invoking my method. Under these conditions, I need to report correctness (has the method yielded the expected return value), and statistics on response time.
    Any recommendations would be appreciated . Thanks !

    alex888 wrote:
    Working on a project that need me read data from delimited text file, the data will be converted to a tree-structure. So it's better parse the data into XML format first.What??? Why? You've got a text file and need an object tree, why do you think going to XML in between is a good idea?
    Besides j2se or jdom, any fast tool for it?What do you mean with "j2se", that's not a XML handling tool (it contains several, 'though).
    SAX sounds good for building object trees from XML, but there are several XML mapping libraries out there (try google).

  • Please recommend a best practices book

    Can someone recommend a core java best practices book.
    I have read several books and yet when someone says use a tagging interface... I just look at them and wonder what they are talking about.. then I google and find out.. There may be several such terms that I am not aware of... How do I learn about these terms like POJOs etc.. People keep using words like POJOs and then I find out its nothing but a java class object.. but how do I know that?
    Someone once said "You know only 5%, 20% you know you dont know, 75% you dont even know that you dont know".. Which book can give me that 75% ?
    I know basic datastructures etc.. but when to apply what is what I want to learn.
    A book which talks about when to use which datastructure, good usage of interface examples, and best practices that are used in real application production environment. Can someone please recommend a good book like that ? Is there any ? Real cases?

    Maybe this should be a different thread but how do
    programmers organize folders for projects?
    Every company has a common java classes shared by
    programmers I presume? That must be located in a
    central access place and I am curious how they
    organize folders?Folders? Maybe. Version control system, with a "commons" tree? Better.
    Have a look at Matt Raible's AppFuse. It's a fine example organization for a project.
    As for me, I do something like this:
    I build with Ant: http://ant.apache.org
    /source is the directory where anything I check out of version control will go.
    Under that:
    /java - .java source files.
    /lib - 3rd party JARs (e.g., JDBC drivers, etc.)
    /jsp - JSPs
    /etc - deployment descriptors, like web.xml, etc.
    /xml - XML files
    /xsl - XSL stylesheets
    /html - HTML files
    /css - cascading stylesheets
    /sql - SQL scripts for creating, altering, populating relational tables.
    %

  • Please recommend GPS App for Tour

    Hello, I have Verizon Wireless and would like to purchase a GPS for my BlackBerry Tour.  I see that there are a lot of different options.  I simply want a GPS that works like a Garmin, where it displays the streets and has a voice that tells me when to turn. I do have GPS activated on the phone so I just need an App that works with it other than Google Maps.  I tried a couple of free GPS apps and they sucked so I know that I have to pay if I want a good app. Please recommend me such a GPS app.  Thank you.

    This is not much of a solution, but if you switch to Sprint, they give you a free GPS application that works just like your Magellan/Garmin/etc.
    I would quite literally be lost without my Sprint Maps

  • Recommended Browsers for Fusion Applications

    Hi,
    What are the recommended browsers for Fusion Applications? Can you please point us to any documentation?
    Thanks!

    See this support document for instructions on how to find information on certified applications..:
        Documentation on Desktop application, browser and client requirements to access Fusion Applications (Doc ID 1488374.1)
    Jani Rautiainen
    Fusion Applications Developer Relations                            
    https://blogs.oracle.com/fadevrel/

  • No alert sounds for applications running on Rosetta

    I've lost sound for applications running on Rosetta, i.e. Entourage. I even tried it with Safari in Rosetta, and there's no sound there either. All Intel native applications sound off fine.
    I'm running OS 10.4.10. Hope someone can help.

    Sure, To mute iCal on your iPod Touch do the following.
    Settings > Sounds > 'slide off' Calendar alerts.
    To keep alerts but for only specific events in in calendar on your iPod Touch do the following.
    Edit an event > Tap 'Alert' > Select None
    There is no way of getting the alert but muting the sound unless you wan to mute the sound on all alert which if you do i recommend the following, hope this helps.
    !http://www.carelabels.co.uk/images/ebay/logos/Smile11.jpg!

  • I cant open Photos om my mac. Just upgraded to Yosemite. The message I get is: An unexpected error has occurred. Please quit and restart the application. I have done this several times but nothing seems to work. iPhoto is gone. What do I do?

    I just upgraded to Yosemite on my mac from 2010. Everything seems to work, accept Photos. When I try to open it i push the "Get started" button, then the picture with "Preparing Library" comes up. Then a message appears with the text "An unexpected error has occurred. Please quit and restart the application." I have done this several times, but nothing happens. What do I do?

    I just upgraded to Yosemite on my mac from 2010. Everything seems to work, accept Photos. When I try to open it i push the "Get started" button, then the picture with "Preparing Library" comes up. Then a message appears with the text "An unexpected error has occurred. Please quit and restart the application." I have done this several times, but nothing happens. What do I do?

  • Please Recommend - AIO/MFP Printer

    Hi,
    i'm looking for a AIO/MFP printer that support "scan to email" and "scan to network folder".
    the above functionality should not require the printer to be directly attach to a pc via USB/LAN/WiFi.
    the printer should only need to be be configured as network printer with a fixed IP, and the above requirement can be achieved.
    other than that, it should also capable of fax and scan.
    there are 5 users, and monthly usage is around 500 pages & above.
    please recommend me relevant models in these 3 categories (if available):
    -black & white laserjet
    -color laserjet
    -inkjet
    thanks & regards,
    LauCN

    Well here's what I've done and learned.
    Shane - I should have listened to you (ultimately I did!).
    I went out and bought an Epson Artisan 810 thinking maybe most of the problems had been solved. Long story short - printed a test page and one other page and then went dead - so two pages out-of-the-box it became a beautiful black brick. Epson was less than useful on the phone - suggested they would send a replacement in 5-7 days. I got a case number from them, and returned the printer to OfficeMax.
    While there I mentioned the Lexmark '05 series - and looked at a couple choices. the salesman was very friendly, says the Lexmark rep had spent a lot of time with them. Ended up buying a Lexmark Platinum Pro905 series multifunction machine, with two paper trays. Was discounted down to $299 at OfficeMax along with some free stuff and OfficeMac bonus dollars thrown in.
    Snow Leopard 10.6 drivers were available from the Lexmark website, downloaded those and used them along with the install disc that came with the unit.
    So far - I'm in printer/fax/scan/copy heaven! Working great. Only glitch for me so far is the second paper drawer does not seem to be adjustable down to photo paper sizes, basically it's a letter paper sized drawer (I think?). It still will suit my purpose, my plan is to keep my checks in the second drawer so I can easily print out on check stock from Quicken, QuickBooks, etc. - so really that solves my problem.
    I did play with some 4x6 photo paper in the top drawer and the quality of the photo prints were very much to my liking.
    So thanks for everyone's comments, let's keep our fingers crossed.

  • I purchased Label Printer Pro 7, but it does not work. It crashes. Please recommend an address/shipping label program that works with Avery labels. Thanks.

    I purchased Label Printer Pro 7, but it does not work. It crashes. I press print, and the program closes. I press save, and the program closes. I press print and the program closes. I have had an email exchange with Pabel Printer Pro 7, but the best they could offer was to go to Utilities and click on fixed permssions. I have done that several times, and the program still doesn't work.
    Can you please recommend an address.shipping label program that works with Avery labels that I can purchase, and that is also simple to use?
    Thanks,
    Paula

    I purchased Label Printer Pro 7, but it does not work. It crashes. I press print, and the program closes. I press save, and the program closes. I press print and the program closes. I have had an email exchange with Pabel Printer Pro 7, but the best they could offer was to go to Utilities and click on fixed permssions. I have done that several times, and the program still doesn't work.
    Can you please recommend an address.shipping label program that works with Avery labels that I can purchase, and that is also simple to use?
    Thanks,
    Paula

  • Anyone familiar with Freeverse's Sound Studio application used with iTunes?

    I have been using Freeverse Software's Sound Studio application for the last year, which allows me to record workshops I lead, in AAC format, and I've always been able to drag the files into iTunes and play or burn them. Since upgrading to Leopard (and upgrading their software to the newest Leopard-compatible version), when I try to drag a file into iTunes, it won't copy into the library. Freeverse says it isn't a problem with the software.
    Anyone know why I might not be able to put an AAC file, recorded onto my MacBook Pro, into iTunes....and a workaround?
    Thanks

    Check to be sure that the file suffix is correct ie: .m4a, .mp3 etc.
    Can you 'add' to iTunes using the File menu?
    MJ

  • Please recommend if we have options to read xml file and insert data into table without a temporary table.

    Please recommend if we have options to read xml file and insert data into table without a temporary table. 

    DECLARE @data XML;
    SET @data =N'<Root>
    <List RecordID="946236" />
    <List RecordID="946237" />
    <List RecordID="946238" />
    <List RecordID="946239" />
    <List RecordID="946240" />
    </Root>'
    INSERT INTO t (id) SELECT T.customer.value('@RecordID', 'INT') AS id
    FROM @data.nodes('Root/List')
     AS T(customer);
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Recording sound between applications.

    On my old G4 Mac running Tiger I used a free programme called Soundflower to record audio from any program into a recording app like Audacity or Garageband. Now I am using OS X Yosemite and Soundflower is not compatible. Is there a viable alternative? I looked on the App store and on-line, where there are alternatives, but after downloading them as trials they don't really work.
    Soundflower was perfect as a conduit to let me record sounds coming from the computer and I miss not having that ability for the work that I need to do.
    Many thanks.

    Your subject mentions switching between sound playback applications, but the details in your message only mention a problem occurring when you open/close the laptop screen. Tell us more about the sound application switching you mentioned.
    Did you perform a recovery because of this symptom, or did the symptom appear after you performed the recovery?  And are the videos that you're watching on DVD media or are you streaming them in a web browser.
    Jim

Maybe you are looking for

  • Roles and Authorization strategy for SAP BIBO

    Hello All, We are doing an implementation where Source is a Oracle, SAP BI warehouse and BO XI3.1 as reporting solution. Our customer has asked for the authorization strategy that will be implemented in SAP BI. Currently the users belong to different

  • G5 iMac OS 10.4.8 won't remember passwords

    My computer won't remember passwords, even though I click the appropriate box. Microsoft Entourage is the program where ethis is most inconvenient. Anyone have any suggestions? Thanks! Beverly

  • Adobe Reader X (10.1.1) Invalid plugin detected. Adobe Reader will quit.

    This is the second time this has happen. My system consists of the following: PC running Windows 7 w/64bit When I try to open a .pdf Iget a pop-up within 10 seconds say Invalid plugin detected. Adobe Reader will quit. I paid the $39.00 from tech supp

  • Write OPC Values Delayed or Conflicting?

    We have Lookout 6.1 and KepWare OPC server.  We have values from a fieldpoint module that we are then writing out to tags on the Kepware OPC server which is connected to a Mitsubishi PLC network.  If the PLC writes a value to the same device we are w

  • Iplanet 6.0SP9 to work with Alias

    Hello, I'm trying to get iPlanet 6.0 to work with header or host alias. Current the site will work fine when I go www.myname.com but my user base from a legacy system got in the habit of using http://myname to get to the site. Is there way to get the