Skip to content

Commit

Permalink
add comments in host-examples readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Jan 27, 2025
1 parent a9d8f30 commit 3ca906b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/host-examples/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Examples
========
host-1-minimal.cpp -- (no real-time audio) shows the basics of
initializing a ChucK instance, and using it to compile and run some ChucK
code.
code

host-2-audio.cpp -- shows integrating the ChucK instance in a host with
real-time audio, and shows using the ChucK instance to compile and run
Expand All @@ -27,6 +27,9 @@ host-4-shreds.cpp -- shows high-level shred operations from c++, including
adding, removing last, and getting the current VM status including info
about shreds

host-5-custom-api.cpp -- shows binding custom classes from a c++ host, to
add new custom classes specific to the host, usable from ChucK

========
Building
========
Expand Down

0 comments on commit 3ca906b

Please sign in to comment.