Skip to content

Releases: rodrigodzf/NeuralResonatorVST

0.1.3

23 Mar 11:04
Compare
Choose a tag to compare

Commits

  • 99c3967: - Include standalone for postprocess (Rodrigo Diaz)
  • 2bad3dc: - Create LICENSE (Rodrigo Diaz)
  • 4463fe6: Added class for linear interpolation. (adanlbenito) #42
  • 6cbe7f2: Expanded linear interpolation to parallel vectors/arrays (adanlbenito) #42
  • 34ceb9f: Added Linear Interpolator for changing parameters of TwoPole filters. (adanlbenito) #42
  • 3da2b02: Fixed return. Added method to access specific coefficient (adanlbenito) #42
  • 975c53e: Make implementation inline (adanlbenito) #42
  • c25a96c: Changed order of index and value in value/target setters. (adanlbenito) #42
  • 98523bf: Changed to derived implementation for interpolated TwoPole. (adanlbenito) #42
  • e4d8d44: Updated Filterbank to use interpolated TwoPole (adanlbenito) #42
  • 6f1f093: Changed interpolators from vector of pointers to vector of objects (adanlbenito) #42
  • def286f: Added interpolator to initialisation list of default filter's constructor (adanlbenito) #42
  • 92437f6: Set interpolation delta before preparing to play (adanlbenito) #42
  • c315001: Add libiomp5 in Intel (Rodrigo Diaz)
  • 97b3f60: points can no longer be moved outside of the window (lewiswolf) #44
  • 7ac6a5a: Merge branch 'main' into lew (lewiswolf) #44
  • 4c37051: scss leva hack (lewiswolf) #44
  • 506b6eb: leva hack 2 (if you change the parameters this will break your shit!) (lewiswolf) #44
  • 764d103: leva hack 2 (if you change the parameters this will break your shit!) (lewiswolf) #44
  • 7ce0d37: add extra build folders (Rodrigo Diaz)
  • 2ca7bb4: Explicitly set the arch on mac (Rodrigo Diaz)
  • 7a7b33d: Formatting with clang-format (Rodrigo Diaz) #42
  • 5799b7d: Merge branch 'main' into lew (lewiswolf) #44
  • 5f3e2b3: made vertices nicer (svgs did not look god in the end) (lewiswolf) #44
  • 3b1e2fd: add flag for first set of the coefficients (Rodrigo Diaz) #56
  • 6e39a7b: bash with torch 2.0.0 (lewiswolf) #44
  • 8ec1efd: Add support for pytorch 2.0 (Rodrigo Diaz) #46
  • 5b1434e: make the logging a bit less verbose (Rodrigo Diaz)
  • 571e49d: Use only the required headers from kac_core (Rodrigo Diaz)
  • d8f6a23: Track kac_core fork (Rodrigo Diaz)
  • 0076a9e: Add minimal test for plugin (Rodrigo Diaz) #49
  • 41b7282: add utils (Rodrigo Diaz) #49
  • f95fabc: add rpath to origin in linux (Rodrigo Diaz) #49
  • 22e80bd: Add condition to optionally b optionally build tests (Rodrigo Diaz) #49
  • 409fa0c: wip (Rodrigo Diaz) #52
  • 59cc07b: Add option for building Simple UI (Rodrigo Diaz) #52
  • 5d58014: fix typo (Rodrigo Diaz) #52
  • d3cdd97: Merge branch 'main' into feature/minimalUI-linux (Rodrigo Diaz) #52
  • 5a1cff9: add linux-build to yaml (Rodrigo Diaz)
  • 461835b: temporarily update kac_core module (Rodrigo Diaz)
  • d93b9f0: add installing deps on linux (Rodrigo Diaz)
  • f45ccc0: add utility for codesign and notarisation (Rodrigo Diaz)
  • 25a8caf: add secret (Rodrigo Diaz)
  • abb500e: make the simple UI nicer (Rodrigo Diaz) #55
  • e93ee12: Copy minified UI only if required (Rodrigo Diaz) #55
  • a9a7ed2: Clean up and add restore state of exciter position (Rodrigo Diaz) #55
  • cbe944b: Fix path in build.yaml (Rodrigo Diaz)
  • 2e4e4b4: Update readme and build script (Rodrigo Diaz)
  • 6cdf4a1: Remove zip after build (Rodrigo Diaz)
  • fc80969: Prevent webUI compilation if not required (Rodrigo Diaz)
  • 4d04951: Remove unused files (Rodrigo Diaz)
  • dde7afd: Update README with video (Rodrigo Diaz)
  • 0dc4e0c: - Allow multiple instances by checking if the server port is used. (Rodrigo Diaz) #54
  • e97c89f: Fix indent (Rodrigo Diaz)
  • b045ca2: Fix minor issues with shield (Rodrigo Diaz)