mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
merge 12791:13034 from 3.0
git-svn-id: svn://localhost/ardour2/branches/3.0-SG@13105 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
576f73e032
commit
3bb7d368a8
57 changed files with 1595 additions and 280 deletions
|
|
@ -106,7 +106,7 @@ void CAAUParameter::Init (AudioUnit au, AudioUnitParameterID param, AudioUnitSc
|
|||
} else
|
||||
mParamName = CFStringCreateWithCString(NULL, mParamInfo.name, kCFStringEncodingUTF8);
|
||||
|
||||
char* str = 0;
|
||||
const char* str = 0;
|
||||
switch (mParamInfo.unit)
|
||||
{
|
||||
case kAudioUnitParameterUnit_Boolean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue