Fix broken links in docs
This commit is contained in:
parent
808782df05
commit
4912962551
|
@ -40,8 +40,9 @@ pub trait ProcessContext<P: Plugin> {
|
||||||
/// Get information about the current transport position and status.
|
/// Get information about the current transport position and status.
|
||||||
fn transport(&self) -> &Transport;
|
fn transport(&self) -> &Transport;
|
||||||
|
|
||||||
/// Returns the next note event, if there is one. Use [`NoteEvent::timing()`] to get the event's
|
/// Returns the next note event, if there is one. Use
|
||||||
/// timing within the buffer. Only available when
|
/// [`NoteEvent::timing()`][crate::prelude::NoteEvent::timing()] to get the event's timing
|
||||||
|
/// within the buffer. Only available when
|
||||||
/// [`Plugin::MIDI_INPUT`][crate::prelude::Plugin::MIDI_INPUT] is set.
|
/// [`Plugin::MIDI_INPUT`][crate::prelude::Plugin::MIDI_INPUT] is set.
|
||||||
///
|
///
|
||||||
/// # Usage
|
/// # Usage
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
//! [`nih_plug_xtask`](https://github.com/robbert-vdh/nih-plug/tree/master/nih_plug_xtask) for
|
//! [`nih_plug_xtask`](https://github.com/robbert-vdh/nih-plug/tree/master/nih_plug_xtask) for
|
||||||
//! instructions on how to use this within your own project.
|
//! instructions on how to use this within your own project.
|
||||||
//! - It's also possible to export a standalone application from a plugin using the
|
//! - It's also possible to export a standalone application from a plugin using the
|
||||||
//! [`nih_export_standalone()`][prelude::nih_export_standalone()] function. Check that function's
|
//! [`nih_export_standalone()`] function. Check that function's documentation to learn how to do
|
||||||
//! documentation to learn how to do this. This requires enabling the `standalone` crate feature.
|
//! this. This requires enabling the `standalone` crate feature.
|
||||||
//! - Everything is described in more detail on the [`Plugin`][prelude::Plugin] trait and everything
|
//! - Everything is described in more detail on the [`Plugin`][prelude::Plugin] trait and everything
|
||||||
//! linked from there, but a plugin's general lifecycle involves the following function calls.
|
//! linked from there, but a plugin's general lifecycle involves the following function calls.
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Reference in a new issue