MCPcopy Index your code
hub / github.com/BlokDust/BlokDust

github.com/BlokDust/BlokDust @v1.0.12

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.12 ↗ · + Follow
2,992 symbols 4,831 edges 224 files 264 documented · 9% updated 4y agov1.0.12 · 2016-09-03★ 62551 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

BlokDust

Build Status

BlokDust is a web-based music making app. By joining blocks together, you can build synthesizers, put effects on your voice, remix & manipulate samples and arrange self-playing musical environments.

You can share what you make and if you want, you can expand on other people's creations. You can also contribute by tagging your tracks in SoundCloud with #blokdust so that your music is available for people to play with in the app.

Play the app at blokdust.com

BlokDust

Visit our Youtube channel to view some examples of the app in action and follow us on Facebook and Twitter for updates. Also, share your creations with each other on the BlokDust Subreddit.

Guide

For tutorials, examples and other related features please visit our wiki/user companion site guide.blokdust.com

Frequently Asked Questions

guide.blokdust.com/frequently-asked-questions/

Requirements

Chrome browser recommended, desktop or tablet and an internet connection. If you have one, use a MIDI key controller for the best experience!

Contributing

We’ll hopefully be publishing some developer notes when we have time. There’s a lot of things we’ve explored for the first time with this project and plenty that can be improved so we welcome any extra insight.

Clone the repository

git clone https://github.com/BlokDust/BlokDust.git

Prerequisites

Blokdust needs these things to work: - Node - Grunt - Bower

Workflow

Once you have the prerequisites installed and you've cloned the project, run these commands to install the dependencies:
npm install
bower install

Serve Blokdust on localhost:8000:

grunt serve:dev

Serve Blokdust on localhost:8000 and update on changes:

grunt watch:dev

Build & compile project to dist folder:

grunt serve:dist

Contact

Get in touch with us at blokdust@gmail.com

Extension points exported contracts — how you extend this code

IPowerSource (Interface)
(no doc) [13 implementers]
app/Blocks/Power/IPowerSource.ts
ICommandHandler (Interface)
(no doc) [18 implementers]
app/Core/Commands/ICommandHandler.ts
IOption (Interface)
(no doc) [5 implementers]
app/UI/Options/IOption.ts
IApp (Interface)
(no doc) [2 implementers]
app/IApp.ts
SignalBase (Interface)
(no doc) [2 implementers]
app/typings/Tone.d.ts
IL10n (Interface)
(no doc)
app/IL10n.ts
IConfig (Interface)
(no doc)
app/IConfig.ts
IPowerEffect (Interface)
(no doc) [13 implementers]
app/Blocks/Power/IPowerEffect.ts

Core symbols most depended-on inside this repo

DrawLineTo
called by 242
app/Blocks/BlockSprites.ts
FillColor
called by 212
app/IApp.ts
Init
called by 86
app/Core/Audio/IAudio.ts
StrokeColor
called by 75
app/IApp.ts
DrawMoveTo
called by 66
app/Blocks/BlockSprites.ts
connect
called by 37
app/typings/Tone.d.ts
Draw
called by 36
app/Blocks/IBlock.ts
DrawSprite
called by 33
app/Blocks/Block.ts

Shape

Method 1,750
Class 779
Interface 404
Enum 31
Function 28

Languages

TypeScript100%

Modules by API surface

app/typings/minerva.d.ts527 symbols
app/typings/Tone.d.ts317 symbols
app/typings/internal/jquery.d.ts243 symbols
app/typings/nullstone.d.ts159 symbols
app/typings/utils.d.ts65 symbols
app/typings/etch.d.ts64 symbols
app/typings/extensions.d.ts41 symbols
app/Blocks/Source.ts40 symbols
app/UI/SharePanel.ts38 symbols
app/MainScene.ts36 symbols
app/UI/OptionsPanel.ts35 symbols
app/Blocks/IParams.ts32 symbols

For agents

$ claude mcp add BlokDust \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page