Re: [q-lang-users] audio import error
Brought to you by:
agraef
From: <Dr....@t-...> - 2005-01-24 07:50:16
|
David C. Norris wrote: > Is there some way to identify the "17 unresolved symbols"? Those are just the external symbols in the audio module, which can't be resolved because the module fails to load. > What does "! Value mismatch in definition" mean? There's a "def (...) = audio_vars" definition near the beginning of the module (see audio.q) which sets some variables. Since the audio_vars function is unresolved (being one of the external symbols in audio.q), that definition fails. -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikwissenschaft.uni-mainz.de/~ag |