Skip to content

Commit

Permalink
update HnkyTonk ckdoc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Oct 15, 2024
1 parent 296710c commit ccef148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/ugen_stk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3286,7 +3286,8 @@ by Perry R. Cook and Gary P. Scavone, 1995 - 2002.";

// add examples
if( !type_engine_import_add_ex( env, "stk/honkeytonk-algo1.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "stk/honkeytonk-algo3.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "stk/nylon-guitar-algo1.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "stk/jacobass-algo1.ck" ) ) goto error;

// end the class import
type_engine_import_class_end( env );
Expand Down

0 comments on commit ccef148

Please sign in to comment.