Feed items
Added SignalProcessingExample build
Commit by leighsmith :: r3694 /trunk/MusicKit/MusicKit.xcodeproj/project.pbxproj: (link) Added SignalProcessingExample build
Clean up doco & debugging info
Commit by leighsmith :: r3693 /trunk/MusicKit/Frameworks/SndKit/ (4 files): (link) Clean up doco & debugging info
Now correctly updates the SndStreamManager format when the buffer size is...
Commit by leighsmith :: r3692 /trunk/MusicKit/Frameworks/SndKit/ (4 files): (link) Now correctly updates the SndStreamManager format when the buffer size is modified. Added a method for changing the input buffer size, but it's yet to be truly different in the underlying code.
Made several functions dependent on input or output direction, enabling greater...
Commit by leighsmith :: r3691 /trunk/MusicKit/Frameworks/PlatformDependent/MKPerformSndMIDI_portaudio/ (PerformSound.h PerformSound.m): (link) Made several functions dependent on input or output direction, enabling greater independence between input and output devices. Enabled correct buffer size modification before the stream had been started.
Updated to latest SndStreamManager method naming
Commit by leighsmith :: r3690 /trunk/MusicKit/Examples/SignalProcessing/ (3 files): (link) Updated to latest SndStreamManager method naming
Updated for latest method naming
Commit by leighsmith :: r3689 /trunk/MusicKit/Frameworks/MusicKit/MKOrchestra.m: (link) Updated for latest method naming
Moved methods to deal with device to be instance methods, sketched the behaviour...
Commit by leighsmith :: r3688 /trunk/MusicKit/Frameworks/SndKit/ (SndStreamManager.h SndStreamManager.m): (link) Moved methods to deal with device to be instance methods, sketched the behaviour of initOnDeviceForInput:outputDevice
Added simultaneous MP3 playback with fading of playback and live input
Commit by leighsmith :: r3687 /trunk/MusicKit/Examples/SignalProcessing/ (6 files in 2 dirs): (link) Added simultaneous MP3 playback with fading of playback and live input
Added methods to assign the output buffer size and retrieve the currently...
Commit by leighsmith :: r3686 /trunk/MusicKit/Frameworks/SndKit/ (5 files): (link) Added methods to assign the output buffer size and retrieve the currently assigned sound driver in SndStreamManager. Changed the return type from the Snd play methods to be SndPerformances, breaking with the past, but now much more consistent with other methods.
Added GNUstep makefiles.
Commit by leighsmith :: r3685 /trunk/MusicKit/Examples/SignalProcessing/ (GNUmakefile GNUmakefile.preamble): (link) Added GNUstep makefiles.
