cancel
a89b2ace51
Change orca_run() to not clear input buffers
Callers are now in charge of clearing/cleanup
5 years ago
cancel
b87bcd287c
Cleanup
5 years ago
cancel
5d6b4dbaf0
Remove unused define
Was used in old UTURN operator. Not used any longer.
5 years ago
cancel
f8d8e7d589
Remove trigger/'piano' mode.
Old orca-c feature that is not present in orca JS. This was using up the
'!' glyph, which we'll need back for MIDI CC. It was also using up the
'/' input key in the TUI, and added a bunch of stuff to the code that
probably nobody was using.
5 years ago
cancel
7cd10dd0bf
Move mbuffer_* functions out of mark.h to gbuffer.h
They are more similar to the stuff in gbuffer.h. If you want what's in
gbuffer.h, you also probably want the mbuffer_* stuff.
5 years ago
cancel
593eaad2c9
Add output b->a casing rules for A, B, L and M
5 years ago
Nicola Pisanti
50d1c1cc74
change B to match orcaJS 158
5 years ago
Nicola Pisanti
c26bc5b308
change L to match orcaJS 158
5 years ago
Nicola Pisanti
b83ade4c48
reverts F to classic behavior to match orcaJS 158
5 years ago
Nicola Pisanti
65908306ef
changes V and K to match orcaJS, fixes #48
6 years ago
Nicola Pisanti
25a2df03db
update L to match orcaJS
6 years ago
Nicola Pisanti
624a27200c
updates L to match orcaJS, fixes #41
6 years ago
Nicola Pisanti
2fee3a706b
less deterministic random
6 years ago
Devine Lu Linvega
8dd2fd9655
Colorized ports properly, fixed #34
6 years ago
Nicola Pisanti
e817cf5d5e
random max now defaults to 36
6 years ago
Nicola Pisanti
ce9aabaf75
adds step port to L
6 years ago
Nicola Pisanti
0b3dd23d4e
replaces zig with lerp
6 years ago
Nicola Pisanti
3e45ae73d5
replaces banger with bounce operator
6 years ago
Nicola Pisanti
ba44c6f1cf
U is now the uclid operator
6 years ago
Devine Lu Linvega
feab5f0d62
Renamed and fixed overflow in M
6 years ago
Devine Lu Linvega
20de73bb10
Replace modulo with multiply operator, fixes #24
6 years ago
Devine Lu Linvega
8963d7d795
Removed extra check from F
6 years ago
Nicola Pisanti
a53ce88328
changes A C D F I to match orcaJS
6 years ago
cancel
86dd6be4f4
Fix formatting
6 years ago
Nicola Pisanti
9c55802d55
porting of K operator from orcaJS
6 years ago
Nicola Pisanti
762337b0f6
changes R to max exclusive to match orca-js behavior
6 years ago
Nicola Pisanti
75de43b44c
changes V to match orca-js behavior
try to divide commits
6 years ago
Nicola Pisanti
d395999d30
Update `D` to match orca-js ( #10 )
6 years ago
cancel
8982892c90
Fix ordering of gbuffer reads in `C` operator
6 years ago
cancel
13a18ac95c
Cleanup
6 years ago
cancel
697c5987dc
Remove 'usz_clamp()', no longer needed
6 years ago
cancel
44f547d355
Remove use of 'Gbuffer' and 'Mbuffer' typedef wrappers
Became unnecessary.
6 years ago
cancel
ea71fc06eb
Add raw UDP datagram ';' operator
6 years ago
cancel
03172f6c60
Update behavior of `I`
6 years ago
cancel
64265d0b39
Cleanup
6 years ago
cancel
74e4242556
Cleanup, reorder some memory reads/writes
6 years ago
Nicola Pisanti
7993cd3191
T out disabled with len 0
6 years ago
Nicola Pisanti
2dc2fae470
compliant to last orca release
6 years ago
cancel
61effea756
Fix '=' bugs, flip param order, increase limit to 16
6 years ago
Nicola Pisanti
28a98f6fa7
osc operator = redesign
6 years ago
Devine Lu Linvega
640c58cc28
Added yump
6 years ago
cancel
f11a1911dc
Add working midi out with fixed timings
6 years ago
cancel
69044c8e50
Cleanup
6 years ago
cancel
d92d12e045
Cleanup
6 years ago
cancel
e4627a7fd7
Cleanup, change to use indexing storage for `V` operator
6 years ago
cancel
22bc9ddfd4
Rename 'HASTE' for ports to 'PARAM'
6 years ago
cancel
b555d288d5
Cleanup
6 years ago
cancel
1c4520d308
Cleanup
6 years ago
cancel
742baabb89
Cleanup
6 years ago
cancel
67b9094795
Remove being/end ports blocks
6 years ago