Skip to content
reno- edited this page Jun 23, 2014 · 5 revisions

In 0.5.7 we had:

  • bypass
  • freeze
  • mute
  • preview

In 0.6, we probably want the same ones, but preview would then belong to the view, not to the model This can be easily achieved by putting a [j.receive in.1] in the j.ui, but :

  • what if there are multiple outlets ? (we can always do it manually in the view patcher)
  • should the [j.receive in.*] in the view be muted when preview is off ? - I think this should be the case, or at least the default behavior - Maybe a good way to achieve this would be to use j.remote instead of j.receive, so this could be managed in a better way in the context of a view (even if freezing UIs is not exactly the same thing than previewing, and most of the times, we want the UI to update, but not the preview window...)

june 23th 2014
We decided that j.in% and j.out% will be the same than j.in and j.out… So we will only support bypass and mute functions. Preview can be done in a smarter way, using a single window and bind to different video signal we want to preview, and freeze can be a module by itself