garyscavone
db79599c01
Merge pull request #84 from ryandesign/eg
...
Fix spelling of "e.g."
2018-08-27 17:36:11 -04:00
garyscavone
7f06bf46f3
Merge pull request #85 from ryandesign/tcl-tk-xcode
...
Fix capitalization of Tcl, Tk, and Xcode
2018-08-27 17:34:20 -04:00
Ryan Schmidt
03b4299af4
Change "tcl" to "Tcl"
2018-08-25 22:21:18 -05:00
Ryan Schmidt
c531f68a56
Change "tcl/tk" to "Tcl/Tk"
2018-08-25 22:20:12 -05:00
Ryan Schmidt
0a5dbf59d2
Change "XCode" to "Xcode"
2018-08-25 22:17:29 -05:00
Ryan Schmidt
493fb35b3f
Add missing apostrophe and parentheses
...
And capitalize and add a period at the end of the next sentence.
2018-08-25 20:53:32 -05:00
Ryan Schmidt
00f7424140
Change "ex." to "e.g."
2018-08-25 20:51:15 -05:00
Ryan Schmidt
47822b8ce8
Change "eg:" to "e.g."
2018-08-25 20:46:09 -05:00
Ryan Schmidt
4a27274c0f
Change "eg." to "e.g."
2018-08-25 20:44:44 -05:00
Ryan Schmidt
d1f08072f9
Change " http://cocoapods.org/ " to " https://cocoapods.org "
...
Their web server enforces https now.
2018-08-25 20:31:28 -05:00
Ryan Schmidt
3211b94abb
Change "Cocoapods" to "CocoaPods"
...
That seems to be the preferred capitalization.
2018-08-25 20:31:15 -05:00
Ryan Schmidt
5e28beb4db
Change "Direct Sound" to "DirectSound"
2018-08-25 20:16:07 -05:00
Ryan Schmidt
21d392dca7
Change "Core Audio" to "CoreAudio"
2018-08-25 20:15:08 -05:00
Ryan Schmidt
f79d75037a
Change "Core Midi" to "CoreMIDI"
2018-08-25 20:13:57 -05:00
Ryan Schmidt
3efa214fbd
Rename "README.MD" to "README.md"
...
Lowercase filename extensions are used everywhere else in this project.
2018-08-25 19:50:05 -05:00
Ryan Schmidt
6acefc08a8
Use cp -R instead of cp -r
...
According to the cp(1) manpage on macOS, the -r option is historic its
use is strongly discouraged.
2018-08-25 20:27:41 -03:00
Gary Scavone
6ce3ac9e10
Fix in FileLoop::getSize() to return file size in samples, rather than the chunk size if chunking.(GPS)
2018-04-27 13:21:14 +02:00
Gary Scavone
11d1dc54f3
Update of RtAudio and RtMidi classes in advance of 4.6.0 release.
v4.6.0
2017-08-31 17:28:55 -07:00
Gary Scavone
d6c67cc479
Version and documentation updates in preparation for 4.6.0 release.
2017-08-30 12:48:34 -07:00
Stephen Sinclair
6ed16eb806
Check for jack on all operating systems.
2017-08-26 23:40:57 -03:00
Stephen Sinclair
05230b11d5
Don't check all libraries, use AS_IF.
...
Configure was checking for ALSA even if --without-alsa provided.
Fix AC_ARG_WITH usage to be like the manual suggests:
https://autotools.io/autoconf/arguments.html
2017-08-22 17:06:24 -03:00
Stephen Sinclair
3e103671d9
Remove Jack dependency on ALSA.
...
Closes #72 .
2017-08-22 17:05:53 -03:00
Stephen Sinclair
071280a311
Fix warnings about unsigned-signed comparison.
2017-07-29 19:15:34 -04:00
garyscavone
15a2c89f89
Merge pull request #71 from thestk/arielelkin-patch-1
...
Update README-iOS.md
2017-05-18 16:07:32 -04:00
Ariel Elkin
889328c3c1
Update README-iOS.md
...
fix markdown syntax
2017-05-18 16:53:46 -03:00
Gary Scavone
62416d7e3f
Fix to FileWvIn / FileLoop for file open issue and normalization.
2017-05-04 16:32:53 -04:00
Gary Scavone
9627701d04
Added optional argument to FileWvIn and FileLoop to distinguish int-to-float scaling from data normalization. The default values should produce the same behaviour as before.
2017-05-03 16:15:42 -04:00
Gary Scavone
9966f06757
FMVoices bug fix to avoid currentVowel > 31.
2017-05-03 15:20:19 -04:00
Gary Scavone
56bcdc32ed
Fix to zero new delay memory in setMaximumDelay() function.
2017-02-24 08:36:02 -05:00
Gary Scavone
2ddc79e3bd
Bug fix for MAT-files in FileWrite.cpp
2017-02-18 10:08:57 -05:00
Gary Scavone
96b1a72186
Bug fix in MidiFileIn.cpp for timing with time-code formats.
2016-11-02 18:03:25 -04:00
Gary Scavone
2a6ada02a7
Updates to demo project scripts to specify the path to the binary file
2016-09-21 15:10:56 -04:00
garyscavone
488301223a
Merge pull request #64 from rhenninger/patch-1
...
#63 : add separate index for tokens in parseString
2016-09-14 19:50:57 -04:00
garyscavone
08f71c8fa9
Merge pull request #66 from rhenninger/patch-2
...
redirect non-conforming writes to cerr to oStream_
2016-09-14 19:49:34 -04:00
rhenninger
e03aa486dd
redirect non-conforming writes to cerr to oStream_
...
One error message was going to cerr instead of oStream_ in resonate.cpp
2016-09-11 13:51:10 -04:00
rhenninger
5dd605ecfd
redirect non-conforming writes to cerr to oStream_
...
One error message in mandolin.cpp was going to cerr instead of oStream_
2016-09-11 13:47:25 -04:00
rhenninger
77a5cfa4aa
redirect non-conforming writes to cerr to oStream_
...
Most error messages go to oStream_. Two in guitar.cpp don't conform.
2016-09-11 13:38:57 -04:00
Gary Scavone
77bdb45575
Bug fix in duplex.cpp
2016-09-06 11:27:36 -04:00
rhenninger
ff52b9f0b0
Need to cover zero token case (Shakers)
...
Previous fix to#63 didn't cover case where there are no tokens left because skini messages provides all values. For example, changing a shaker instrument has no further tokens, but rather pulls two constants directly from skini_msgs[]. Changed test ca line161 to bail out when more tokens are expected and none are left: when data type is SK_INT, SK_DBL or SK_STR (all less than 0)
2016-08-15 09:16:50 -04:00
rhenninger
fe0f5d7f96
Update Skini.cpp
2016-08-06 08:40:07 -04:00
rhenninger
e1aa259517
#63 : add separate index for tokens in parseString
...
Added a separate index for accessing tokens leaving the original index for values to work as it always does. Code now correctly parses SKINI text for midi extension commands as well as basic commands.
2016-08-06 08:11:35 -04:00
garyscavone
95fcd14213
Merge pull request #56 from ryandesign/master
...
Fix build on case-sensitive OS X
2016-02-26 07:54:41 -05:00
Ryan Schmidt
a5bef56e76
Fix build on case-sensitive OS X
...
Fix capitalization of CoreMIDI framework to fix build on Macs with
case-sensitive filesystems.
2016-02-25 22:23:37 -06:00
Gary Scavone
fb50d69e08
Lots of documentation updates in advance of new release (4.5.1).
4.5.1
2016-02-22 20:51:07 -05:00
Gary Scavone
126ff9d9e1
Updated RtMidi and RtAudio files after new releases.
2016-02-22 20:05:28 -05:00
Gary Scavone
83b75ed339
Fix for FileWvIn and FileLoop classes so that files are closed unless chunking.
2016-02-03 16:37:51 -05:00
Gary Scavone
f0f6668f25
Fixed typo in documentation.
2016-02-03 14:03:00 -05:00
garyscavone
a506acc708
Merge pull request #53 from arielelkin/master
...
set ENABLE_TESTABILITY = YES on project.pbxproj
2015-12-13 12:13:29 -05:00
garyscavone
3e42e3db3f
Merge pull request #54 from arielelkin/setRawWavePathForDemoProject
...
set raw wave path for demo project
2015-12-13 12:12:52 -05:00
Ariel Elkin
852bdec0c9
set raw wave path for demo project
2015-12-13 16:55:45 +01:00