Search found 1121 matches
- Fri Jan 22, 2021 2:05 pm
- Forum: Your Studio & Gear
- Topic: Live Midi - hardware for low latency aka small buffer size
- Replies: 8
- Views: 153
Re: Live Midi - hardware for low latency aka small buffer size
I strenuously disagree about the fans. It's not the noise that matters. It's the fact that moving parts eventually wear out and/or loosen, and fail. There's a reason why you'll find no fans in professional musical instruments. Moving parts are a primary source of failure in equipment that is often p...
- Fri Jan 22, 2021 12:19 am
- Forum: Your Studio & Gear
- Topic: Live Midi - hardware for low latency aka small buffer size
- Replies: 8
- Views: 153
Re: Live Midi - hardware for low latency aka small buffer size
an audio interface to it, too. Which one would that be? Focusrite 2x4. It's also mounted in an 4U SKB rackmount case. The case contains my 1U rackmount computer, 2U stereo power amp for the P.A., Focusrite (which is firmly duct-taped to the top of the computer case), and 1U rackmount power bar. The...
- Thu Jan 21, 2021 2:40 pm
- Forum: Your Studio & Gear
- Topic: Live Midi - hardware for low latency aka small buffer size
- Replies: 8
- Views: 153
Re: Live Midi - hardware for low latency aka small buffer size
As someone who has performed live with a computer for years, I can definintely give you some advice. Don't buy a laptop for live use. Let's face it. Gigging gear is going to be physically stressed. It gets bumped into, squashed, dropped, operated in sunlight on a hot day, dusty, etc. All these thing...
- Sun Jan 17, 2021 12:02 pm
- Forum: Developer's Section
- Topic: vst3_plugin.h
- Replies: 15
- Views: 1013
Re: vst3_plugin.h
Oh, if you want to do COM in pure C, I wrote a series of articles (with code examples) about that at:
https://www.codeproject.com/Articles/13 ... in-plain-C
https://www.codeproject.com/Articles/13 ... in-plain-C
- Sun Jan 17, 2021 1:51 am
- Forum: Raspberry Pi
- Topic: Jack-Audio process callback time period
- Replies: 12
- Views: 348
Re: Jack-Audio process callback time period
Just for clarification, it's best not to change the buffer size, nor sample rate, that the enduser sets JACK to use. If you can instead use the "default" JACK settings, do that instead. (ie, Try to design your app so that it can work at the 4 sample rates of 44, 48, 88, and 96 Khz, and any buffer si...
- Fri Jan 15, 2021 1:03 am
- Forum: Raspberry Pi
- Topic: Jack-Audio process callback time period
- Replies: 12
- Views: 348
Re: Jack-Audio process callback time period
My code is a realtime synthesizer application Does it get loaded as an (LV2) plugin, or a standalone executable? Because if it's the latter, and latency (between a note being triggered, and the actual pitch being produced) is of utmost importance to you, then your best performance will be achieved ...
- Thu Jan 14, 2021 9:10 am
- Forum: Raspberry Pi
- Topic: Jack-Audio process callback time period
- Replies: 12
- Views: 348
Re: Jack-Audio process callback time period
That's due to the way that ALSA's underlying code handles buffering differently than JACK does. (ie, JACK sits on top of ALSA, and does the mixing of all JACK app buffers into the ALSA driver's buffer, in realtime). And ALSA sets up the hardware to trigger an interrupt halfway through the playback o...
- Wed Jan 13, 2021 2:48 pm
- Forum: Raspberry Pi
- Topic: Jack-Audio process callback time period
- Replies: 12
- Views: 348
Re: Jack-Audio process callback time period
By default, Jack assumes a period of 2. What this means is that Jack divides your buffer into 2 equal pieces (of 256 bytes each). Before you start play, Jack asks you to fill in the first 256 buffer piece with audio data, which jack then gives to your audio hardware to play. While your audio card is...
- Thu Nov 19, 2020 4:41 pm
- Forum: Original Scores & Recordings
- Topic: Icecaps (Melt My Shaky Values)
- Replies: 15
- Views: 277
Re: Icecaps (Melt My Shaky Values)
Got a strong Rolling Stones "Miss You" vibe on that, with less disco on the bass.
- Tue Nov 17, 2020 3:04 pm
- Forum: General Music Discussion
- Topic: Speaking of vocalists...
- Replies: 0
- Views: 103
Speaking of vocalists...
Here's a couple of male singers that should shock you.
Dimash Kudaibergen
https://www.youtube.com/watch?v=jfIcuEzd6ps
https://www.youtube.com/watch?v=W9FlDMCo8LU
Gabriel Henrique
https://www.youtube.com/watch?v=t9H-EiHe1f4
https://www.youtube.com/watch?v=lhhJpX9yKJM
Dimash Kudaibergen
https://www.youtube.com/watch?v=jfIcuEzd6ps
https://www.youtube.com/watch?v=W9FlDMCo8LU
Gabriel Henrique
https://www.youtube.com/watch?v=t9H-EiHe1f4
https://www.youtube.com/watch?v=lhhJpX9yKJM
- Mon Nov 09, 2020 9:28 am
- Forum: General Music Discussion
- Topic: 4 questions in a row
- Replies: 5
- Views: 379
Re: 4 questions in a row
what can you do if you don’t have a good voice but want to sing? Warn your neighbors. How can you improve your singing voice? Perform only for deaf audiences. What are the best singing tips out there? If you're performing at a wedding ceremony, when the father escorts the bride down the aisle, do n...
- Fri Nov 06, 2020 5:07 am
- Forum: Plugins, Effects and Instruments
- Topic: Plugin + Mouse wheel for MIDI pitch bends?
- Replies: 15
- Views: 407
Re: Plugin + Mouse wheel for MIDI pitch bends?
Why don't you get a joystick controller, and attach that to the computer? That has the springback already physically built into the device. I imagine that would be not only easier to write software to implement midi pitch wheel, but would also be considerably easier to use (since a pitch wheel is fo...
- Thu Nov 05, 2020 8:09 pm
- Forum: Music Theory/Songwriting
- Topic: Strumming (no I can't play guitar)
- Replies: 17
- Views: 665
Re: Strumming (no I can't play guitar)
I forgot a made this "Chord Strum" plugin for Linux, It's a DSSI, so you need a Linux program that can load those plugins (Muse, Ardour, Carla). There's a readme file can explains its use.
http://wikisend.com/download/568598/elecstrum.zip
http://wikisend.com/download/568598/elecstrum.zip
- Sun Nov 01, 2020 7:55 am
- Forum: Suggestion Box
- Topic: Thank you button
- Replies: 3
- Views: 200
Re: Thank you button
Thank you for posting the previous topic's link.
- Sat Oct 31, 2020 6:19 pm
- Forum: Suggestion Box
- Topic: Thank you button
- Replies: 3
- Views: 200
Re: Thank you button
Thank you for the suggestion.