Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
project_assistant.h File Reference

Start assistant to be shown on startup to select a project. More...

#include "dsp/channel.h"
#include "gui/widgets/meter.h"
#include <adwaita.h>
#include <gtk/gtk.h>
Include dependency graph for project_assistant.h:

Go to the source code of this file.

Data Structures

struct  ProjectAssistantWidget
 A widget that allows selecting a project to load or create. More...
 

Macros

#define PROJECT_ASSISTANT_WIDGET_TYPE   (project_assistant_widget_get_type ())
 

Functions

 G_DECLARE_FINAL_TYPE (ProjectAssistantWidget, project_assistant_widget, Z, PROJECT_ASSISTANT_WIDGET, AdwWindow) typedef struct ProjectInfo
 Project file information.
 
void project_assistant_widget_present (GtkWindow *parent, bool zrythm_already_running, const char *template)
 Runs the project assistant.
 

Variables

 ProjectInfo
 

Detailed Description

Start assistant to be shown on startup to select a project.

FIXME rename to project selector.

Definition in file project_assistant.h.