Commit Graph

315 Commits

Author SHA1 Message Date
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. 5.0.0 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
garyscavone
cc2dd22e97 Merge pull request #132 from donarturo11/cmake-install
Implement install STK
2023-01-08 10:19:10 -08:00
Artur Wrona
e0279e305b Implement install STK 2023-01-07 17:21:48 +01: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
9bf39f53c6 Merge pull request #126 from MaplePost/master
simple fix to force c++11 standard
2022-06-21 14:42:18 -04:00
Peter J Slack
4397e05158 simple fix to force c++11 standard 2022-06-21 10:20:58 -04:00
garyscavone
70835eccb4 Merge pull request #121 from navin-neu/biquad-filter-types
add support for different filter types in biquad
2022-05-15 10:02:17 -04:00
Navin K
79334d2c8d implemented changes proposed in #121 2022-05-15 01:40:16 -04:00
Gary Scavone
16918b0914 Merge branch 'master' of github.com:thestk/stk 2022-04-22 16:28:32 -04:00
Gary Scavone
3acb9502ae Added missing Twang::setLoopFilter() and ModalBar::setModulationDepth() functions. 2022-04-22 16:28:12 -04:00
Navin K
92d81d67c2 add support for different filter types in biquad 2022-03-21 18:32:51 -04:00
garyscavone
893ff3d954 Merge pull request #119 from tmatth/autotools/fix-pulse
configure: fix build for --with-pulse
2022-02-11 13:08:44 -05:00
Tristan Matthews
b343913233 configure: fix build for --with-pulse 2022-02-09 17:20:26 -05:00
Gary Scavone
f3ce5f4d04 Version fix in doxygen download file. 4.6.2 2021-11-17 21:08:39 -05:00
garyscavone
d4750edc66 Merge pull request #118 from swang251/CMake-Support
CMake support
2021-11-17 21:02:51 -05:00
Gary Scavone
6a6a9cdfbe Updated asio SDK files. 2021-11-17 21:00:06 -05:00
Stephen Sinclair
dec667bab5 Add C++11 requirement autoconf check. 2021-11-17 20:21:52 +01:00
Gary Scavone
1fd900263b New versions of RtAudio and RtMidi in preparation for new release. 2021-11-16 21:28:04 -05:00
Gary Scavone
67d573b169 Version and date updates in preparation for new release. 2021-11-16 21:26:00 -05:00
garyscavone
500d2972f9 Merge pull request #99 from ryandesign/install_name
Set the install_name for the macOS dylib
2021-11-16 12:48:43 -05:00
CAML-Song
ee7a1a31f8 fix the ALSA compile flag 2021-10-23 13:14:01 -04:00
CAML-Song
feb123c9b8 support jack on Linux 2021-10-23 13:13:37 -04:00
swang251-MB
509c6cf9e9 shared library support 2021-10-22 23:25:09 -04:00
swang251-MB
e5454b85c7 preliminary Jack support 2021-10-22 23:24:12 -04:00
swang251
f0a22c463d support DS and WASAPI 2021-09-18 23:53:46 -04:00
swang251-MB
ba6ea9f5db a bit format changes 2021-09-18 14:30:13 -04:00
swang251-MB
f00e38611c include add_subdirectory for STK projects 2021-09-18 13:52:26 -04:00
swang251-MB
367893bf50 [FindCoreAudio.cmake] Updated 2021-09-17 21:52:08 -04:00
swang251-MB
a6266131cb preliminary CMakeLists.txt 2021-08-24 23:27:14 -04:00
garyscavone
1fec6e0157 Merge pull request #115 from vuki/lps
Fix out-of-bounds read in LentPitShift
2021-04-23 15:19:45 -04:00
Grzegorz Szwoch (sound)
d308c8aeb7 Fix out-of-bounds read in LenPitShift 2021-04-22 11:47:58 +02:00
garyscavone
deddcbaa3e Merge pull request #114 from bydariogamer/patch-1
Update INSTALL.md
2021-03-29 10:18:04 -04:00
bydariogamer
76127ffc6c Update INSTALL.md 2021-03-25 16:14:23 +01:00
garyscavone
d77b093a9d Merge pull request #113 from vuki/modframes
Allow deriving classes from StkFrames
2021-03-24 09:39:35 -04:00
Grzegorz Szwoch (sound)
c7d37545d3 Allow deriving classes from StkFrames 2021-03-23 15:20:16 +01:00
Gary Scavone
15a1359671 Removal of external data ptr functionality in StkFrames, as revert merge did not work. 2021-03-19 13:40:45 -04:00
garyscavone
51f9676229 Merge pull request #112 from thestk/revert-110-master
Revert "Fix for #108"
2021-03-19 13:31:08 -04:00
garyscavone
7840967816 Revert "Fix for #108" 2021-03-19 13:30:25 -04:00
Gary Scavone
8132c90515 Added throw() to ~StkError declaration to support all C++ versions. 2021-03-18 15:09:01 -04:00
garyscavone
73004ac9c4 Merge pull request #110 from vuki/master
Fix for #108
2021-03-18 14:44:50 -04:00
garyscavone
a49f6e71e7 Merge pull request #109 from vuki/makefix
Add missing TapDelay to src/Makefile
2021-03-18 14:42:37 -04:00
Grzegorz Szwoch (sound)
926a9faca7 Fix for #108 2021-03-18 19:42:26 +01:00
Grzegorz Szwoch (sound)
34192d9a63 Fix for #108 2021-03-18 19:39:41 +01:00
Grzegorz Szwoch (sound)
fb2b0aa305 Add missing TapDelay to src/Makefile 2021-03-18 19:11:33 +01:00
garyscavone
ba967ff851 Merge pull request #108 from vuki/wrappointer
Add StkFrames constructor that wraps pointer to existing buffer
2021-03-18 11:47:11 -04:00