Replies: 1 comment 9 replies
-
Sampling rate 7800 Hz should be sufficient to geht good triggering. When you hit the pad, do you get correct MIDI notes? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I started to play with this project. Be patient I'm a beginner in the world of electronic.
![IMG_20230811_115707628_HDR](https://private-user-images.githubusercontent.com/37626833/260058065-23325b1b-cc4f-49d7-894c-c57e7085c0d3.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MDYyMzUsIm5iZiI6MTczOTkwNTkzNSwicGF0aCI6Ii8zNzYyNjgzMy8yNjAwNTgwNjUtMjMzMjViMWItY2M0Zi00OWQ3LTg5NGMtYzU3ZTcwODVjMGQzLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDE5MTIxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRlMjA2YjQyNzE4ODM1MzVlYjEzY2NmYmZiNWJmOTE4YzExNDhmM2JmMjM2ZWE5NjM0ZWNlYTFhODdmZTlmMjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.eySuI8wPM-RtXJOM0gjRAdbMCD4r5Tpg_evcxa_-IbI)
After put a test circuit see image:
I notice some phantom triggers. Investigating I saw that the flag status_is_error is always true.
Log :
After flash
12:08:59.525 -> status_is_error 0
12:09:01.997 -> Sample rate 3916.8471680
12:09:01.997 -> Max sample error Hz: 100
12:09:01.997 -> Detected : 4083.15
12:09:01.997 -> serial_print : (pad)i : 0 (input )j: 0 -> 1931 1932.45 (pad)i : 0 (input )j: 1 -> 1931 1932.66
12:09:02.031 -> serial_print2 : -1.45 -1.66
Then
12:09:03.266 -> status_is_error 1
12:09:03.266 -> Sample rate 7805.6582031
12:09:03.266 -> Max sample error Hz: 100
12:09:03.266 -> Detected : 194.34
12:09:03.297 -> serial_print : (pad)i : 0 (input )j: 0 -> 1934 1932.48 (pad)i : 0 (input )j: 1 -> 1934 1932.59
12:09:03.297 -> serial_print2 : 1.52 1.41
12:09:04.548 -> status_is_error 1
12:09:04.548 -> Sample rate 7805.6396484
12:09:04.548 -> Max sample error Hz: 100
12:09:04.548 -> Detected : 194.36
12:09:04.580 -> serial_print : (pad)i : 0 (input )j: 0 -> 1931 1932.53 (pad)i : 0 (input )j: 1 -> 1930 1932.56
12:09:04.580 -> serial_print2 : -1.53 -2.56
12:09:05.833 -> status_is_error 1
12:09:05.833 -> Sample rate 7805.6396484
12:09:05.833 -> Max sample error Hz: 100
12:09:05.833 -> Detected : 194.36
12:09:05.833 -> serial_print : (pad)i : 0 (input )j: 0 -> 1931 1932.68 (pad)i : 0 (input )j: 1 -> 1936 1932.63
12:09:05.865 -> serial_print2 : -1.68 3.37
I have only one pad connect pd-80r
Probably I did some wrong.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions