Search found 332 matches

by wde
Wed Jul 08, 2020 2:56 pm
Forum: Users
Topic: GuitarChordBox
Replies: 51
Views: 33615

Re: GuitarChordBox

Ok, so I added 'Transpose' and 'Play Chord' parameters.
by wde
Tue Jul 07, 2020 1:09 pm
Forum: Users
Topic: GuitarChordBox
Replies: 51
Views: 33615

Re: GuitarChordBox

tinga wrote: Mon Jul 06, 2020 12:42 pm Could the chord list become a parameter, and send the chord directly without pattern editor, a trigger ?
Sure. I guess that parameter should be the index of the chord in the chord list and then in the chord window there should be line numbers?
by wde
Tue Jul 07, 2020 1:02 pm
Forum: Devs
Topic: Need some way to line up two wav's visually
Replies: 172
Views: 88213

Re: Need some way to line up two wav's visually

1.0.6.3: Power user option: auto-resample. Right click 'Wavetable Audio' label. Resamples audio to Buzz sample rate if audio selected from AudioBlock UI or dragged to AudioBlock UI. Flac, Ogg etc. should work now with drag&drop. I was wondering if it'd be possible to add support for .ogg and .fl...
by wde
Thu Jun 25, 2020 3:01 pm
Forum: Devs
Topic: Need some way to line up two wav's visually
Replies: 172
Views: 88213

Re: Need some way to line up two wav's visually

Is it normal for Audioblock to use a lot of CPU when rendering audio? I've been seeing CPU Monitor report up to 70%, but only during render - live record is fine. I think 'Render Loop' renders the audio output as fast as possible and thus uses more CPU. I usually use 'Record Loop' because of some m...
by wde
Thu Jun 25, 2020 2:29 pm
Forum: Users
Topic: GuitarChordBox
Replies: 51
Views: 33615

Re: GuitarChordBox

  • Chords updated.
  • Note send improvements.
by wde
Sat May 30, 2020 6:14 am
Forum: Users
Topic: GuitarChordBox
Replies: 51
Views: 33615

Re: GuitarChordBox

More chords Add some but not finished, Bb,Ab,Eb,F#,Db are to do, can we use /, I use it in few chords? Yes. I'll try to find some time to update this soon. Edit: Combined your list with what I had before. Needs to be cleaned up or I just use what you have. Don't know how data can be added to Buzz c...
by wde
Sat May 30, 2020 6:11 am
Forum: Devs
Topic: Need some way to line up two wav's visually
Replies: 172
Views: 88213

Re: Need some way to line up two wav's visually

1.0.5.1
  • Resize audio wave
  • Spectrogram
by wde
Sat May 30, 2020 6:05 am
Forum: Devs
Topic: MilkDrop in Buzz?
Replies: 7
Views: 4100

Re: MilkDrop in Buzz?

MaitoPisara was a quick try to see if MilkDrop visualizations could be displayed as a Buzz effect. Hack but kind of works (on a good day). Not going to touch that one so passing the torch to the next brave soul.
by wde
Sat May 23, 2020 11:47 am
Forum: Users
Topic: GuitarChordBox
Replies: 51
Views: 33615

Re: GuitarChordBox

I'll share the source code soon if someone wants to implement piano version. Maybe extending Buzz keyboard.
thOke wrote: Sat May 23, 2020 10:58 am erm ... sorry for hijacking this topic, but have you seen this? 8-)
...or you can use a vst ;)
by wde
Sat May 23, 2020 7:58 am
Forum: Users
Topic: GuitarChordBox
Replies: 51
Views: 33615

Re: GuitarChordBox

Here is some C chords "Cmaj7,-,C-4,E-4,G-4,B-4,-", "Cmaj7,-,C-4,E-4,G-4,B-4,E-5", "CM7/9,-,C-4,E-4,B-4,D-5,-", "C6/9,-,C-4,E-4,A-4,D-5,-", "C6,-,C-4,E-4,A-4,C-5,-", "C9,-,C-4,E-4,A#4,D-5,-", "Cadd9,-,C-4,E-4,G-4,D-5,-", "Cad...
by wde
Sat May 23, 2020 7:25 am
Forum: Devs
Topic: Need some way to line up two wav's visually
Replies: 172
Views: 88213

