Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node system overhaul for better flexibility and usability #2236

Open
wants to merge 80 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
7acdb5a
config: default to rectified waveforms on
itsmattkc Dec 5, 2022
bae1951
audio: initial implementation of no-conform approach
itsmattkc Dec 5, 2022
dc3a52f
Merge branch 'master' into audio-no-conform
itsmattkc Feb 17, 2023
fa5d267
updated to latest master
itsmattkc Feb 17, 2023
a449950
Merge branch 'master' into audio-no-conform
itsmattkc Mar 9, 2023
67c790f
Merge branch 'master' into audio-no-conform
itsmattkc Mar 14, 2023
aec7327
Merge branch 'master' into audio-no-conform
itsmattkc Mar 20, 2023
51e54d3
initial traverser removal
itsmattkc Mar 26, 2023
83c50bb
ensure volume and pan adhere to guidelines
itsmattkc Mar 26, 2023
7f79fef
node: add convenience functions for enabled
itsmattkc Mar 26, 2023
1989eff
updated audio jobs to work with new system
itsmattkc Mar 27, 2023
04e02c8
use newer version of core
itsmattkc Mar 27, 2023
12f045c
excise nodevaluedatabase
itsmattkc Mar 27, 2023
18c7396
excised nodevaluetable
itsmattkc Mar 27, 2023
d26a142
nerfed valuehints
itsmattkc Mar 27, 2023
457b5a0
shifted nodevaluerow to accelerated jobs - the only place that uses t…
itsmattkc Mar 27, 2023
79c1ab7
make node value arrays into actual arrays
itsmattkc Mar 27, 2023
839380a
Merge branch 'master' into ts-timeline
itsmattkc Mar 27, 2023
90a5598
reimplemented loop mode
itsmattkc Mar 27, 2023
212d0b0
Merge branch 'master' into audio-no-conform
itsmattkc Mar 27, 2023
46bc5c3
transform: remove note
itsmattkc Mar 28, 2023
6c43857
multicam: fixed all view
itsmattkc Mar 28, 2023
254ab66
further simplified nodes
itsmattkc Mar 29, 2023
9178612
reinstated NodeValueTree
itsmattkc Mar 29, 2023
bb27a30
initial new value type implementation
itsmattkc Apr 3, 2023
8153ce7
corrected various straggling issues
itsmattkc Apr 4, 2023
7ef50ab
began math node rewrite
itsmattkc Apr 5, 2023
73227fd
use SSE in all sample operations
itsmattkc Apr 27, 2023
30b3fda
implement basic channel swizzling
itsmattkc May 20, 2023
a6c5cf9
show "not connected" label for inputs without widgets
itsmattkc May 20, 2023
77e6fdd
fix polygon node
itsmattkc May 20, 2023
b338199
fix minor qt issue
itsmattkc May 20, 2023
0299f07
fixed some node issues
itsmattkc May 20, 2023
31a108e
use exception as primary means of detecting bad cast
itsmattkc May 20, 2023
645c33e
added two methods of receiving values from value_t
itsmattkc May 21, 2023
79a23dd
implement auto conversion
itsmattkc May 21, 2023
a87bf80
fixed color param widget
itsmattkc May 21, 2023
ed938cd
fixed slider issues
itsmattkc May 21, 2023
8c24448
added some math functions
itsmattkc May 21, 2023
f9ed0a1
hide deprecated nodes
itsmattkc May 21, 2023
e6aa010
use actual input channel count in nodevaluetree
itsmattkc May 21, 2023
f5bd882
re-add matrix output to transform
itsmattkc May 21, 2023
fda9a2f
permit multiple inputs on nodes
itsmattkc May 22, 2023
ed6edf2
node: allow custom widgets
itsmattkc May 23, 2023
397f308
viewer: allow hiding toolbar
itsmattkc May 23, 2023
17260cd
enable swizzling texture channels
itsmattkc May 23, 2023
adbb228
valueswizzlewidget: enable gradients for slightly nicer appearance
itsmattkc May 23, 2023
311d407
nodes: reimplement value caching
itsmattkc May 23, 2023
cc4f8ac
readded outputs
itsmattkc May 25, 2023
95aab6a
nodevaluetree: fix issue where swizzles didn't auto update
itsmattkc May 25, 2023
4149ab4
implement swizzling audio
itsmattkc May 25, 2023
9554148
floatsliderparamwidget: fixed max not being set correctly
itsmattkc May 25, 2023
0c312e6
check if track is within bounds
itsmattkc May 25, 2023
b8d7fb8
valueparams: allow editing value cache
itsmattkc May 25, 2023
f857550
implement tonegenerator
itsmattkc May 25, 2023
55f2aea
implement some different appearance for channels
itsmattkc May 29, 2023
0b952e8
autoconvert double to samples
itsmattkc May 29, 2023
2921eb6
fixed viewer on wayland
itsmattkc May 29, 2023
f062b06
fix slider ladder on wayland
itsmattkc May 29, 2023
59f2284
fix actionsearch
itsmattkc May 29, 2023
f6bcebd
auto-add keyframe track where necessary
itsmattkc May 31, 2023
abd3777
node: ensure widgets are correctly recreated on subtype change
itsmattkc Jun 12, 2023
f2c1327
math: added floor/ceil/round/abs ops
itsmattkc Jun 12, 2023
ecc84f7
Merge branch 'master' into ts-timeline
itsmattkc Jun 12, 2023
d870da8
update core library
itsmattkc Jun 12, 2023
a6a1e74
fixed CI compiler issues
itsmattkc Jun 12, 2023
7440ffc
fix value ambiguity
itsmattkc Jun 12, 2023
12b5d38
mathnode: fix regression in texture ops
itsmattkc Jun 15, 2023
3c947df
nodevaluetree: fix obvious mistake
itsmattkc Jun 15, 2023
dae9f87
value: fixed macos/clang issue
itsmattkc Jun 15, 2023
f988a2f
Merge branch 'audio-no-conform' into ts-timeline
itsmattkc Jun 16, 2023
b25acc0
unsubmodule core library
itsmattkc Jun 27, 2023
db3f43a
Merge branch 'master' into ts-timeline
itsmattkc Jun 27, 2023
b42256e
minor adjustments for merge
itsmattkc Jun 27, 2023
82ee885
improve channel system
itsmattkc Jul 5, 2023
30233a8
address swizzling between multiple nodes
itsmattkc Jul 5, 2023
9560959
math: add modulo function
itsmattkc Jul 6, 2023
58aaab2
remove integer from value node
itsmattkc Jul 6, 2023
c43936c
pick up on old bool strings for int conversion
itsmattkc Jul 6, 2023
442038c
cmake: bump ffmpeg version requirement
itsmattkc Jul 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update core library
  • Loading branch information
itsmattkc committed Jun 12, 2023
commit d870da8168b04d9c21a1c8c8b616d9031a30690d