octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Integrating audio functionality in to Octave


From: Vytautas Jancauskas
Subject: Re: Integrating audio functionality in to Octave
Date: Thu, 19 Sep 2013 14:15:17 +0300

> $ grep -r @callback scripts
> scripts/audio/@audioplayer/audioplayer.m:## @code{player =
> audioplayer(@callback_sine, 44100);}
> scripts/audio/@audioplayer/audioplayer.m:%!  player = audioplayer
> (@callback, 44100);
> scripts/audio/@audiorecorder/audiorecorder.m:#%!  recorder =
> audiorecorder (@callback_record, 44100);
> scripts/audio/@audiorecorder/audiorecorder.m:#%!  recorder =
> audiorecorder (@callback_record, 44100);
>
> That's probably where the error is. If you want to document usage with
> a function handle, use @@ to insert a literal @.
>
> --
> mike

Right you are, should have figured this out on my own, thanks!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]