View Single Post
Old 04-01-2019, 06:14 AM   #39
romeo_despres
Human being with feelings
 
Join Date: Jan 2019
Posts: 63
Default

Oh ok... You're the one getting all the bugs sorry! Just to be sure, you can't call anything from reapy anymore after that, can you? I guess you have something like the following:

Code:
>>> reapy.print('Hello world')
>>> reapy.print('Hello world twice')
Nasty error message and no 'Hello world twice' inside REAPER
And when you call a function that, unlike "reapy.print", has to return something, for instance "reapy.Project()", I suppose you get an error too right?
romeo_despres is offline   Reply With Quote