-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The separation of editors and function-processing has always been an important requirement for tapemovie. But if we were be able to use noedit & nobuild mode, they cannot for ALL the functions.
I guess we must be attentive in span for this kind of details, and be able to run a span edit on a computer, controlling span patch on another computer.
So now we have at least two editors embed in span.maxpat patch :
- events edit functions
- open/new/update project functions
One more benefit we will have with a separation of the process will be to don't use an editor for the events for the time the project is running.
The lighter it could be, more process we will be able to add without having a too large loading time.
So what I suggest is to :
- put the events edit functions in the span.events GUI.
- put the open/close/update dialog in the span.project GUI
What do you think about? Is there any side effect I didn't think about?