mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Improve and cleanup OSC control and translation
Changed default send Port to 7001. Updated documentation.
This commit is contained in:
@@ -393,7 +393,7 @@ bool Session::empty() const
|
||||
|
||||
SourceList::iterator Session::at(int index)
|
||||
{
|
||||
if (index<0)
|
||||
if ( index < 0 || index > (int) sources_.size())
|
||||
return sources_.end();
|
||||
|
||||
int i = 0;
|
||||
|
||||
Reference in New Issue
Block a user