mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Move ParamPtr to the prelude
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//! None of these widgets are finalized, and their sizes or looks can change at any point. Feel free
|
||||
//! to copy the widgets and modify them to your personal taste.
|
||||
|
||||
use nih_plug::param::internals::ParamPtr;
|
||||
use nih_plug::prelude::ParamPtr;
|
||||
|
||||
pub mod generic_ui;
|
||||
pub mod param_slider;
|
||||
|
||||
@@ -7,8 +7,7 @@ use std::collections::HashMap;
|
||||
use std::marker::PhantomData;
|
||||
use std::pin::Pin;
|
||||
|
||||
use nih_plug::param::internals::ParamPtr;
|
||||
use nih_plug::prelude::{Param, Params};
|
||||
use nih_plug::prelude::{Param, ParamPtr, Params};
|
||||
|
||||
use super::{ParamMessage, ParamSlider};
|
||||
use crate::backend::Renderer;
|
||||
|
||||
Reference in New Issue
Block a user