Skip to content

Commit

Permalink
Merge pull request #380 from nshaheed/nshaheed-patch-1
Browse files Browse the repository at this point in the history
Fix lisa example link typo
  • Loading branch information
gewang authored Oct 13, 2023
2 parents b1778a3 + ffc12a8 commit a75290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ugen_xxx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ DLL_QUERY lisa_query( Chuck_DL_Query * QUERY )
if( !type_engine_import_add_ex( env, "special/LiSa-munger1.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "special/LiSa-munger2.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "special/LiSa-munger3.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "special/LiSa-load.ck.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "special/LiSa-load.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "special/LiSa-simplelooping.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "special/LiSa-trigger.ck" ) ) goto error;
if( !type_engine_import_add_ex( env, "special/LiSa-track1.ck" ) ) goto error;
Expand Down

0 comments on commit a75290a

Please sign in to comment.