News

Downloads

Ok! Download time. Plugins section coming soon! Note that PClapper requires a microphone on your computer and it only runs on Windows! PClapper requires the .Net framework from Microsoft which you can easily install here


PClapper application

Here are the steps to get you up and running:
  • Download the clapper from this link
  • Unzip (uncompress) it anywhere you like
  • Check that your microphone works in Control Panel (help)
  • Double-Click the PClapper icon
  • Click "Configure" -> "Clap Actions"
  • Click "Add" and pick how many claps you want to perform to execute an action
  • Right-Click the newly added Clap number and click "Add Action"
  • Let the screen guide you through picking a type of action and any parameters needed
  • Click "OK"
  • Click "Listen" and see the button change to "Don't Listen" which you will click to stop PClapper from recognizing claps
  • Clap away!

Plugins and Files

Check out these plugins to drop in the PClapper "plugins" directory or files to open using the PClapper:
  • [Files] NirCmd - These are a bunch of cool files to open that do things like put your computer in standby mode, open and close the CD drive, minimize the current window, even empty your trash bin! Get these guys and poke around to see if you can make some more with the included NirCmd software!

PClapper with DEVELOPER SDK

Here are the steps to get you developing plugins:
  • Download the clapper SDK from this link
  • Unzip (uncompress) it anywhere you like
  • Load up a new .Net project in Visual Studio named whatever you want the plugin named
  • Add a reference to the interface dll
  • Import existing item: PluginTemplate.cs
  • Change the class name and namespace to whatever you want
  • Fill the appropriate fields in the constructor for author, version, etc.
  • Implement the Initialize and Execute methods
  • Build
  • Put the dll in the PClapper plugins directory and start PClapper to test your plugin
  • Clap away!