Commit Graph

112 Commits

Author SHA1 Message Date
Syed Haris Ali 7ff5996f09 yet another test... 2015-07-02 16:39:09 -07:00
Syed Haris Ali fea20e3b9f think I got relative paths working for OSX 2015-07-02 16:27:48 -07:00
Syed Haris Ali 39f79a2f2d removed absolute references to framework path 2015-07-02 15:08:48 -07:00
Syed Haris Ali dda6f5a045 removing tests from OSX examples 2015-07-02 13:26:00 -07:00
Syed Haris Ali cd47fe7cc7 got frameworks for iOS and OSX and updated all examples 2015-07-02 13:14:35 -07:00
Syed Haris Ali 1ded12d18e got OSX framework building and included in OSX examples 2015-07-02 12:38:42 -07:00
Syed Haris Ali 47de71d817 updated examples 2015-07-01 19:21:01 -07:00
Syed Haris Ali 55172b2356 added clear method 2015-07-01 17:53:54 -07:00
Syed Haris Ali 302a047f6a performance tweaking, adding documentation, updating examples, and adding missing setters to EZAudioPlotGL 2015-07-01 17:25:20 -07:00
Syed Haris Ali ddfe22106f got mac opengl view setup and resizing properly 2015-07-01 12:18:45 -07:00
Syed Haris Ali f2084dab2a added clean up to remove observers when done 2015-06-30 13:44:40 -07:00
Syed Haris Ali 115dc2b8a0 updated play file example for notifications and added loop checkbox for OSX, fixed audio session not being set on iOS FFT example 2015-06-30 13:03:34 -07:00
Syed Haris Ali a832f27a5a added nice description method to EZAudioFile and updated play file examples to use notifications 2015-06-30 12:36:24 -07:00
Syed Haris Ali 6ea04c0f7b rewrote EZAudioPlayer to use new EZOutput, added notifications, added NSCopying protocol to EZAudioFile, updated play file examples for iOS and Mac 2015-06-30 02:11:07 -07:00
Syed Haris Ali cce5ee0af1 minor tweak 2015-06-29 18:26:31 -07:00
Syed Haris Ali cc868e79dd little style tweak 2015-06-29 18:15:27 -07:00
Syed Haris Ali 3fdb33209d added float converter 2015-06-29 18:11:56 -07:00
Syed Haris Ali e16c775be8 fixed broken IB connection 2015-06-29 17:52:45 -07:00
Syed Haris Ali 59a3a22c6a added plot clear 2015-06-29 17:51:53 -07:00
Syed Haris Ali 4c7719f168 added output selector to OSX play file example 2015-06-29 17:47:10 -07:00
Syed Haris Ali 5789954cb9 updated examples that explicitly use EZOuput and added volume controls 2015-06-29 17:32:03 -07:00
Syed Haris Ali cc663ec82d removed AEFloatConverter and updated iOS examples 2015-06-28 15:39:25 -07:00
Syed Haris Ali 62055f1782 Updated EZAudioFile 2015-06-28 15:17:04 -07:00
Syed Haris Ali d031217ae0 added shadow to waveform in examples to show how to manipulate waveform layer 2015-06-26 00:07:38 -07:00
Syed Haris Ali 6678f43165 moved history initialization to utiltiies 2015-06-25 23:59:05 -07:00
Syed Haris Ali 188ff567b3 fixed bug with example where changedInputChannel was no longer needed 2015-06-25 23:44:47 -07:00
Syed Haris Ali 2cdb4abdf8 more improvements, made it easier to subclass audio plot 2015-06-25 22:56:19 -07:00
Syed Haris Ali 9b26a0ac62 Added fixes to plot and tested performance in all examples 2015-06-25 16:43:21 -07:00
Syed Haris Ali f6facedf8c Updating examples for new waveform 2015-06-25 12:35:44 -07:00
Syed Haris Ali 1e7ecccb34 updated background color 2015-06-24 01:33:16 -07:00
Syed Haris Ali 6fa604744d cleaning up with .gitignore 2015-06-24 01:09:40 -07:00
Syed Haris Ali 7852b391f2 added code to make sure info structures that are malloc'ed are also initalized to 0 (memset) 2015-06-24 00:44:36 -07:00
Syed Haris Ali 1978023fed tweaked deprecated attributes documentation 2015-06-24 00:21:57 -07:00
Syed Haris Ali 20df3f3531 mapped EZAudio to EZAudioUtilities and added deprecated warnings 2015-06-24 00:13:29 -07:00
Syed Haris Ali 73b478e28b got rid of warnings from deprecated use of EZAudio methods 2015-06-23 23:47:57 -07:00
Syed Haris Ali a00df48ea1 added additional documentation 2015-06-23 22:26:37 -07:00
Syed Haris Ali 98e953ce98 cleaned up utilities and added license to header 2015-06-23 21:09:04 -07:00
Syed Haris Ali d63cd4dc40 added documentation to shouldExistOnCheckResultFail 2015-06-23 17:28:50 -07:00
Syed Haris Ali fd37dcdda0 cleaned up float converter + data classes 2015-06-23 17:16:24 -07:00
Syed Haris Ali ee6cc530d8 beginning to add documentation to EZAudioDevice 2015-06-23 17:13:21 -07:00
Syed Haris Ali 682b41ecd7 added tweak to opengl plot to properly render on retina macbooks 2015-06-23 16:39:55 -07:00
Syed Haris Ali 46526a0151 added print line to pass through example to show input device used 2015-06-23 16:38:33 -07:00
Syed Haris Ali 7bbe1c8335 cleaned up recording and passthrough examples 2015-06-23 16:34:52 -07:00
Syed Haris Ali 2f4e2492b2 added memory clean up for FFT example 2015-06-23 16:17:45 -07:00
Syed Haris Ali e72b5697bc updated FFT example for OSX 2015-06-23 16:16:03 -07:00
Syed Haris Ali 07b93765ae more cleanup for waveform from file example 2015-06-23 15:59:50 -07:00
Syed Haris Ali 4a7fb90ffa fixed waveform from file example for OSX 2015-06-23 15:58:03 -07:00
Syed Haris Ali cdd6e2b099 minor UI tweaks 2015-06-23 15:49:31 -07:00
Syed Haris Ali 6c77e38d39 updated OSX play file example 2015-06-23 15:46:55 -07:00
Syed Haris Ali 2c3c267859 all iOS examples have been updated 2015-06-23 15:11:03 -07:00