garyscavone
270edc855f
Sample rate fix in effects.cpp, revised code in PitShift for hanning windowing.
2024-12-18 20:45:43 -05:00
garyscavone
e364d81c8f
Merge pull request #129 from Segfault1602/alexstonge-fixdemovcxproj
...
Fix demo project on Windows
2023-08-08 08:59:58 -04:00
garyscavone
3675846c66
Documentation updates in preparation for 5.0.0 release.
2023-08-04 11:21:16 -04:00
garyscavone
fd5e37863d
Updates to eguitar, ragamatic and examples project files for new RtAudio API.
2023-08-04 10:37:22 -04:00
garyscavone
7f97ab5f71
Updated PitShift to use a single delay line and updated effects.cpp for new RtAudio API.
2023-08-04 10:14:26 -04:00
garyscavone
8b29e0ea6d
Added new versions of RtAudio and RtMidi, updated RtWvIn and RtWvOut for new API, updated demo project for new API.
2023-08-04 09:44:26 -04:00
garyscavone
2af2f1c816
Removed use of register variables.
2023-08-03 13:49:20 -04:00
Segfault1602
ce765cc391
Fix demo project on Windows
...
The demo project definition on windows was outdated, causing it to not build properly.
The fix was to add the two missing cpp file to the project definition (Iir.cpp and Recorder.cpp) as well as define `_USE_MATH_DEFINES` to allow the compiler to use `M_SQRT1_2`.
2022-11-20 10:09:26 -08:00
garyscavone
d4750edc66
Merge pull request #118 from swang251/CMake-Support
...
CMake support
2021-11-17 21:02:51 -05:00
Gary Scavone
67d573b169
Version and date updates in preparation for new release.
2021-11-16 21:26:00 -05:00
swang251-MB
f00e38611c
include add_subdirectory for STK projects
2021-09-18 13:52:26 -04:00
Ryan Schmidt
c97f5b4b3a
Use any LDFLAGS set when running ./configure
2020-05-06 12:47:50 -05:00
Gary Scavone
a8b6affd8c
New default argument to keyOn and keyOff in Envelope, fix in setTime function, updates to Guitar string coupling, EGuitar tcl interface, reordering of operations in Flute algorithm.
2020-03-15 16:45:30 -04:00
Gary Scavone
b6143915a9
Updated RtAudio/RtMidi for new release, plus additional documentation updates.
2019-04-18 09:18:19 -04:00
Gary Scavone
ae2bac1601
Added new Recorder class, fixed bug in StifKarp.
2019-04-16 11:04:41 -04:00
Stephen Sinclair
f8550110d6
VS2017: rename demo.exe -> stk-demo.exe
2018-12-21 12:28:09 +01:00
cepthomas
2fffa79174
Added template to create new VS2017 applications easily.
2018-11-13 11:52:08 -06:00
cepthomas
448c12b0f4
Updated all solution and project files to VS2017.
2018-11-12 16:15:48 -06:00
cepthomas
f88fc8690b
stk issue 87: Updated demo project to VS2017. Removed old project build files. Updated doc.
2018-11-08 10:00:33 -06: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
Gary Scavone
d6c67cc479
Version and documentation updates in preparation for 4.6.0 release.
2017-08-30 12:48:34 -07:00
Gary Scavone
62416d7e3f
Fix to FileWvIn / FileLoop for file open issue and normalization.
2017-05-04 16:32:53 -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
Gary Scavone
77bdb45575
Bug fix in duplex.cpp
2016-09-06 11:27:36 -04:00
Gary Scavone
fb50d69e08
Lots of documentation updates in advance of new release (4.5.1).
2016-02-22 20:51:07 -05:00
Gary Scavone
5e79513e5a
Update to play.cpp to play mono files out as stereo.
2015-11-03 16:35:46 -05: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
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
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
Gary Scavone
4e4e8053a5
Updated to RtAudio 4.1.1; Fixed typo in ElectricGuitar script.
2014-04-26 15:04:32 -04:00
Gary Scavone
a9a654862f
A few more RtError updates in documentation and .dsp files.
2014-04-11 09:52:02 -04:00
Gary Scavone
a239b58651
More RtError updates in various project files.
2014-04-11 09:44:49 -04: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
Stephen Sinclair
4f0c39e7eb
Rename Eguitar.tcl so that ElectricGuitar works on case-sensitive file systems.
...
The shell script uses a different case for the TCL script's filename.
2013-10-12 14:11:24 +02:00
Stephen Sinclair
deaabdd041
Missing header include in Md2Skini.
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
Gary Scavone
fc877b87bf
Version 4.4.4
2013-09-29 23:22:28 +02:00
Gary Scavone
0aec39260a
Version 4.4.3
2013-09-29 23:21:29 +02:00
Gary Scavone
baca57040b
Version 4.4.2
2013-09-29 23:15:24 +02:00
Gary Scavone
b6a2202011
Version 4.4.1
2013-09-29 23:14:45 +02:00
Gary Scavone
eccd8c9981
Version 4.4.0
2013-09-29 23:11:39 +02:00
Gary Scavone
d199342e86
Version 4.3.1
2013-09-29 23:07:08 +02:00
Gary Scavone
27d9b79dc7
Version 4.3.0
2013-09-29 23:07:00 +02:00
Gary Scavone
2cbce2d8bd
Version 4.2.1
2013-09-29 23:06:23 +02:00
Gary Scavone
a6381b9d38
Version 4.2.0
2013-09-29 23:06:14 +02:00
Gary Scavone
586b0add5f
Version 4.1.2
2013-09-29 23:05:20 +02:00
Gary Scavone
6e0d1955a8
Version 4.1.1
2013-09-29 23:05:09 +02:00
Gary Scavone
2f09fcd019
Version 4.1
2013-09-29 23:04:59 +02:00