garyscavone
|
aae7f609cf
|
Merge pull request #35 from Ahbee/copychannel
adds function StkFrames::copyChannel
|
2014-09-19 08:21:56 -04:00 |
|
garyscavone
|
d959a1167d
|
Merge pull request #34 from Ahbee/FileWv_tick
add channel arg to WvIn::tick
|
2014-09-19 08:20:13 -04:00 |
|
Abhi
|
f905623d10
|
added StkFrames::copyChannel
|
2014-09-16 17:53:18 -04:00 |
|
Abhi
|
b196c58c75
|
add channel arg to WvIn::tick
StkFrames& tick( StkFrames& frames ) ` is now StkFrames& tick(
StkFrames& frames, unsigned int channel = 0 )` . same applies to
FIleLoop and FileWvIn
|
2014-09-16 12:50:58 -04:00 |
|
Abhi
|
20b9411a5a
|
fixed bug in DelayA :: setMaximumDelay
inputs_ needs to be set to all zeros
|
2014-09-13 19:25:08 -04:00 |
|
Abhi
|
bc3cfa8fb5
|
fixed bug in DelayL :: setMaximumDelay
need to initialize values to zero
|
2014-09-13 18:01:26 -04:00 |
|
Gary Scavone
|
d1acfb07ed
|
Merge branch 'master' of https://github.com/thestk/stk with local.
|
2014-09-11 09:49:37 -04:00 |
|
Gary Scavone
|
b5f046871b
|
Memory leak fix in StkFrames::operator= function
|
2014-09-11 09:46:25 -04:00 |
|
klf
|
4ce317a5a7
|
fix Twang.cpp
Was producing noise (values far in excess of +/- 1.0)
reverted line removed since 4.4.4
|
2014-08-21 10:01:57 +01:00 |
|
Ariel Elkin
|
222f81c1c1
|
Rename SKINI.msg to SKINImsg.h and SKINI.tbl to SKINItbl.h
|
2014-05-02 14:02:00 -04:00 |
|
Gary Scavone
|
4e4e8053a5
|
Updated to RtAudio 4.1.1; Fixed typo in ElectricGuitar script.
|
2014-04-26 15:04:32 -04:00 |
|
Gary Scavone
|
dc2bfe01d0
|
Added FunctionDiscoveryKeys_devpkey.h file necessary for WASAPI compile in MinGW.
|
2014-04-23 12:42:10 -04:00 |
|
Gary Scavone
|
1c5d42e64c
|
Updated to latest version of RtAudio with support for WASAPI using MinGW.
|
2014-04-23 11:39:32 -04:00 |
|
Gary Scavone
|
d6dba8859f
|
Another update to FileRead for Aiff sowt uncompressed format.
|
2014-04-18 10:27:17 -04:00 |
|
Gary Scavone
|
069cc1c339
|
Update to FileRead for Aiff sowt uncompressed format.
|
2014-04-18 09:43:08 -04:00 |
|
garyscavone
|
1ce9b33ca3
|
Merge pull request #19 from arielelkin/Whistle-new-typedefs
Whistle: Replace const declarations with typedefs
|
2014-04-13 14:18:13 -04:00 |
|
garyscavone
|
887baf05f8
|
Merge pull request #17 from arielelkin/fix-variable-types-in-Granulate
Fix variable types in Granulate
|
2014-04-13 14:16:33 -04:00 |
|
Ariel Elkin
|
7388163b7c
|
Granulate.cpp: change variable types from std::vector<Grain>::size_type to size_t
|
2014-04-11 23:47:51 +02:00 |
|
Ariel Elkin
|
3d9bb4051b
|
Whistle.cpp: Comment out unused variables
|
2014-04-11 23:44:46 +02:00 |
|
Gary Scavone
|
caf7d2f2eb
|
Updated to new releases of RtAudio and RtMidi.
|
2014-04-11 09:29:42 -04:00 |
|
Gary Scavone
|
3ee62e42d0
|
Date changes in preparation for new release.
|
2014-04-11 09:10:58 -04:00 |
|
garyscavone
|
2c136e82ef
|
Merge pull request #20 from arielelkin/Messager-new-typedef
Messager: add MessagerSourceType typedef
|
2014-04-07 20:50:53 -04:00 |
|
garyscavone
|
17b45a1dad
|
Merge pull request #16 from arielelkin/explicit-casts-in-FileWrite.cpp
FileWrite.cpp: make explicit casts.
|
2014-04-07 20:24:15 -04:00 |
|
Ariel Elkin
|
dbecf1f7f0
|
FileWrite::setMatFile : type of iterator should be size_t
|
2014-04-07 15:20:37 +01:00 |
|
garyscavone
|
4c8e0dec43
|
Merge pull request #15 from arielelkin/fix-variable-types-in-TapDelay
Fix variable types in tap delay
|
2014-04-07 10:07:22 -04:00 |
|
Ariel Elkin
|
1f0cad64dd
|
Messager: add MessagerSourceType typedef
|
2014-04-06 08:55:26 +01:00 |
|
Ariel Elkin
|
3d3ab8b86a
|
Whistle: Replace const declarations with typedefs
|
2014-04-06 08:50:31 +01:00 |
|
Ariel Elkin
|
e4146d6dae
|
Update TapDelay.cpp
|
2014-04-06 08:39:31 +01:00 |
|
Ariel Elkin
|
ce076784a4
|
Fix variable types in Granulate
|
2014-04-06 08:33:25 +01:00 |
|
Ariel Elkin
|
b2cefb3b53
|
TapDelay: fix variable types
|
2014-04-06 08:24:32 +01:00 |
|
Ariel Elkin
|
1468ad7e12
|
FileWrite.cpp: make explicit casts.
|
2014-04-06 08:11:52 +01:00 |
|
Ariel Elkin
|
eade52ff5c
|
remove register keyword
|
2014-04-05 21:39:57 +01:00 |
|
Gary Scavone
|
8658acabee
|
Merge branch 'master' of https://github.com/thestk/stk
|
2014-03-12 13:30:49 -04:00 |
|
Gary Scavone
|
0e7077c0f3
|
ADSR fix for decay/release time calculations; FileRead variable size fixes and argument check.
|
2014-03-12 13:27:05 -04:00 |
|
garyscavone
|
e2f4193e1a
|
Merge pull request #9 from arielelkin/fix_warnings_in_MidiFileIn.cpp
make casts in MidiFileIn.cpp explicit
|
2014-03-12 12:50:36 -04:00 |
|
Felipe Sateler
|
9e2cad425a
|
Add configure options to build static or shared libraries
|
2014-03-12 11:21:39 -03:00 |
|
Ariel Elkin
|
cafad844ad
|
make casts in MidiFileIn.cpp explicit
|
2014-03-08 17:18:45 +01:00 |
|
Gary Scavone
|
1874c0efa9
|
Merge branch 'master' of https://github.com/thestk/stk
|
2014-01-18 15:56:04 -05:00 |
|
Gary Scavone
|
9e6a25d046
|
FileRead fix for long matlab array names.
|
2014-01-18 15:51:30 -05:00 |
|
garyscavone
|
8912a5c0af
|
Merge pull request #4 from radarsat1/master
Fix several potential compilation issues on various platforms, fix ElectricGuitar script, fix version number, add McGill logo.
|
2014-01-18 12:49:51 -08:00 |
|
Felipe Sateler
|
ed754183e3
|
Add install target to Makefile.in
|
2014-01-12 14:58:32 +01:00 |
|
Gary Scavone
|
e619de2a65
|
Merge branch 'master' of https://github.com/thestk/stk
|
2014-01-09 12:31:25 -05:00 |
|
Gary Scavone
|
5e68ce4eeb
|
Commented-out unused arguments in Stk.cpp
|
2014-01-09 12:24:38 -05:00 |
|
garyscavone
|
ae9e437ae8
|
Merge pull request #3 from arielelkin/FileRead_fix
Fixes for FileRead.cpp
|
2014-01-09 09:22:48 -08:00 |
|
Ariel Elkin
|
80db57e79b
|
FileRead::getMatInfo, fixed if-else block
|
2014-01-05 20:19:27 +00:00 |
|
Ariel Elkin
|
4078d9309d
|
prevent division by zero in FileRead::getRawInfo
|
2014-01-03 03:36:19 +01:00 |
|
Ariel Elkin
|
18e210ea94
|
Update TapDelay.cpp
|
2013-12-29 00:48:48 +01:00 |
|
Tristan Matthews
|
c57c52c17e
|
FileWrite: fix warnings
Namely:
- unused but set
- will break strict aliasing
- unchecked return value (fread)
|
2013-12-02 21:19:31 -05:00 |
|
Stephen Sinclair
|
caeaa5778c
|
handleError member function must be declared const.
Otherwise it causes a compilation failure when called from const
functions.
|
2013-10-12 14:11:24 +02:00 |
|
Stephen Sinclair
|
e449ac3583
|
Create Release and Debug directories if they are not present.
Otherwise, build fails if these directories do not exist.
|
2013-10-11 15:52:59 +02:00 |
|