{"id":20774981,"url":"https://github.com/qdot/np_nifalcon","last_synced_at":"2025-04-30T15:46:57.015Z","repository":{"id":453057,"uuid":"76466","full_name":"qdot/np_nifalcon","owner":"qdot","description":"Flext based Max/Pd patch for the Novint Falcon, using libnifalcon","archived":false,"fork":false,"pushed_at":"2010-10-03T06:50:13.000Z","size":212,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-02T06:13:33.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.nonpolynomial.com/externals","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qdot.png","metadata":{"files":{"readme":"README.asciidoc","changelog":"ChangeLog.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-11-15T19:01:35.000Z","updated_at":"2019-08-13T13:42:50.000Z","dependencies_parsed_at":"2022-07-17T00:16:14.583Z","dependency_job_id":null,"html_url":"https://github.com/qdot/np_nifalcon","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Fnp_nifalcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Fnp_nifalcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Fnp_nifalcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Fnp_nifalcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdot","download_url":"https://codeload.github.com/qdot/np_nifalcon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225038555,"owners_count":17411285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T12:34:05.247Z","updated_at":"2024-11-17T12:34:05.933Z","avatar_url":"https://github.com/qdot.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"== np_nifalcon Max/MSP and Pd External ==\n\nby Kyle Machulis \u003ckyle@nonpolynomial.com\u003e\n\nNonpolynomial Labs - http://www.nonpolynomial.com\n\nContributors:\n\nEdgar Berdahl\nhttp://ccrma.stanford.edu/~eberdahl/\n\n== Description ==\n\nnp_nifalcon is an external for either Max/MSP or Puredata to control the Novint Falcon. It is based on libnifalcon:\n\nhttp://libnifalcon.nonpolynomial.com\n\nPortability of source between Max and Pd is available thanks to flext\n\n- Max: http://www.cycling74.com\n- Pd: http://www.puredata.info\n- Flext: http://puredata.info/Members/thomas/flext\n\n== Novint Falcon Information ==\n\nMore information about the Novint Falcon can be found at \n\n- Product Website - http://home.novint.com\n- libnifalcon Cross Platform Open Source driver - http://libnifalcon.nonpolynomial.com\n\n== Installation ==\n\n- Put the .mxo(Mac)/.mxe(Windows) or .pd_[platform] file in a directory that Max/Pd will search for externals (Max: Options -\u003e File Preferences -\u003e Other Folders, Pd: Options -\u003e Paths)\n- Max: Put the .help (Max4) or .maxhelp (Max5) file in the max-help directory of your Max/MSP installation\n\n== Platform Specifics Issues ==\n\n=== Windows ===\n\n- Make sure the falcon is DIRECTLY CONNECTED to your machine. DO NOT go through a USB hub.\n\n=== OS X ===\n\n- Make sure the falcon IS NOT DIRECTLY CONNECTED TO YOUR MACHINE. ONLY CONNECT THROUGH A POWERED USB HUB.\n\n=== Linux ===\n\n- Make sure the falcon IS NOT DIRECTLY CONNECTED TO YOUR MACHINE. ONLY CONNECT THROUGH A POWERED USB HUB.\n- np_nifalcon requires either root access (i.e. running pd under sudo) or correct udev based USB permissions to run as non-root. If you're using a udev based system, check out the udev sample files in the linux directory of the libnifalcon source distribution (v1.0 beta 1 and later)\n\n== Licensing ==\n\nnp_nifalcon is covered under the BSD License, but since it's based on flext, it's GPL. Damn you, viral licensing.\n\nCopyright\n-------------------\n\nnp_nifalcon, Copyright 2007-2010 Kyle Machulis/Nonpolynomial Labs\n\n-------------------\n\nlibnifalcon is covered under the BSD License.\n\nCopyright\n-------------------\n\nlibnifalcon, Copyright 2007-2009 Kyle Machulis/Nonpolynomial Labs\n\nlibnifalcon Kinematics Core, Copyright 2007-2008 Kevin Ouellet, 2009 Alastair Barrow, 2007-2009 Kyle Machulis\n\n-------------------\n\nflext source code are covered under the GPL v2 License. np_nifalcon is BSD, but since it's based on flext, it's GPL.\n\nCopyright\n-------------------\n\nflext - C++ layer for Max/MSP and pd (pure data) externals\nCopyright (C) 2001-2005 Thomas Grill\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n \nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\n\nIn the official flext distribution, the GNU General Public License is\nin the file gpl.txt\n\n--------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdot%2Fnp_nifalcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdot%2Fnp_nifalcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdot%2Fnp_nifalcon/lists"}