Skip to content
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
2 changes: 1 addition & 1 deletion examples/core/extempore_lang.xtm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
;; which scheme stores as a generic cptr
(define myf (my-inc-maker 0))

;; and we can call my-in-maker-wrapper
;; and we can call my-inc-maker-wrapper
;; to appy myf
(println (my-inc-maker-wrapper myf 1)) ; 1
(println (my-inc-maker-wrapper myf 1)) ; 2
Expand Down
2 changes: 1 addition & 1 deletion libs/core/instruments-scm.xtm
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
(bind-macro
"xtlang play macro

for use with native beat shceduler"
for use with native beat scheduler"
(play . args)
(let ((ns 0)
(instargs '()))
Expand Down
2 changes: 1 addition & 1 deletion tests/core/xtlang.xtm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
(f x)))
(incrementer-test2 myf 1) 1)

;; and we can call my-in-maker-wrapper
;; and we can call my-inc-maker-wrapper
;; to appy myf
(xtmtest-result (incrementer-test2 myf 1) 2)
(xtmtest-result (incrementer-test2 myf 1) 3)
Expand Down