Zrythm
a highly automated and intuitive digital audio workstation
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
e
f
g
i
m
p
r
t
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
Typedefs
Enumerations
a
b
c
e
f
g
i
k
m
n
p
r
s
t
u
z
Enumerator
a
u
z
Macros
_
a
b
c
d
e
f
h
i
k
m
p
r
s
t
u
v
z
▼
Zrythm
►
Documentation
►
Cyaml Schemas
GTK Tips
►
The Processing Cycle
repo-management
►
Release Checklist
►
Weblate Translations
Building on Windows
Building on Windows (MSVC)
CONTRIBUTING
HACKING
Git Packaging Hooks
Deprecated List
►
Topics
►
Data Structures
▼
Files
▼
File List
►
actions
►
doc
▼
dsp
audio_bus_track.h
►
audio_function.h
audio_group_track.h
►
audio_region.h
audio_track.h
►
automation_function.h
►
automation_point.h
►
automation_region.h
►
automation_track.h
►
automation_tracklist.h
►
balance_control.h
►
channel.h
►
channel_send.h
channel_track.h
►
chord_descriptor.h
►
chord_object.h
►
chord_region.h
►
chord_track.h
►
clip.h
►
control_port.h
►
control_room.h
►
curve.h
dir.h
►
ditherer.h
►
engine.h
engine_alsa.h
engine_dummy.h
engine_jack.h
engine_pa.h
engine_pulse.h
engine_rtaudio.h
engine_rtmidi.h
engine_sdl.h
engine_windows_mme.h
exporter.h
►
ext_port.h
►
fade.h
►
fader.h
►
foldable_track.h
►
graph.h
►
graph_export.h
►
graph_node.h
►
graph_thread.h
►
group_target_track.h
►
hardware_processor.h
►
instrument_track.h
kmeter_dsp.h
►
marker.h
►
marker_track.h
master_track.h
►
meter.h
►
metronome.h
midi_bus_track.h
►
midi_event.h
►
midi_function.h
midi_group_track.h
►
midi_mapping.h
►
midi_note.h
►
midi_region.h
midi_track.h
►
modulator_macro_processor.h
►
modulator_track.h
►
pan.h
peak_dsp.h
►
peak_fall_smooth.h
►
pool.h
►
port.h
►
port_connection.h
►
port_connections_manager.h
►
port_identifier.h
►
position.h
►
quantize_options.h
►
recording_event.h
►
recording_manager.h
►
region.h
►
region_identifier.h
►
region_link_group.h
►
region_link_group_manager.h
►
router.h
rtaudio_device.h
rtmidi_device.h
►
sample_playback.h
►
sample_processor.h
►
scale.h
►
scale_object.h
►
snap_grid.h
►
stretcher.h
►
supported_file.h
►
tempo_track.h
►
track.h
►
track_lane.h
►
track_processor.h
►
tracklist.h
►
transport.h
true_peak_dsp.h
►
velocity.h
windows_mmcss.h
windows_mme_device.h
►
gui
►
io
►
plugins
►
project
►
settings
►
src
►
utils
dir.h
gtk_wrapper.h
project.h
libpanel_wrapper.h
Wrapper.h
►
zrythm.h
►
zrythm_app.h
INSTALL.rst
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
midi_track.h
1
// SPDX-FileCopyrightText: © 2019-2021 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4
#ifndef __AUDIO_MIDI_TRACK_H__
5
#define __AUDIO_MIDI_TRACK_H__
6
7
typedef
struct
Position
Position
;
8
typedef
struct
MidiEvents
MidiEvents
;
9
typedef
struct
Track
Track
;
10
20
void
21
midi_track_init
(
Track
* track);
22
23
void
24
midi_track_setup (
Track
* self);
25
48
REALTIME
49
void
50
midi_track_fill_midi_events
(
51
Track
* track,
52
const
long
g_start_frames,
53
const
nframes_t
local_start_frame,
54
nframes_t
nframes,
55
MidiEvents
* midi_events);
56
62
void
63
midi_track_free
(
Track
* track);
64
69
#endif
// __AUDIO_MIDI_TRACK_H__
midi_track_fill_midi_events
REALTIME void midi_track_fill_midi_events(Track *track, const long g_start_frames, const nframes_t local_start_frame, nframes_t nframes, MidiEvents *midi_events)
Fills MIDI event queue from track.
midi_track_free
void midi_track_free(Track *track)
Frees the track.
midi_track_init
void midi_track_init(Track *track)
Initializes an midi track.
nframes_t
uint32_t nframes_t
Frame count.
Definition
types.h:39
MidiEvents
Container for passing midi events through ports.
Definition
midi_event.h:62
Position
A Position is made up of bars.beats.sixteenths.ticks.
Definition
position.h:124
Track
Track to be inserted into the Project's Tracklist.
Definition
track.h:177
dsp
midi_track.h
Generated by
1.11.0