garyscavone
6aacd357d7
Merge pull request #150 from donarturo11/fix-msvc-compile-error
...
Remove adding /clr flag to cl compiler
2025-03-29 15:24:59 -04:00
Artur Wrona
0d4bb84732
Remove adding /clr flag to cl compiler
2025-03-19 13:10:50 +01:00
garyscavone
270edc855f
Sample rate fix in effects.cpp, revised code in PitShift for hanning windowing.
2024-12-18 20:45:43 -05:00
garyscavone
d7d6079f6b
Merge pull request #144 from zonkmachine/modalbarcontrol
...
Fix mixed up control messages
2024-12-09 10:18:26 -05:00
garyscavone
cea6f547d2
Merge pull request #146 from Kreijstal/patch-1
...
use pkgconf if available on CMakeLists
2024-12-08 11:33:33 -05:00
Kreijstal
212950d364
use pkgconf if available on CMakeLists
...
Otherwise fallback
2024-12-08 17:22:22 +01:00
Oskar Wallgren
aeaef391ef
Fix mixed up control messages
...
In ModalBar.cpp the control messages for 'Stick direct mix' and 'Vibrato amplitude'
have been mixed up. This also concerns some documentation but the description
on https://ccrma.stanford.edu/software/stk/classstk_1_1ModalBar.html , which is
generated from the source, is correct.
2023-10-06 16:39:01 +02:00
garyscavone
d0345712db
Added documentation gifs to doc/html/ directory, and updated configure.ac to remove a couple deprecated functions.
2023-08-14 13:53:11 -04:00
garyscavone
1cb2c81d04
Updated configure.ac
5.0.1
2023-08-10 16:49:35 -04:00
garyscavone
b671638f99
Version updates for 5.0.1 release.
2023-08-10 16:46:47 -04:00
garyscavone
169b005a2d
Merge pull request #135 from donarturo11/fix-msvc-flags
...
Fix msvc flags
2023-08-08 09:00:51 -04:00
garyscavone
73008d02a1
Merge pull request #133 from donarturo11/fix-math
...
Add using math definitions
2023-08-08 09:00:24 -04: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.
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
donarturo11
f39c1fb06d
Add MSVC flags
2023-01-28 21:06:31 +01:00
donarturo11
35ca4abcb9
Add math definitions
2023-01-26 10:30:20 +01: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