Commit Graph

86 Commits

Author SHA1 Message Date
Mike Oliphant d940642b65 Update README.md 2023-05-13 17:40:09 -07:00
Mike Oliphant 2469ac69af Force link with stdc++fs 2023-05-12 07:45:47 -07:00
Mike Oliphant 207777ec3f only do smoothing if we need to, and keep db conversion out of the sampe loop 2023-05-11 11:52:06 -07:00
Mike Oliphant d8193de9eb do smoothing per-sample 2023-05-11 11:29:30 -07:00
Mike Oliphant 10059d327c parameter smoothing 2023-05-11 11:26:37 -07:00
Mike Oliphant 0de36a5d8a ttl updates 2023-05-11 11:08:12 -07:00
Mike Oliphant fa5ba95f75 remove stray bracket 2023-05-10 12:54:17 -07:00
Mike Oliphant 634dd6296f try to fix cmake install dir 2023-05-10 12:47:39 -07:00
Mike Oliphant 937a9f1abd add cpack 2023-05-10 12:40:15 -07:00
Mike Oliphant 54bad8318e fix install 2023-05-10 12:37:53 -07:00
Mike Oliphant b5a6e59d6a add install/pack 2023-05-10 12:36:01 -07:00
Mike Oliphant c92f5e5564 Merge pull request #20 from micahvdm/main
Add file handling for Mod
2023-05-08 18:26:46 -07:00
DivideCo c5451faba1 change to Neural Model
As per @falkTX suggestion
2023-05-08 19:33:52 +02:00
DivideCo a12a9b1253 Add file handling for Mod
This will also require an update to mod-ui and browsepy
2023-05-08 17:31:33 +02:00
Mike Oliphant 239c269ef9 Merge pull request #17 from rerdavies/Output-fixes.-patch_get/state_changed
Output fixes. patch get/state changed
2023-04-23 17:05:53 -07:00
Robin Davies 3aaebfb25e Fix notification port output. 2023-04-19 05:42:06 -04:00
Mike Oliphant 9460178d58 Merge pull request #16 from mikeoliphant/mikeoliphant-patch-1
Update build.yml
2023-04-18 17:56:01 -07:00
Mike Oliphant 7610b197bc Update build.yml 2023-04-18 17:54:52 -07:00
Robin Davies dd7fa42184 Merge pull request #1 from mikeoliphant/main
Sync
2023-04-18 11:56:19 -04:00
Mike Oliphant 1bf2b30315 run build on pr 2023-04-16 13:18:52 -07:00
Mike Oliphant 6ad5b29c96 Update NeuralAmpModelerCore 2023-04-13 11:45:44 -07:00
Mike Oliphant e7ba7a54bd Sync NeuralAmpModelerCore 2023-04-13 11:38:36 -07:00
Mike Oliphant 273aa846d5 Less pedantic compile warnings 2023-04-13 11:23:33 -07:00
Mike Oliphant 067135b0ff Merge branch 'main' of https://github.com/mikeoliphant/neural-amp-modeler-lv2 2023-04-11 08:26:42 -07:00
Mike Oliphant 6a1b7bfd2d Additional checks for LV2 mapPath and freePath supprt 2023-04-11 08:26:40 -07:00
Mike Oliphant cde8785a4d Update build.yml 2023-04-10 17:31:50 -07:00
Mike Oliphant 123df46041 Update build.yml 2023-04-10 17:28:55 -07:00
Mike Oliphant 4ee2c57f70 Update build.yml 2023-04-10 17:26:51 -07:00
Mike Oliphant 9fb7e0c0a9 Create build.yml 2023-04-10 16:54:54 -07:00
Mike Oliphant 362b4b530d Use lv2 freePath to free path data 2023-04-10 11:21:45 -07:00
Mike Oliphant 6b21e67f88 Fixed incorrect model path size. 2023-04-10 10:41:28 -07:00
Mike Oliphant b12aec0876 Enable model loudness normalization. Update NeuralAmpModelerCore. 2023-04-10 10:26:01 -07:00
Mike Oliphant 6f3a9232d2 Merge branch 'main' of https://github.com/mikeoliphant/neural-amp-modeler-lv2 2023-04-10 10:17:21 -07:00
Mike Oliphant 3a6abca1e6 lv2 error on failed model load 2023-04-10 10:17:19 -07:00
Mike Oliphant 9d33d7139f Update README.md 2023-04-08 10:59:24 -07:00
Mike Oliphant 51f49b5fc1 Add back path free calls on linux only 2023-04-08 10:54:35 -07:00
Mike Oliphant 9502312821 Merge pull request #13 from mikeoliphant/add-license-1
Create LICENCE.md
2023-04-07 16:50:23 -07:00
Mike Oliphant c1a36ff47e Create LICENCE.md 2023-04-07 16:50:08 -07:00
Mike Oliphant ae1c6698f6 Delete LICENSE 2023-04-07 16:49:15 -07:00
Mike Oliphant c61e59ce20 Update README.md 2023-04-06 18:22:10 -07:00
mikeoliphant 253a705243 Make sure __has_builtin is defined 2023-04-05 12:29:30 -07:00
Mike Oliphant 022888bc6e Merge branch 'main' of https://github.com/mikeoliphant/neural-amp-modeler-lv2 2023-04-03 15:10:48 -07:00
Mike Oliphant 43f12ad73b Re-enable fast tanh approximation 2023-04-03 15:10:33 -07:00
Mike Oliphant 4cd51952e4 Merge pull request #12 from mikeoliphant/test_lv2_save
Add LV2 save/restore of model path
2023-04-03 10:04:46 -07:00
Mike Oliphant a7a90f1e6a Remove path free() calls. 2023-04-03 10:03:02 -07:00
Mike Oliphant b72337d8ee Merge branch 'main' into test_lv2_save 2023-04-03 09:33:53 -07:00
Mike Oliphant 9065de91c0 Update to latest NAM code 2023-04-02 16:11:57 -07:00
Jon Anderson 1c41097285 Added support to save/restore model file with presets/state 2023-04-02 15:24:32 -05:00
Mike Oliphant ca90becaca Separate lv2 from NAM in Visual Studio project 2023-03-24 15:12:36 -07:00
Mike Oliphant 54e814c754 Update NeuralAmpModelerCore submodule 2023-03-24 11:03:11 -07:00