Felipe Sateler
|
00da5562cd
|
Update config.{sub,guess}
This is needed to build on newer architectures
|
2015-12-10 22:57:17 -03:00 |
|
garyscavone
|
b02298a9f4
|
Merge pull request #51 from sonoro1234/clear_alertList_brnch
add Stk::clear_alertList method
|
2015-12-04 07:54:51 -05:00 |
|
Victor Bombi
|
d1b4dd485b
|
add Stk::clear_alertList method
|
2015-12-04 09:24:31 +01:00 |
|
garyscavone
|
6d5a779879
|
Merge pull request #49 from sonoro1234/removealert_branch
add removeSampleRateAlert to ADSR and Asymp
|
2015-12-02 19:47:51 -05:00 |
|
garyscavone
|
7ea8b10c6a
|
Merge pull request #48 from fsateler/master
Fix install target for new soname scheme
|
2015-12-02 19:46:50 -05:00 |
|
Victor Bombi
|
0e69055579
|
VoicForm: change message Clarinet to Voicform
|
2015-12-01 18:53:14 +01:00 |
|
Victor Bombi
|
c2833d356a
|
add removeSampleRateAlert to ADSR and Asymp to pair with addSampleRateAlert
|
2015-12-01 18:23:09 +01:00 |
|
Felipe Sateler
|
0f16f683c9
|
Fix install target for new soname scheme
|
2015-11-27 20:36:28 -03:00 |
|
garyscavone
|
f3b1f35a8c
|
Merge pull request #47 from fsateler/patch-1
Makefile.in: Reuse version from configure.ac
|
2015-11-22 19:14:49 -05:00 |
|
Felipe Sateler
|
262fe5a2d1
|
Makefile.in: Reuse version from configure.ac
Otherwise they get out of sync
|
2015-11-19 23:49:50 -03:00 |
|
Gary Scavone
|
5e79513e5a
|
Update to play.cpp to play mono files out as stereo.
|
2015-11-03 16:35:46 -05:00 |
|
garyscavone
|
f13866e696
|
Merge pull request #44 from arielelkin/StkFrames_cast
StkFrames::operator+: cast nFrames to unsigned int
|
2015-04-08 07:59:33 -04:00 |
|
Ariel Elkin
|
9533f2bc66
|
StkFrames::operator+: cast nFrames to unsigned int given we add it to a value of type unsigned int
|
2015-04-08 02:48:46 +02:00 |
|
Gary Scavone
|
8c0ad97a25
|
Update to demo project Makefile.in and Demo.tcl to fix problems due to previous updates.
|
2015-03-25 16:09:03 -04:00 |
|
garyscavone
|
87461b1471
|
Merge pull request #42 from Ahbee/fixTypo
fixed typos in `getChannel` `setChannel()`
|
2015-03-25 15:53:17 -04:00 |
|
Abhi
|
58fc744ea4
|
fixed typos in getChannel setChannel()
|
2015-03-23 23:00:49 -04:00 |
|
Gary Scavone
|
35f66c806e
|
Bugfix in DelayL::setDelay(); Updated tick() functions in RtWvIn and InetWvIn to support channel offset
|
2014-11-03 15:33:44 -05:00 |
|
garyscavone
|
0a7c541cdc
|
Merge pull request #38 from Ahbee/rename
Renamed StkFrames::copyChannel to StkFrames::getChannel
|
2014-11-03 14:11:17 -05:00 |
|
garyscavone
|
0e55d2d2b1
|
Merge pull request #37 from Ahbee/feature-operator+
add StkFrames::operator+
|
2014-11-03 14:10:09 -05:00 |
|
garyscavone
|
c1c314e7d6
|
Merge pull request #36 from Ahbee/feature-setChannel
added StkFrames::setChannel
|
2014-11-03 14:09:40 -05:00 |
|
garyscavone
|
84d947c750
|
Merge pull request #39 from danlin/master
correct placement of #endif
|
2014-09-30 07:52:06 -04:00 |
|
Daniel Lindenfelser
|
05560b102d
|
correct placement of #endif
|
2014-09-30 05:54:50 +02:00 |
|
Abhi
|
759fc187bc
|
Renamed StkFrames::copyChannel
Renamed StkFrames::copyChannel to StkFrames::getChannel.
|
2014-09-21 21:28:39 -04:00 |
|
Abhi
|
46be0d56c3
|
added StkFrames::setChannel
|
2014-09-21 20:43:41 -04:00 |
|
Abhi
|
032e76da70
|
add StkFrames::operator+
|
2014-09-21 18:06:47 -04:00 |
|
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 |
|
garyscavone
|
c9f8c017bc
|
Merge pull request #33 from Ahbee/BugFix_DelayL
Bug fix in delayL and delayA
|
2014-09-19 08:17:51 -04:00 |
|
Abhi
|
6094f40399
|
renamed argument sourceChannel to channel
|
2014-09-16 19:24:29 -04:00 |
|
Abhi
|
a2fb59f476
|
Fixed spelling
|
2014-09-16 17:57:30 -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 |
|
garyscavone
|
1de1f1e63d
|
Merge pull request #30 from Karbonforms/master
fix Twang.cpp: not sure why this bug never was identified earlier (GS)
|
2014-09-06 21:10:50 -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 |
|
garyscavone
|
2e8a0cdd50
|
Merge pull request #27 from fsateler/stk-soname
Bump soname with each release
|
2014-08-11 14:23:42 -04:00 |
|
garyscavone
|
5f9f7f6f08
|
Merge pull request #29 from radarsat1/master
Finish renaming SKINI.msg and SKINI.tbl to SKINImsg.h and SKINItbl.h, re...
|
2014-08-11 14:21:59 -04:00 |
|
Stephen Sinclair
|
a2be4bc721
|
Finish renaming SKINI.msg and SKINI.tbl to SKINImsg.h and SKINItbl.h, respectively.
|
2014-08-07 11:53:21 +02:00 |
|
garyscavone
|
2437623d67
|
Merge pull request #26 from fsateler/rename-demo
Rename demo program to stk-demo
|
2014-06-10 20:25:17 -04:00 |
|
Felipe Sateler
|
0063a57dcb
|
Bump soname with each release
Imitate the libtool -release style of versioning, as long as the ABI is not stable
|
2014-06-09 21:01:56 -04:00 |
|
Felipe Sateler
|
cc568a58c1
|
Rename demo program to stk-demo
This allows distributors to ship the program, because demo is too generic a name
|
2014-06-09 12:17:02 -04:00 |
|
Ariel Elkin
|
1799064d6f
|
Update README-iOS.md
|
2014-05-12 15:22:07 -04:00 |
|
garyscavone
|
540d45dbbd
|
Merge pull request #25 from arielelkin/rename-skini.msg
Rename SKINI.msg to SKINImsg.h and SKINI.tbl to SKINItbl.h
|
2014-05-06 09:19:00 -04: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
|
cbb2fea120
|
Updated docs for release date.
4.5.0
|
2014-04-26 16:33:24 -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 |
|