We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have FluidSynth.chug and FluidSynth-play.ck
FluidSynth.chug
FluidSynth-play.ck
Trying this on windows:
FluidSynth-play.ck:2:9: error: no such file: 'FluidSynth' [2] @import "FluidSynth"
However, if I change it to @import "FluidSynth.chug" it works fine. Here's the -v8` output:
@import "FluidSynth.chug" it works fine. Here's the
[chuck:2:SYSTEM]: starting chuck... [chuck:2:SYSTEM]: | starting compilation... [chuck:3:HERALD]: | | compiling 'FluidSynth-play.ck'... [chuck:7:FINE!!]: | | | resolving filename: 'FluidSynth-play.ck' importer: '' expand-search: NO [chuck:7:FINE!!]: | | | | resolved: 'C:/Users/nicho/Documents/programming/chugins/FluidSynth/builddir-release/FluidSynth-play.ck' [chuck:5:INFORM]: | | | @import scanning within target 'FluidSynth-play.ck'... [chuck:7:FINE!!]: | | | resolving filename: 'FluidSynth' importer: 'C:/Users/nicho/Documents/programming/chugins/FluidSynth/builddir-release/FluidSynth-play.ck' expand-search: YES [chuck:8:FINER!]: | | | testing match: 'C:/Windows/system32/ChucK/FluidSynth' ('no') [chuck:8:FINER!]: | | | testing match: 'C:/Program Files/ChucK/chugins/FluidSynth' ('no') [chuck:8:FINER!]: | | | testing match: 'C:/Program Files (x86)/ChucK/chugins/FluidSynth' ('no') [chuck:8:FINER!]: | | | testing match: 'C:/Users/nicho/Documents/ChucK/packages/FluidSynth' ('no') [chuck:8:FINER!]: | | | testing match: 'C:/Users/nicho/Documents/ChucK/packages/Chumpinate/FluidSynth' ('no') [chuck:8:FINER!]: | | | testing match: 'C:/Users/nicho/Documents/ChucK/chugins/FluidSynth' ('no') [chuck:7:FINE!!]: | | | | filename 'FluidSynth' unresolved FluidSynth-play.ck:2:9: error: no such file: 'FluidSynth' [2] @import "FluidSynth" ^ [chuck:2:SYSTEM]: | starting real-time audio...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have
FluidSynth.chug
andFluidSynth-play.ck
Trying this on windows:
However, if I change it to
@import "FluidSynth.chug" it works fine. Here's the
-v8` output:The text was updated successfully, but these errors were encountered: