| 188 | |
| 189 | |
| 190 | void StudioActor::init() { |
| 191 | // launch global actors.. |
| 192 | // preferences first.. |
| 193 | // this will need more configuration |
| 194 | spdlog::debug("Created StudioActor {}", base_.name()); |
| 195 | |
| 196 | session_ = spawn<session::SessionActor>("New Session"); |
| 197 | link_to(session_); |
| 198 | |
| 199 | system().registry().put(studio_registry, this); |
| 200 | } |
| 201 | |
| 202 | void StudioActor::on_exit() { |
| 203 | // tell globals to quit... ? |