Annotation of Examples/SoundAndMusic/SoundKit/SoundEditor/SaveToController.h, revision 1.1.1.1

1.1       root        1: #import <soundkit/Sound.h>
                      2: 
                      3: @interface SaveToController:Object
                      4: {
                      5:     Sound *sound;
                      6:     Sound *newSound;
                      7: 
                      8:     int newDataFormat;
                      9:     double newSamplingRate;
                     10:     int newChannelCount;
                     11: 
                     12:     id newChnMtx;
                     13:     id newFmtMtx;
                     14:     id newFsMtx;
                     15: }
                     16: 
                     17: - setSound:aSound;
                     18: - soundTemplate;
                     19: - revert:sender;
                     20: - setNewChn:sender;
                     21: - setNewFmt:sender;
                     22: - setNewFs:sender;
                     23: 
                     24: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.