mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
lots of changes to try to get the Mackie Control display be more useful and usable
This commit is contained in:
parent
4677d047a5
commit
0cb1c7b58c
6 changed files with 177 additions and 91 deletions
|
|
@ -88,8 +88,9 @@ ostream & operator << (ostream & os, const MidiByteArray & mba)
|
|||
|
||||
MidiByteArray & operator << (MidiByteArray & mba, const std::string & st)
|
||||
{
|
||||
for (string::const_iterator it = st.begin(); it != st.end(); ++it) {
|
||||
mba << *it;
|
||||
}
|
||||
/* note that this assumes that "st" is ASCII encoded
|
||||
*/
|
||||
|
||||
mba.insert (mba.end(), st.begin(), st.end());
|
||||
return mba;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue