Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scribblescripts

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scribblescripts

Utility functions to assist with creating music clips with scribbletune.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

##scribblescripts

Ronaldo Barbachano, 2017

Provided as is.

Disclaimer #I'm not a musician but I play one with javascript.

Helper functions to assist music composers with scribbletune. Please see example.js for usage. Basically simplifies clip creation and is based off the provided examples from the original repository.

Function nameparameterspurpose
scribblescripts.buildChordspattern, notes, sizzleCreates chord style midi clip
scribblescripts.buildMidiscribbleData, filenameCreates scribble midi from scribble file
scribblescripts.buildHighhataccentMap, pattern, sizzle, notesBasic clip with (usually one note)
scribblescripts.buildKickaccentMap, pattern, sizzle,notesLike buildHighhat but with 'shuffle' set to true
scribblescripts.buildMelodypatternVariates a (even sized pattern 'x-_x-' string) using string/array functions. Returns a four element array.

###What is buildMelody

I wrote it to simplify the process of creating variations to a songs loopable elements which can include bridges,baselines, chords etc. Returns the a string in ('x-x_xx' type format) which can be used as a pattern or accentmap.


[
	 <original pattern>,
	 <pattern reversed>,
	 <first half of pattern>,
	 <second half of pattern>
]

Keywords

FAQs

Package last updated on 19 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc