Halfe of my requests lead to the following error :
General Error
SQL ERROR [ mysqli ]
User newspinforum already has more than 'max_user_connections' active connections [1203]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Search found 5 matches
- Tue Mar 17, 2026 6:35 am
- Forum: Algorithm development
- Topic: Forum Problem - needs maintence
- Replies: 1
- Views: 1263
- Sun Aug 17, 2025 2:15 am
- Forum: FV-1 hardware questions
- Topic: Clipping Led working in reverse?
- Replies: 5
- Views: 42276
Re: Clipping Led working in reverse?
The clipping LED topic is interesting. It seems I could assign the clip LED connection to two different colored LED (one connected to plus, one to ground). So I would have a green one for "we're on and working" and one for "we're clipping in this moment ? Best regards on a hot day in...
- Sun Aug 17, 2025 2:12 am
- Forum: FV-1 hardware questions
- Topic: Generating Randomness
- Replies: 3
- Views: 17920
Re: Generating Randomness
No, you can do stereo. You can read from both ADCs and write to both DACs. You can use the memory for both, the limit is simply that the delay memory is 32768 long so the total cannot be more than that. So you can split it equally (16384 for each side) or unequally (24K for one side and 8K for the ...
- Sat Aug 16, 2025 9:23 am
- Forum: FV-1 hardware questions
- Topic: Generating Randomness
- Replies: 3
- Views: 17920
Generating Randomness
Hi, I thought about getting some randomness in the future algorithms I'll try out with the FV-1. First I have to ask a simple question. As I understand the FV-1 has two analog inputs (=adc). It has one delay-memory for the delay based algorithms ... at program start it has to be choosen, (from) whic...
- Sat Aug 16, 2025 8:35 am
- Forum: FV-1 hardware questions
- Topic: Clipping Led working in reverse?
- Replies: 5
- Views: 42276
Re: Clipping Led working in reverse?
Clip LED is backwards and should be connected to +3.3V not ground. See FV-1 datasheet schematic. Hi I'm new in FV-1 programming, so the first thing I did/do is to read through the forum (I read some topics I was thinking about too and now I don't have to answer the question a second time 8) The cli...