# musicise

> motional music

Latest version **0.2.0** (published 2015-03-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install musicise
pnpm add musicise
yarn add musicise
bun add musicise
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2015-03-25 |
| First published | 2015-03-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ziwen Fan |
| Maintainers | zfan40 |
| Keywords | motion, music |

## Links

- npm: https://www.npmjs.com/package/musicise
- Repository: https://github.com/zfan40/musicise
- Issues: https://github.com/zfan40/musicise/issues
- npm.io page: https://npm.io/package/musicise

## Alternatives

- [persona-harness](https://npm.io/package/persona-harness.md) — 4.7K weekly downloads
- [@tsparticles/effect-bubble](https://npm.io/package/@tsparticles/effect-bubble.md) — 4.6K weekly downloads
- [f3d](https://npm.io/package/f3d.md) — 730 weekly downloads
- [spark-html-motion](https://npm.io/package/spark-html-motion.md) — 298 weekly downloads
- [react-scroll-snap-anime-slider](https://npm.io/package/react-scroll-snap-anime-slider.md) — 214 weekly downloads

## Recent versions

- 0.2.0 (latest) — 2015-03-25
- 0.1.1 — 2015-03-06
- 0.1.0 — 2015-03-03

## README

musicise
========

Ultimate goal: a library building bridge between motions to sounds

!important: based on sensor feature, this works better on mobile, and of course it makes little sense to dance carrying a laptop or a PC
## Installation
	npm install musicise

## Usage

	var Musicise = require('musicise');
	var musicise = new Musicise();
	musicise.start();
	musicise.on('newtempo',function(tempo){			//this detects a new stable tempo based on a period of time
		console.log('new tempo is ' + tempo);
    });
    setInterval(function(){console.log(musicise.getSteps());},1000);		//this returns the accumulated steps instantly
    musicise.stop();


## Tests
	Currently no test, it is a very basic and subjective computation. The algorithms will be enriched in the future.
	But feel free to test physically, sorry I couldn't provide IRB approval or stipend for ya.

## Release History
	* 0.1.0 Initial release, start,stop,getSteps, getTempo, event listening on('newtempo')
	* 0.2.0 Add clearTempo method

---
_Source: https://npm.io/package/musicise · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
