#[macro_use] pub mod debug; mod automation; mod behaviors; mod clipboard; mod codec; mod config; mod editor; mod engine; mod entry; mod export; mod first_run; mod gui; mod history; mod module_gui_manager; mod modules; mod routing; mod region; mod timing; mod track; mod triggers; mod waveform; pub fn main() -> iced::Result { debug::init(); entry::main() }