octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #43964] octave 4.1.0+ audio changes will not c


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #43964] octave 4.1.0+ audio changes will not compile on Windows
Date: Thu, 15 Jan 2015 13:18:22 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #18, bug #43964 (project octave):

I haven't has much to do with creating own types in octave, but when I have:

a = audiorecorder

a = audiorecorder

shouldn't the deconstructor of the octave value of the old 'a' be called?

If I change the code to print something out whenever Pa_StoStream is called,
only one case in the tests calls stop, and that's when multiple records are
called on the same audio recorder. Which is probally why the tests work if I
call stop explicitly in the octave code.

If I also add a print in the deconstructor of the audiorecorder c++ object, I
never see it printed out - originally I though adding a stop in the c++ code
at the end of recordblocking, and one in the deconstructor if it has a valid
stream would be needed.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43964>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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