Channel and table to python convert (channel to list\matrix)

Hi,

Most machine learning prototyping and training stages request Python lists.
Fast channel to python convert could be great for prototyping machine learning cases or any other use of python related solutions like opencv .

if we could transfer quickly from channel to python list it could be a great start .
facebook talk:
facebook.com/groups/touchde … up_comment

Keep up the great work

Barak.

For channel case, have you considered the builtin Channel.vals?
example:

op(‘wave1’)[0].vals

nope, thanks !
will try soon

Update:
works well , i`m gaining 400% compare to my workaround :slight_smile: .
thanks Rob

viewtopic.php?f=17&t=12395&p=48061#p48061

That’s great to hear.