
User Details
Username: | SebastienClara |
Website: | sebastienclara.wordpress.com |
Facebook: | None provided |
Twitter: | None provided |
Soundcloud: | www.soundcloud.com/s-bastien-clara |
Account Status: | enabled |
Member since: | Feb 27 2021 |
About SebastienClara: | |
(report this profile) |
Devices by SebastienClara
Total Downloads: 7,787
Comments by SebastienClara
Comments
This family of devices does not have the same engine as the Degrees family. However, you can use Live's arp and Live's MIDI routing to perform a sync. I prepared a tuto that I did not have the opportunity to disclose. I don't really have time to do an article about it, but I'm sharing the sources here: https://sebastienclara.wordpress.com/2022/05/09/arpeggiator-for-melodic-invention/ Analyze the project and you will discover how to sync the different parts! |
Posted on May 09 2022 by SebastienClara (report comment) (Goto Comment) |
I'm glad you like it ! I am very busy at the moment. I quickly made a new implementation, but I did not test it. https://framadrive.org/s/9BTFcLEL8RHknXg/download/Collection-chordProgressions-dev.amxd If other people are interested in this development version, I will update the device. Cheers |
Posted on May 04 2022 by SebastienClara (report comment) (Goto Comment) |
I forgot, the device can follow Degrees-Chord when the sync mode of the latter is activated. |
Posted on April 27 2022 by SebastienClara (report comment) (Goto Comment) |
Hi aiotea, Thanks for your feedback. The device passes all MIDI messages except MIDI notes. The MIDI notes allow to control the device. C triggers the 1st degree, D the 2nd degree and so on. To operate the device, you need to use a MIDI controller or a MIDI clip. It also works with the mouse when you click on degree, but this feature is more useful to test something. I hope I answered your question. Cheers |
Posted on April 27 2022 by SebastienClara (report comment) (Goto Comment) |
Hi aiotea, Thanks for your feedback. The device passes all MIDI messages except MIDI notes. The MIDI notes allow to control the device. C triggers the 1st degree, D the 2nd degree and so on. The black notes also trigger a shuffle of melody. To operate the device, you need to use a MIDI controller or a MIDI clip. It also works with the mouse when you click on degree, but this feature is more useful to test something. I hope I answered your question. Cheers |
Posted on April 27 2022 by SebastienClara (report comment) (Goto Comment) |
To use randomness with the euclidean algorithm, I added the chromatic scale to Melopoeia device : https://maxforlive.com/library/device/7827/melopoeia. This device has a Euclidean rhythmic distribution and can also be used with a drum rack. |
Posted on February 07 2022 by SebastienClara (report comment) (Goto Comment) |
Hi Schlam, With v1.1, when n/chord knob is equal to 1, you can select chord factor (root, third, fifth, seventh). So now you can harmonize with one or more audio sources :) Don't forget to support me here: https://en.tipeee.com/sebastien-clara Cheers |
Posted on January 24 2022 by SebastienClara (report comment) (Goto Comment) |
Thank you for your comment. The implementation should not be a problem. However: 1. I don't see how to integrate it with the user interface, 2. the integration of this feature may be redundant with the rest feature, 3. intuitively, I fear that the result will be too chaotic. Maybe the night will bring me some advice... If you want this feature now, you can use the MIDI Random effect. Furthermore, in a MIDI FX Rack you can create a blank channel and another dedicated channel for that. In the latter, you can filter the note that will trigger the Random FX. cheers |
Posted on January 20 2022 by SebastienClara (report comment) (Goto Comment) |
Merci ! La suite qui arrive très prochainement, devrait vous plaire :) |
Posted on January 20 2022 by SebastienClara (report comment) (Goto Comment) |
I like the idea of being able to assign a tempo to a beat that is intended for another. For the drum, the major difference between chillhop, boom bap and drum & bass is the tempo. However, you are right, we need a guide. I didn't write down the tempo of the beats, but I did add a button that lets you know the approximate tempo ranges for common genres. Download the latest version. Cheers |
Posted on September 12 2021 by SebastienClara (report comment) (Goto Comment) |
Hello, Thanks for your feedback! If you open the amxd file with a text editor, you can see at the end the js file is included. If you unfreeze the device, I can't find the js. It's not voluntary on my part and I don't see why the js disappears. You can reconstruct the js using the following cues: const maxApi = require('max-api'); ... //next js inlets = 1; // outlets = 1; |
Posted on September 07 2021 by SebastienClara (report comment) (Goto Comment) |
Hello, Thanks for your feedback! If you open the amxd file with a text editor, you can see at the end the js file is included. If you unfreeze the device, I can't find the js. It's not voluntary on my part and I don't see why the js disappears. You can reconstruct the js using the following cues: const maxApi = require('max-api'); ... //next js inlets = 1; // outlets = 1; |
Posted on September 07 2021 by SebastienClara (report comment) (Goto Comment) |
Thanks a lot Trotskysghost! |
Posted on April 05 2021 by SebastienClara (report comment) (Goto Comment) |
Thanks offthesky, I'm glad you like it! |
Posted on April 05 2021 by SebastienClara (report comment) (Goto Comment) |
Thank you for your help Homebelly! Cheers. |
Posted on April 04 2021 by SebastienClara (report comment) (Goto Comment) |
Awesome Homebelly ! Now you can download version 1.1 :) |
Posted on April 03 2021 by SebastienClara (report comment) (Goto Comment) |
@Homebelly, @offthesky Thank you for your feedback. The bug is really strange, because the algorithms of Melody Euclidean by Chords, Melody Euclidean by Scales and Euclidean for Drum Rack are almost equivalent. Also, I don't have any problems with my config. So it's difficult to determine the problem. Can you download the zip file at this address and run euclidean4drumRack.amxd in Live? => https://filesender.renater.fr/?s=download&token=752dddaf-f217-4bd0-b31e-c36e33bf266a In this version, I added some debugging elements. In the archive, I added a gif that shows you the expected result. That is, the tick value should increase. Beat gives the current beat. outVel is the MIDI velocity value, it should oscillate between 0 and a number greater than 100. The rhythm field must be identical if you set C1 with the same parameters. You will find my email address in a text file included in the archive. Send me your observations through this channel, the communication will be easier. |
Posted on April 03 2021 by SebastienClara (report comment) (Goto Comment) |
On Live 11 and Win10 it works correctly !? Did you press the Init button. Nodejs requires some time to start. If you use the MIDI Monitor add-on, do you see any MIDI data at the output of euclidean4drumRack? |
Posted on April 02 2021 by SebastienClara (report comment) (Goto Comment) |
I don't think to go further, because otherwise I lose the different current control modes.
I will add this new feature and others next month.