mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Typo in comment: paramater
This commit is contained in:
parent
e3836e1162
commit
e16ac4b036
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ PluginEqGui::run_impulse_analysis ()
|
|||
/* run at most at session's block size chunks.
|
||||
*
|
||||
* This is important since VSTs may call audioMasterGetBlockSize
|
||||
* or access various other /real/ session paramaters using the
|
||||
* or access various other /real/ session parameters using the
|
||||
* audioMasterCallback
|
||||
*/
|
||||
samplecnt_t block_size = ARDOUR_UI::instance()->the_session()->get_block_size();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue