Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mirrorz + 6 new plugin proposals #5

Closed
wants to merge 66 commits into from
Closed

Conversation

zwaba
Copy link
Contributor

@zwaba zwaba commented Dec 4, 2023

Update Mirrorz + 6 new plugin proposals

2 for the delay category:
STUTTTER ( a Double Stutter effect (L/R) with even and odd time division)
and
COZMIC ( a 4 asynchronous delay lines plugin inspired by “Cosmos” as requested by a forum user)

4 small utility plugins :
Zinvert_phase a simple phase inverter
Ztoggle4 Toggle one in → 4 outs
Xfade1to2st crossfade input to two outs
Toggle_2IN a switchbox CV assignable.

zwaba added 30 commits November 25, 2023 19:23
New custom .ttl file
Mod GUI  added
STUTTTER V1.
Double Stutter effect (L/R) with time division 1/4 note, 1/8 note , etc...
but also odd division 5tuplet, 7tuplet, 9tuplet, 11tuplet which could give interesting polyrythmic effects at slow tempo. An ambiant soft and harsh tool in one plugin..
STUTTER V1.
Double Stutter effect (L/R) with time division 1/4 note, 1/8 note , etc...
but also odd division 5tuplet, 7tuplet, 9tuplet, 11tuplet which could give interesting polyrythmic effects at slow tempo. An ambiant soft and harsh tool in one plugin..
COZMIC
4 asynchronous delay lines / Plugin lv2 build with Max Gen~ for the Mod Dwarf
COZMIC
4 asynchronous delay lines / Plugin lv2 build with Max Gen~ for the Mod Dwarf
# Toggle_2IN
.lv2 plugin utility for Mod / Toggle switch

Same as the MOD switchbox plugin but switch possible with CV
Toggle_2IN
.lv2 plugin utility for Mod / 
Toggle switch
Same as the MOD switchbox plugin but switch possible with CV
Xfade1to2st
  lv2 plugin utility , crossfade L R  input to 2 L R outputs
Xfade1to2st
  lv2 plugin utility , crossfade L R  input to 2 L R outputs
Zinvert_phase

Simple phase inverter. 
i.e. useful on stage to avoid feedback with acoustic instrument amplification
Zinvert_phase
lv2 plugin utility 
Simple phase inverter. 
i.e. useful on stage to avoid feedback with acoustic instrument amplification
Ztoggle4
Lv2 plugin created for the Mod Dwarf

Ztoggle4 gets one audio stream as input and chooses one of four outputs to route the audio. When the SELECT switch is activated (MIDI and CV assignable) the audio stream pass to the next output
Ztoggle4
Lv2 utility plugin created for the Mod Dwarf

Ztoggle4 gets one audio stream as input and chooses one of four outputs to route the audio. When the SELECT switch is activated (MIDI and CV assignable) the audio stream pass to the next output
lv2:portProperty lv2:toggled;  added to index 3"Toggle"
Speed range reduced 

lv2:index 17 ;
        lv2:name "speed" ;
        lv2:symbol "speed" ;
        lv2:default 1 ;
        lv2:minimum 0.01 ;
        lv2:maximum 2 ;
@zwaba
Copy link
Contributor Author

zwaba commented Dec 4, 2023

Ok, I did the DisthroPluginfo files, put the .ttl files in the custom.ttl folder and added a folder with the modgui’s…but without success, I’m afraid I need help.

@falkTX
Copy link
Member

falkTX commented Dec 20, 2023

finally I updated these on the repo, but I am missing some files,
first are the modgui.ttl for each plugin, then the whole modgui for the mirrorz plugin.
can you upload these? doesnt have to be here even, wherever is the most convenient for you.

@zwaba
Copy link
Contributor Author

zwaba commented Dec 21, 2023 via email

@falkTX
Copy link
Member

falkTX commented Dec 21, 2023

that didnt seem to have worked. you can try sending directly to [email protected] as email, attachments via github replies seem to get lost..

@falkTX
Copy link
Member

falkTX commented Dec 21, 2023

modguis are in place now, at least on this repo.

image

the mirrorz plugin needs quite some attention to its graphics, it does not really fit the plugin.

and we need to come up with a better way to push new plugins and updates, for this one there was quite some setup on my side which doesn't scale.
ideally the pull requests from your side already come with all the files ready to go.
for now I added some very basic rules on the readme file of this repo, still to be extended significantly.

for now should I push these to beta then?

@falkTX
Copy link
Member

falkTX commented Dec 21, 2023

also, closing this PR since the files are in the repo now

@falkTX falkTX closed this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants