issues
search
SofaPirate
/
Plaquette
Object-oriented Arduino library for creative physical computing
https://sofapirate.github.io/Plaquette/
GNU General Public License v3.0
15
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Rename TriOsc to TriangleWave
#121
sofian
opened
2 months ago
0
Rename Osc to Wave (and subclasses)
#120
sofian
opened
2 months ago
0
Add width() to SineOsc
#119
sofian
opened
2 months ago
0
Rename "shiftBy()"
#118
sofian
opened
2 months ago
0
Develop
#117
possibly-human
opened
3 months ago
0
Normalizer contains duplicate timeWindow float because of dual class extension (MovingFilter, MovingAverage)
#116
sofian
closed
5 months ago
0
MovingFilter time windows have wrong behavior if not called once-per-step
#115
possibly-human
closed
2 months ago
9
Multiplying oscillators yields error: "ambiguous overload for 'operator*' (operand types are 'pq::SquareOsc' and 'pq::SquareOsc' ..."
#114
possibly-human
opened
6 months ago
1
Make AnalogIn min/max compatible with ADC resolution changes
#113
sofian
opened
6 months ago
0
Add a speed() function to Ramp
#112
sofian
opened
7 months ago
0
Deprecate dutyCycle() in favor of width() for SquareOsc
#111
sofian
opened
7 months ago
0
Define and implement time-related functions common oscillators and timing units
#110
sofian
opened
7 months ago
0
Evaluate the possiblity of creating useful random units
#109
sofian
opened
7 months ago
0
Create documentation for "shiftBy"
#108
eringee
closed
8 months ago
0
Create a scaler that is more resistant to outlier than MinMaxScaler
#107
sofian
opened
8 months ago
0
Remove class Unit and merge it into Node (possibly renaming)
#106
sofian
opened
9 months ago
0
Units created after call to begin() never get their begin() called
#105
sofian
opened
9 months ago
0
The mode INTERNAL_PULLUP for DigitalIn is confusing
#104
sofian
opened
9 months ago
0
Servo not working on ESP32
#103
sofian
opened
9 months ago
0
File pq_trig8.h defines functions that are not used
#102
sofian
closed
9 months ago
1
Get more precision by using sin(x) approximation with 24 or 32 bits instead of 16 bits
#101
sofian
opened
9 months ago
2
Consider using rational numbers for [0, 1] range floats
#100
sofian
opened
9 months ago
0
Introduce / include Chronometer class in documentation and/or as a Node
#99
sofian
opened
9 months ago
0
Remove Timer in favor of Alarm
#98
sofian
opened
9 months ago
1
The Metro class should not be a subclass of DigitalSource cause it does not make sense to have rose() fell() ... functions
#97
sofian
opened
9 months ago
0
Allow support for a third kind of timer/alarm that will only "fire" once after time has passed (similar to Metro)
#96
sofian
opened
9 months ago
1
Allow detachment of servo motors
#95
sofian
opened
9 months ago
0
Allow adjustments to servo motors min and max
#94
sofian
opened
9 months ago
0
In PqServo : make sure to constrain values
#93
sofian
closed
5 months ago
1
Function stop() is counter-intuitive - need to add a pause() - or someting else
#92
sofian
opened
9 months ago
0
Implement support for dynamic arrays of Node/Units and smart pointers
#91
sofian
opened
10 months ago
3
Add operators for combining oscillators together
#90
sofian
opened
10 months ago
0
Idea: Add rose(), fell() and possible other state-changing methods to analog sources
#89
sofian
opened
10 months ago
0
Idea: Integrate rose() fell() changed() changeState() functions into anything binary
#88
sofian
opened
10 months ago
0
Add options to reset generative sources
#87
sofian
opened
10 months ago
3
Apply effect only during update
#86
sofian
opened
10 months ago
0
DigitalOut example - SINK and SOURCE
#85
eringee
opened
11 months ago
0
Bump certifi from 2022.12.7 to 2023.7.22 in /docs
#84
dependabot[bot]
opened
1 year ago
0
Bump pygments from 2.13.0 to 2.15.0 in /docs
#83
dependabot[bot]
opened
1 year ago
0
Bump requests from 2.28.1 to 2.31.0 in /docs
#82
dependabot[bot]
opened
1 year ago
0
Refactor PeakDetector to make it more user-friendly
#81
sofian
opened
1 year ago
0
Unreliable peak detection with PEAK_MIN
#80
sofian
opened
1 year ago
0
Add support for event-based triggers
#79
sofian
opened
1 year ago
0
Test easing functions
#78
sofian
opened
1 year ago
0
Drop constrain() in favor of non-broken version?
#77
sofian
opened
1 year ago
0
Add function to StreamIn to indicate that new value has arrived
#76
sofian
opened
1 year ago
0
Fix the Osc mapTo() function
#75
sofian
closed
1 year ago
1
Add function in Osc to output current value with a phase offset
#74
sofian
closed
1 year ago
0
Replace min(), max(), constrain(), round(), etc. macros by functions
#73
sofian
opened
1 year ago
0
Replace mapFrom01() and mapTo01() with lerp() and invLerp()
#72
sofian
opened
1 year ago
0
Next