Re: Need some way to line up two wav's visually

1. Haven't noticed this. You could try different audio driver buffer sizes since there is some locking going on in AudioBlock to avoid thread collision. 2. I tried inversion test using 44.1KHz FLAC file and setting audio interface to 44.1kHz. Result is pure silence as expected. If your audio file sa...
by wde
Thu May 21, 2020 7:53 am
Forum: Devs
Topic: Note Detector
Replies: 36
Views: 25640

Re: Note Detector

I don't know how the algorithm works. There are some discussions here. Detection level min = -80dB, max = 0dB.
by wde
Thu May 21, 2020 5:07 am
Forum: Devs
Topic: Note Detector
Replies: 36
Views: 25640

Re: Note Detector

HerrFornit wrote: Wed May 20, 2020 8:12 pm Also a very nice machine !!
I always get a latency between note sending machine and the receiving machine, getting notes by note send. It in the range of ca. 100-200 ms or so.
Why is this?
The algorithm needs some audio data before it detects the note. That introduces latency.
by wde
Thu May 21, 2020 4:58 am
Forum: Users
Topic: GuitarChordBox
Replies: 51
Views: 33615

Re: GuitarChordBox

Version 0.3: Small fix with chords.

It detects most common chords, but if someone wants to send me more comprehensive list, the format is:

Code: Select all

...
"Amaj7,-,A-3,E-4,G#4,C#5,E-5",
"B7,-,B-3,D#4,A-4,B-4,F#5",
"B\u266D,-,A#3,F-4,A#4,D-5,-",
...
by wde
Mon May 18, 2020 5:22 pm
Forum: Users
Topic: GuitarChordBox
Replies: 51
Views: 33615

GuitarChordBox

For all guitar heroes out there.
GuitarChordBox.png
GuitarChordBox.png (28.5 KiB) Viewed 13448 times
GuitarChordBox.zip
(24.74 KiB) Downloaded 269 times
src:
GuitarChordBox_src.zip
(15.5 KiB) Downloaded 281 times
by wde
Thu May 14, 2020 5:33 pm
Forum: Devs
Topic: Note Detector
Replies: 36
Views: 25640

Re: Note Detector

0.5
  • Send note off fix
by wde
Sun May 10, 2020 8:25 am
Forum: Devs
Topic: Timeline
Replies: 12
Views: 8076

Timeline

Did some experiments with showing timeline in sequencer view. Hopefully this is helpful (@HerrFornit). The time stamps should be correct if you don't change BPM or TPB during the song playback. This means that any kind of groove machine will make the time stamps inaccurate. Colors can't be changed f...
by wde
Sun May 10, 2020 7:59 am
Forum: Devs
Topic: Need some way to line up two wav's visually
Replies: 172
Views: 88213

Re: Need some way to line up two wav's visually

HerrFornit wrote: Sat May 09, 2020 8:19 pm the tooltip disappear too quickly for my tired eyes ;). Please let them be displayed til mouse is moved away. Thanx.
New version gives you 60 seconds to read the text :)
rav wrote: Sat May 09, 2020 10:13 pm I think, that you have attached the wrong revision - older one ;p
Ok, uploaded again.
by wde
Sun May 10, 2020 7:55 am
Forum: Users
Topic: Notebook
Replies: 54
Views: 32901

Re: Notebook

Candle wrote: Sat May 09, 2020 10:45 pm Feature request: any way to put links in the text? Not sure if it's possible since it's an RTF file, but links would be amazing.
Links seem to work. You just need to type 'http://...', or 'https://...' to make the link active.
by wde
Sun May 10, 2020 7:53 am
Forum: Users
Topic: Notebook
Replies: 54
Views: 32901

Re: Notebook

OK i found the problem: void MultiWork(float const * const *inputs, float **outputs, int numsamples) it looks like buzzengine32.exe doesn't give you SSE aligned (output) buffers. this is very unfortunate and in my oppinion a bug, because every machine that assumes that the pointer where aligned in ...