ArrayArrayArrayArrayArrayArrayArrayArray
BrainModularBrainModular Users Forum2008-07-22T12:57:10+02:00https://brainmodular.org/forums/app.php/feed/topic/9462008-07-22T12:57:10+02:002008-07-22T12:57:10+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4895#p4895 Error messages aren't displayed in the trace panel but reprted in the LogUsine.log file. So it can help if you need to get error msg (in the future I'll implement a 'debug' mode to display such msg more friendly...)
In the case of the BouncingBalls you have (my system is in french)
CODE:
[12:38:23] TUserPanel Descripteur non valide[12:38:23] Error:Internal in TUserPanel [12:38:39] TUserPanel La ressource demandée est en cours d'utilisation.[12:38:39] Error:Internal in TUserPanel [12:38:40] TUserPanel Out of system resources[12:38:40] Error:Internal in TUserPanel [12:38:44] TUserPanel Out of system resources
When we look carefully it seems to come from InitSpace called by the Resize.
I don't know precisely how works the CreateRectRgn routine, (I don't use it In Usine). But two possible bugs: - you create Rgn without destroying the previous one ? - the resize is called by the "display thread" and the process by the "realtime audio thread". So it's possible to have conflicts (you re-create region while you attempt to use it in the process routine). To protect your code you can use TCriticalSection (Aquire & Release).
I hope It will help you.
I'm also impatient to have the web cam Usermodule!!
]]>2008-07-22T10:52:09+02:002008-07-22T10:52:09+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4894#p4894Be sure i will use it. Thank you very much for this module. i am impatient to try your 'web cam' module .... You realy make me happy.
Have nice time on holliday and good fishing.
Statistics: Posted by cmodica — 22 Jul 2008, 10:52
]]>2008-07-21T22:05:18+02:002008-07-21T22:05:18+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4890#p4890Statistics: Posted by senso — 21 Jul 2008, 22:05
]]>
2008-07-21T20:22:49+02:002008-07-21T20:22:49+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4889#p4889 just 2 little bugs :
changing the visible status : ( for ex : ctrl panel to interface panel ) change the number of balls
in interface panel , changing the size of the window bug Usine with this message : Error:Internal in TUserPanel
Statistics: Posted by nay-seven — 21 Jul 2008, 20:22
]]>2008-07-21T18:33:35+02:002008-07-21T18:33:35+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4888#p4888A Bouncing balls Panel. Balls trigger when bouncing. Speed and number of balls can be set. I add a workspace where the balls trigger two StepMidi modules.
]]>BrainModularBrainModular Users Forum2008-07-22T12:57:10+02:00https://brainmodular.org/forums/app.php/feed/topic/9462008-07-22T12:57:10+02:002008-07-22T12:57:10+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4895#p4895 Error messages aren't displayed in the trace panel but reprted in the LogUsine.log file. So it can help if you need to get error msg (in the future I'll implement a 'debug' mode to display such msg more friendly...)
In the case of the BouncingBalls you have (my system is in french)
CODE:
[12:38:23] TUserPanel Descripteur non valide[12:38:23] Error:Internal in TUserPanel [12:38:39] TUserPanel La ressource demandée est en cours d'utilisation.[12:38:39] Error:Internal in TUserPanel [12:38:40] TUserPanel Out of system resources[12:38:40] Error:Internal in TUserPanel [12:38:44] TUserPanel Out of system resources
When we look carefully it seems to come from InitSpace called by the Resize.
I don't know precisely how works the CreateRectRgn routine, (I don't use it In Usine). But two possible bugs: - you create Rgn without destroying the previous one ? - the resize is called by the "display thread" and the process by the "realtime audio thread". So it's possible to have conflicts (you re-create region while you attempt to use it in the process routine). To protect your code you can use TCriticalSection (Aquire & Release).
I hope It will help you.
I'm also impatient to have the web cam Usermodule!!
]]>2008-07-22T10:52:09+02:002008-07-22T10:52:09+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4894#p4894Be sure i will use it. Thank you very much for this module. i am impatient to try your 'web cam' module .... You realy make me happy.
Have nice time on holliday and good fishing.
Statistics: Posted by cmodica — 22 Jul 2008, 10:52
]]>2008-07-21T22:05:18+02:002008-07-21T22:05:18+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4890#p4890Statistics: Posted by senso — 21 Jul 2008, 22:05
]]>2008-07-21T20:22:49+02:002008-07-21T20:22:49+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4889#p4889 just 2 little bugs :
changing the visible status : ( for ex : ctrl panel to interface panel ) change the number of balls
in interface panel , changing the size of the window bug Usine with this message : Error:Internal in TUserPanel
Statistics: Posted by nay-seven — 21 Jul 2008, 20:22
]]>2008-07-21T18:33:35+02:002008-07-21T18:33:35+02:00https://brainmodular.org/forums/viewtopic.php?t=946&p=4888#p4888A Bouncing balls Panel. Balls trigger when bouncing. Speed and number of balls can be set. I add a workspace where the balls trigger two StepMidi modules.