mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@11070 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ddb1f52352
commit
0dbc0429a8
2 changed files with 6 additions and 4 deletions
|
|
@ -353,9 +353,9 @@ namespace ARDOUR {
|
|||
};
|
||||
|
||||
enum MonitorModel {
|
||||
HardwareMonitoring,
|
||||
SoftwareMonitoring,
|
||||
ExternalMonitoring
|
||||
HardwareMonitoring, ///< JACK does monitoring
|
||||
SoftwareMonitoring, ///< Ardour does monitoring
|
||||
ExternalMonitoring ///< we leave monitoring to the audio hardware
|
||||
};
|
||||
|
||||
enum MonitorChoice {
|
||||
|
|
|
|||
|
|
@ -1548,7 +1548,9 @@ IO::connected_to (const string& str) const
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Caller must hold process lock */
|
||||
/** Call a processor's ::run() method, giving it our buffers
|
||||
* Caller must hold process lock.
|
||||
*/
|
||||
void
|
||||
IO::process_input (boost::shared_ptr<Processor> proc, framepos_t start_frame, framepos_t end_frame, pframes_t nframes)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue