Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/faust2ck2web #99

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ABSaturator/ABSaturator.chug.wasm
Binary file not shown.
Binary file added AmbPan/AmbPan.chug.wasm
Binary file not shown.
Binary file added Binaural/Binaural.chug.wasm
Binary file not shown.
Binary file added Bitcrusher/Bitcrusher.chug.wasm
Binary file not shown.
28 changes: 28 additions & 0 deletions BrassFaust/BrassFaust-test.ck
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
//--------------------------------------------------------------------
// This is a boilerplate ChucK program generated by chuginate,
// to help you test your new chugin, ChuGin Developer!
//--------------------------------------------------------------------
// 1) try running this program after building your chugin
// (the bulid process should yield a BrassFaust.chug file)
//
// 2) you can manullay load the chugin when you run this program
// `chuck --chugin:BrassFaust.chug BrassFaust-test.ck`
//
// 3) OR you can put the chugin into your chugins search path
// NOTE: not recommended until you feel the chugin to be
// reasonably stable, as chugins in your chugins search paths
// will automatically load every time you run `chuck` or
// start the VM in miniAudicle...
//
// Want to see more information? Add the --verbose:3 (-v3) flag:
// `chuck --chugin:BrassFaust.chug BrassFaust-test.ck -v3`
//--------------------------------------------------------------------

// instantiate a BrassFaust
BrassFaust obj;

// call obj.param() with argument of 5; same as obj.param(5)
5 => obj.param;

// print
<<< obj.param() >>>;
Binary file added BrassFaust/BrassFaust.chug.wasm
Binary file not shown.
Loading
Loading